/external/curl/tests/data/ |
D | test1904 | 26 HTTP/1.1 204 Sure go ahead 30 HTTP/1.1 204 Sure go ahead
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStreamState.as | 30 /** When walking ahead with cyclic DFA or for syntactic predicates, 32 * line, etc...) so that we can rewind the state after scanning ahead.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
D | kryo-large-stride.ll | 1 ; RUN: opt -mcpu=kryo -mtriple=aarch64-gnu-linux -loop-data-prefetch -max-prefetch-iters-ahead=1000… 3 …-mtriple=aarch64-gnu-linux -passes=loop-data-prefetch -max-prefetch-iters-ahead=1000 -S < %s | Fil…
|
D | opt-remark.ll | 2 ; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \ 5 ; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \
|
D | large-stride.ll | 1 ; RUN: opt -mcpu=cyclone -mtriple=arm64-apple-ios -loop-data-prefetch -max-prefetch-iters-ahead=100… 4 …e -mtriple=arm64-apple-ios -passes=loop-data-prefetch -max-prefetch-iters-ahead=100 -S < %s | File…
|
D | opt-remark-with-hotness.ll | 2 ; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \ 6 ; RUN: -pass-remarks=loop-data-prefetch -S -max-prefetch-iters-ahead=100 \
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.txt | 172 '/' look-ahead doExprCatOperator 180 # look-ahead Scanning a '/', which identifies a break point, assuming that the 186 look-ahead: 195 # look-ahead symbol is permitted. 246 '/' look-ahead doExprCatOperator
|
D | ustring.cpp | 1294 int32_t ahead = *offset + 1; in u_unescapeAt() local 1296 if (c == 0x5C /*'\\'*/ && ahead < length) { in u_unescapeAt() 1297 c = (UChar) u_unescapeAt(charAt, &ahead, length, context); in u_unescapeAt() 1300 *offset = ahead; in u_unescapeAt()
|
/external/adhd/cras/src/server/ |
D | cras_alsa_helpers.h | 104 int cras_alsa_resume_appl_ptr(snd_pcm_t *handle, snd_pcm_uframes_t ahead);
|
/external/flatbuffers/docs/source/ |
D | README_TO_GENERATE_DOCS.md | 30 *Note: The Go API Reference code must be generated ahead of time. For
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t018llstar.g | 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/runtime/Python/tests/ |
D | t018llstar.g | 21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/runtime/Python3/tests/ |
D | t018llstar.g | 21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Utility.java | 870 int ahead = offset+1; in unescapeAt() local 872 if (c == '\\' && ahead < length) { in unescapeAt() 873 int o[] = new int[] { ahead }; in unescapeAt() 875 ahead = o[0]; in unescapeAt() 878 offset = ahead; in unescapeAt()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 866 int ahead = offset+1; in unescapeAt() local 868 if (c == '\\' && ahead < length) { in unescapeAt() 869 int o[] = new int[] { ahead }; in unescapeAt() 871 ahead = o[0]; in unescapeAt() 874 offset = ahead; in unescapeAt()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | overview.md | 15 [ahead-of-time (AOT) compilation](./tfcompile.md). Developers targeting new 40 * *Reduce mobile footprint.* Eliminate the TensorFlow runtime by ahead-of-time
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | large_stack_offs.ll | 63 ; Now skip ahead to where the call in br_1 begins, to check how %t2 is used. 118 ; Now skip ahead to where the call in br_1 begins, to check how %t2 is used.
|
/external/llvm/test/CodeGen/X86/ |
D | add-nsw-sext.ll | 6 ; then we can promote the sext ahead of that add to allow optimizations. 21 ; An x86 bonus: If we promote the sext ahead of the 'add nsw',
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 33 # Instead, use a look-ahead assertion that there is no following character.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | sentence.txt | 33 # Instead, use a look-ahead assertion that there is no following character.
|
/external/antlr/runtime/Cpp/tests/ |
D | t018llstar.g | 34 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | sentence.txt | 33 # Instead, use a look-ahead assertion that there is no following character.
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | README | 35 an erase goes ahead and wipes out your current firmware.
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 51 is in the front-end. Jump ahead to the section on :ref:`front-end bugs 55 the code generator), you found an optimizer bug. Jump ahead to 58 * Otherwise, you have a code generator crash. Jump ahead to `code
|