Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/curl/tests/data/
Dtest190426 HTTP/1.1 204 Sure go ahead
30 HTTP/1.1 204 Sure go ahead
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStreamState.as30 /** 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/
Dkryo-large-stride.ll1 ; 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…
Dopt-remark.ll2 ; 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 \
Dlarge-stride.ll1 ; 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…
Dopt-remark-with-hotness.ll2 ; 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/
Drbbirpt.txt172 '/' 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
Dustring.cpp1294 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/
Dcras_alsa_helpers.h104 int cras_alsa_resume_appl_ptr(snd_pcm_t *handle, snd_pcm_uframes_t ahead);
/external/flatbuffers/docs/source/
DREADME_TO_GENERATE_DOCS.md30 *Note: The Go API Reference code must be generated ahead of time. For
/external/antlr/runtime/JavaScript/tests/functional/
Dt018llstar.g20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/runtime/Python/tests/
Dt018llstar.g21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/runtime/Python3/tests/
Dt018llstar.g21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java870 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/
DUtility.java866 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/
Doverview.md15 [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/
Dlarge_stack_offs.ll63 ; 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/
Dadd-nsw-sext.ll6 ; 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/
Dsentence.txt33 # 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/
Dsentence.txt33 # Instead, use a look-ahead assertion that there is no following character.
/external/antlr/runtime/Cpp/tests/
Dt018llstar.g34 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/icu/icu4c/source/test/testdata/break_rules/
Dsentence.txt33 # Instead, use a look-ahead assertion that there is no following character.
/external/u-boot/board/freescale/mpc8323erdb/
DREADME35 an erase goes ahead and wipes out your current firmware.
/external/llvm/docs/
DHowToSubmitABug.rst51 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

12345678910