Home
last modified time | relevance | path

Searched refs:interesting (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc26 std::vector<int64> interesting = {0, std::numeric_limits<int64>::max()}; in TEST() local
29 interesting.push_back(bit); in TEST()
30 interesting.push_back(bit + 1); in TEST()
31 interesting.push_back(bit - 1); in TEST()
36 interesting.push_back(mid + i); in TEST()
41 for (auto x : interesting) { in TEST()
42 for (auto y : interesting) { in TEST()
/external/honggfuzz/docs/
DExternalFuzzerUsage.md51 [INFO] Ok, that's interesting, saving the '.honggfuzz.1287067149.44576.413228313.fuzz' as 'SIGSEGV.…
53 [INFO] Ok, that's interesting, saving the '.honggfuzz.1287067149.44576.637798454.fuzz' as 'SIGSEGV.…
58 [INFO] Ok, that's interesting, saving the '.honggfuzz.1287067149.44576.413228313.fuzz' as 'SIGSEGV.…
60 [INFO] Ok, that's interesting, saving the '.honggfuzz.1287067149.44576.637798454.fuzz' as 'SIGSEGV.…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll17 ; The utility function with interesting control flow that gets inlined below to
79 ; Pull interesting CFG into this function.
98 ; Pull interesting CFG into this function.
Dcgscc-incremental-invalidate.ll48 ; The utility function with interesting control flow that gets inlined below to
82 ; Pull interesting CFG into this function.
105 ; Pull interesting CFG into this function.
123 ; Pull interesting CFG into this function.
/external/python/cpython3/Lib/html/
Dparser.py100 self.interesting = interesting_normal
125 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
128 self.interesting = interesting_normal
154 match = self.interesting.search(rawdata, i) # < or &
/external/python/cpython2/Lib/
DHTMLParser.py106 self.interesting = interesting_normal
134 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
137 self.interesting = interesting_normal
148 match = self.interesting.search(rawdata, i) # < or &
/external/bcc/tools/
Dtplist_example.txt20 The loop_iter probe sounds interesting. How many arguments are available?
34 contain UDST probes. Here are two examples you might find interesting:
76 The block:block_rq_complete tracepoints sounds interesting. Let's print
/external/python/cpython2/Lib/email/test/data/
Dmsg_35.txt3 Subject: here's something interesting
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_35.txt3 Subject: here's something interesting
/external/deqp/data/gles2/shaders/
Dmisc.test1 group compound_assignment "Compound assignments with interesting lvalues"
/external/honggfuzz/
DMETADATA4 "with interesting analysis options."
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-inline-linetable-unlikely.s16 # This test is interesting because the inlined instructions are discontiguous.
/external/ply/ply/example/BASIC/
DREADME3 I thought that a fully working BASIC interpreter might be an interesting,
21 Nevertheless, there are a few interesting aspects of this example:
/external/llvm/docs/tutorial/
DOCamlLangImpl8.rst14 being a semi-interesting (but probably still useless) toy. :)
16 It is interesting to see how far we've come, and how little code it has
21 Our little language supports a couple of interesting features: it
48 extending the type system in all sorts of interesting ways. Simple
157 That said, there are interesting subsets of C that can be made portable.
169 process (assuming the JVM has no bugs). Safety is an interesting
243 One interesting thing that comes up, if you are trying to keep the code
DLangImpl10.rst14 being a semi-interesting (but probably still useless) toy. :)
16 It is interesting to see how far we've come, and how little code it has
22 Our little language supports a couple of interesting features: it
49 extending the type system in all sorts of interesting ways. Simple
149 That said, there are interesting subsets of C that can be made portable.
161 process (assuming the JVM has no bugs). Safety is an interesting
235 One interesting thing that comes up, if you are trying to keep the code
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl10.rst14 being a semi-interesting (but probably still useless) toy. :)
16 It is interesting to see how far we've come, and how little code it has
22 Our little language supports a couple of interesting features: it
49 extending the type system in all sorts of interesting ways. Simple
149 That said, there are interesting subsets of C that can be made portable.
161 process (assuming the JVM has no bugs). Safety is an interesting
235 One interesting thing that comes up, if you are trying to keep the code
DOCamlLangImpl8.rst14 being a semi-interesting (but probably still useless) toy. :)
16 It is interesting to see how far we've come, and how little code it has
21 Our little language supports a couple of interesting features: it
48 extending the type system in all sorts of interesting ways. Simple
157 That said, there are interesting subsets of C that can be made portable.
169 process (assuming the JVM has no bugs). Safety is an interesting
243 One interesting thing that comes up, if you are trying to keep the code
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/
Dintrinsic-use-isolated.ll4 ; interesting calls are in the module.
/external/llvm/test/Transforms/ObjCARC/
Dintrinsic-use-isolated.ll4 ; interesting calls are in the module.
/external/curl/docs/cmdline-opts/
Dretry-delay.d8 between retries). This option is only interesting if --retry is also
/external/honggfuzz/examples/terminal-emulators/
DREADME.md86 The *term.log* file will contain interesting data which can be fetched from the
91 have just found and interesting case of RCE, where arbitrary data can
/external/syzkaller/dashboard/config/
Dupstream.sysctl5 # This gives more interesting coverage.
/external/autotest/client/tests/btreplay/
Dcontrol16 generally "interesting enough" to include.
/external/libcxx/utils/google-benchmark/
Dreleasing.md10 * Pick the most interesting.
/external/google-benchmark/
Dreleasing.md10 * Pick the most interesting.

12345678910>>...19