Searched refs:interesting (Results 1 – 25 of 462) sorted by relevance
12345678910>>...19
/external/tensorflow/tensorflow/core/util/ |
D | overflow_test.cc | 26 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/ |
D | ExternalFuzzerUsage.md | 51 [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/ |
D | cgscc-invalidate.ll | 17 ; 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.
|
D | cgscc-incremental-invalidate.ll | 48 ; 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/ |
D | parser.py | 100 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/ |
D | HTMLParser.py | 106 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/ |
D | tplist_example.txt | 20 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/ |
D | msg_35.txt | 3 Subject: here's something interesting
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_35.txt | 3 Subject: here's something interesting
|
/external/deqp/data/gles2/shaders/ |
D | misc.test | 1 group compound_assignment "Compound assignments with interesting lvalues"
|
/external/honggfuzz/ |
D | METADATA | 4 "with interesting analysis options."
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unlikely.s | 16 # This test is interesting because the inlined instructions are discontiguous.
|
/external/ply/ply/example/BASIC/ |
D | README | 3 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/ |
D | OCamlLangImpl8.rst | 14 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
|
D | LangImpl10.rst | 14 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/ |
D | LangImpl10.rst | 14 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
|
D | OCamlLangImpl8.rst | 14 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/ |
D | intrinsic-use-isolated.ll | 4 ; interesting calls are in the module.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | intrinsic-use-isolated.ll | 4 ; interesting calls are in the module.
|
/external/curl/docs/cmdline-opts/ |
D | retry-delay.d | 8 between retries). This option is only interesting if --retry is also
|
/external/honggfuzz/examples/terminal-emulators/ |
D | README.md | 86 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/ |
D | upstream.sysctl | 5 # This gives more interesting coverage.
|
/external/autotest/client/tests/btreplay/ |
D | control | 16 generally "interesting enough" to include.
|
/external/libcxx/utils/google-benchmark/ |
D | releasing.md | 10 * Pick the most interesting.
|
/external/google-benchmark/ |
D | releasing.md | 10 * Pick the most interesting.
|
12345678910>>...19