/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/antlr/src/org/antlr/runtime/debug/ |
DebugEventListener.java | 112 /** After an arbitrairly long lookahead as with a cyclic DFA (or with
|
/external/bison/src/ |
getargs.c | 147 "look-ahead", "lookahead", "lookaheads",
|
/external/clang/lib/Parse/ |
ParseInit.cpp | 34 return PP.LookAhead(0).is(tok::colon);
|
ParseDecl.cpp | 84 /// token lookahead. Comment from gcc: "If they start with an identifier 88 /// At the moment, I am not doing 2 token lookahead. I am also unaware of 91 /// a pressing need to implement the 2 token lookahead. [all...] |
ParseTentative.cpp | 283 /// already parsed the '(' and we will cease lookahead when we hit 286 /// before this template argument, and will cease lookahead when we [all...] |
/external/icu4c/common/ |
rbbinode.cpp | 281 "lookAhead",
|
/external/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 22 * regex lookahead only where necessary to distinguish homonyms, not generally
|
/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.cpp | 126 assert(Stalls == 0 && "PPC hazards don't support scoreboard lookahead");
|
/external/speex/include/speex/ |
speex.h | 140 /** Returns the lookahead used by Speex */
|
/external/zlib/examples/ |
zran.c | 41 some lookahead and avoid many calls to extract() for small lengths.
|
/external/icu4c/i18n/ |
regexcmp.cpp | 522 // restore the original regions when failing out of a lookahead 524 // might make sense - or might not, lookahead aren't that common. 531 // 2. STATE_SAVE 4 on failure of lookahead, goto 4 570 fParenStack.push(lookAhead, *fStatus); // Frame type. 577 // Negated Lookahead. (?! stuff ) 585 // 6. BACKTRACK // code in block succeeded, so neg. lookahead fails. [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
/external/pcre/ |
pcre_study.c | 630 /* If we hit a bracket or a positive lookahead assertion, recurse to set 673 /* Skip over lookbehind and negative lookahead assertions */
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLTokenizer.cpp | [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.cpp | [all...] |
/external/v8/src/ |
jsregexp.cc | 669 // * Choice nodes have 1-character lookahead. [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 383 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1) 386 /// Note that this differs from the Preprocessor's LookAhead method, because 391 return PP.LookAhead(N-1); 397 return PP.LookAhead(0); [all...] |
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | 974 // Test positive lookahead using (?=...) 977 // Test negative lookahead using (?!...) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 193 * Successive calls to <code>lookAhead()</code> return the 196 public int lookAhead() { [all...] |
/external/bison/data/ |
glr.c | 765 * stacks have actually needed the current lookahead. During deterministic 779 /** The lookahead for this reduction. */ [all...] |
/external/bison/tests/ |
testsuite | 459 148;glr-regression.at:566;Duplicated user destructor for lookahead;; 465 154;glr-regression.at:1078;Incorrect lookahead during deterministic GLR;; 466 155;glr-regression.at:1212;Incorrect lookahead during nondeterministic GLR;; 468 157;glr-regression.at:1519;Leaked lookahead after nondeterministic parse syntax error;; [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
regex-syntax.sgml | [all...] |
/external/guava/javadoc/com/google/common/collect/ |
PeekingIterator.html | 103 An iterator that supports a one-element lookahead while iterating.
|
/external/harfbuzz/src/ |
harfbuzz-dump.c | 268 DUMP_USHORT_ARRAY (ChainSubClassRule, Lookahead, ChainSubClassRule->LookaheadGlyphCount);
|