Searched refs:interesting (Results 1 – 25 of 295) sorted by relevance
12345678910>>...12
/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/python/cpython2/Lib/email/test/data/ |
D | msg_35.txt | 3 Subject: here's something interesting
|
/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/test/Transforms/ObjCARC/ |
D | intrinsic-use-isolated.ll | 4 ; interesting calls are in the module.
|
/external/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
|
D | LangImpl06.rst | 24 this as a way to show some interesting parsing techniques. 225 seen a lot of similar code in the past. One interesting part about the 232 The next interesting thing to add, is codegen support for these binary 452 this, we can do a lot of interesting things, including I/O, math, and a 514 Given the previous if/then/else support, we can also define interesting 541 interesting things. For example, here's a little function that solves 730 this can be used to build a simple but interesting end-user application
|
/external/ltp/testcases/commands/cron/ |
D | cron_neg_tests.sh | 39 echo root has now an interesting cron job
|
/external/autotest/client/tests/btreplay/ |
D | control | 16 generally "interesting enough" to include.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
D | coverage.txt | 4 1 YES - Noticing interesting things in the amount of time
|
/external/llvm/test/Linker/ |
D | distinct.ll | 4 ; cases are the most interesting, since the operands actually need to be
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-10-04-ConstEvolve.ll | 3 ; Exercise getConstantEvolvingPHIOperands on an interesting loop.
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | 2011-10-04-ConstEvolve.ll | 3 ; Exercise getConstantEvolvingPHIOperands on an interesting loop.
|
/external/fio/examples/ |
D | ssd-test.fio | 9 # in flight commands, so it may also be interesting to increase the queue
|
/external/harfbuzz_ng/test/fuzzing/ |
D | README | 11 containing interesting fonts. A good starting point is inside
|
/external/llvm/lib/Fuzzer/test/ |
D | merge.test | 27 # Now, T1 has 6 units and T2 has no new interesting units.
|
D | fuzzer.test | 36 NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
|
/external/llvm/test/Bitcode/ |
D | mdnodes-distinct-nodes-break-cycles.ll | 5 ; It may not be immediately obvious why this is an interesting graph. There
|
/external/cros/system_api/dbus/ |
D | mtp_file_entry.proto | 45 // interesting. Just assign a dummy value for now.
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | split-backedge.ll | 21 ; this doesn't hit the interesting case, but once we remove that, we need
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | README.txt | 18 match more interesting things for cmovlbc cmovlbs (move if low bit clear/set)
|
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 53 # Some interesting mappings
|
/external/boringssl/src/ |
D | FUZZING.md | 47 …enerated manually but many of them are “interesting” results generated by the fuzzing itself. (Whe…
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-property-class-extension.m | 7 // The interesting bit is that when the ivar debug info is generated, the corresponding
|
/external/skia/site/dev/testing/ |
D | skiaperf.md | 26 allowing you to build up interesting queries.
|
12345678910>>...12