/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDFA.m | 83 // based on the lookahead lookup the next transition, consume and do transition
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t033backtracking.g | 61 * fixed lookahead; k=2 made a few extra thousand lines. ;)
|
/external/bison/examples/calc++/ |
calc++-parser.hh | 138 /// \param tok the lookahead token.
|
/external/bison/src/ |
print_graph.c | 105 /* Experimental feature: display the lookahead tokens. */
|
tables.c | 220 | lookahead in specified state. The value returned is used as the | 228 | This is where conflicts are resolved. The loop over lookahead | 258 lookahead (in reverse order to give precedence to the first 423 | lookahead token type. |
|
/external/chromium/net/base/ |
dnssec_chain_verifier.cc | 721 // lookahead[i] is true iff the i'th DS record was empty and needs to be 723 scoped_array<bool> lookahead(new bool[num_ds]); 735 lookahead[i] = digest.empty(); 757 if (lookahead[i]) {
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
SegmentedString.h | 211 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcmp.h | 75 lookAhead = -4,
|
/external/icu4c/i18n/ |
regexcmp.h | 75 lookAhead = -4,
|
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 132 castType = getTopType(iterator.lookAhead());
|
/external/javassist/src/main/javassist/expr/ |
ExprEditor.java | 130 while (iterator.hasNext() && iterator.lookAhead() < endPos) {
|
/external/llvm/tools/llvm-mcmarkup/ |
llvm-mcmarkup.cpp | 35 /// at a time. The lexer just encapsulates EOF and lookahead handling.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptParser.java | 90 while (lexer.lookAhead(0) == ',') {
|
AllowEventsParser.java | 84 while (lexer.lookAhead(0) == ',') {
|
AllowParser.java | 83 while (lexer.lookAhead(0) == ',') {
|
AuthenticationInfoParser.java | 81 while (lexer.lookAhead(0) == ',') {
|
RouteParser.java | 74 char la = lexer.lookAhead(0);
|
SubscriptionStateParser.java | 81 while (lexer.lookAhead(0) == ';') {
|
/external/openfst/src/include/ |
Makefile.in | 76 fst/tuple-weight.h fst/power-weight.h fst/lookahead-matcher.h \ 79 fst/lookahead-filter.h fst/generic-register.h fst/edit-fst.h \ 331 fst/lookahead-matcher.h fst/types.h fst/add-on.h fst/label-reachable.h \ 333 fst/lookahead-filter.h fst/generic-register.h fst/edit-fst.h \
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
processor_32.h | 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
processor_32.h | 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 110 /** test lookahead against EBNF block exit branches */ 235 * test lookahead against EBNF block exit branches 243 * test lookahead against EBNF block exit branches
|