/external/clang/include/clang/Lex/ |
Preprocessor.h | 373 /// lookahead. They are "lexed" by the CachingLex() method. 788 /// LookAhead - This peeks ahead N tokens and returns that token without 789 /// consuming any tokens. LookAhead(0) returns the next token that would be 790 /// returned by Lex(), LookAhead(1) returns the token after it, etc. This 793 const Token &LookAhead(unsigned N) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 93 // we've hit max lookahead, make this a stop state 311 // lookahead of target must be one larger than d's k 321 // TODO: can fixed lookahead hit a dangling state case? 574 * least one recursive call to correctly compute the lookahead: 639 // that the decision's lookahead language is potentially non-regular; terminate [all...] |
LL1Analyzer.java | 186 // if this has EOT, lookahead is all char (all char can follow rule)
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/external/flac/libFLAC/ |
stream_decoder.c | 187 FLAC__bool cached; /* true if there is a byte in lookahead */ 190 FLAC__byte lookahead; /* temp storage when we need to look ahead one byte in the stream */ member in struct:FLAC__StreamDecoderPrivate [all...] |
/external/bison/po/ |
da.po | 225 " `lookahead' explicitly associate lookahead tokens to items\n" 233 " \"lookahead\" kobl udtrykkeligt fremadkig til objekter\n"
|
el.po | 262 " `lookahead' explicitly associate lookahead tokens to items\n" 271 " `lookahead' ???? ????????? ??? ??????????? ???????? ??????? ?? items\n"
|
id.po | 250 " `lookahead' explicitly associate lookahead tokens to items\n" 258 " `lookahead' asosiasikan lookaheads ke item secara eksplisit\n" [all...] |
nb.po | 241 " `lookahead' explicitly associate lookahead tokens to items\n" 249 " ?lookahead? eksplisitt assosiere lookaheads med punkter\n" [all...] |
pt_BR.po | 224 " `lookahead' explicitly associate lookahead tokens to items\n" 233 " `lookahead' associa explicitamente as previs?es com os ?tens\n"
|
sr.po | 266 " `lookahead' explicitly associate lookahead tokens to items\n" 274 " ?lookahead? ???????? ?????????? ??????? ????????? ????????\n" [all...] |
zh_TW.po | 227 " `lookahead' explicitly associate lookahead tokens to items\n" 235 " `lookahead' ?????????????\n"
|
/external/bison/tests/ |
reduce.at | 1220 AT_TEST_LR_TYPE([[Split During Added Lookahead Propagation]], [all...] |
/external/v8/src/ |
jsregexp.h | 439 VISIT(Lookahead) \ [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 161 /** After an arbitrarily long lookahead as with a cyclic DFA (or with
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
LegacyCommonTokenStream.cs | 282 * first symbol of lookahead.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 128 * After an arbitrairly long lookahead as with a cyclic DFA (or with
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 130 * After an arbitrairly long lookahead as with a cyclic DFA (or with
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 112 /** After an arbitrairly long lookahead as with a cyclic DFA (or with
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLexer.m | 249 // TODO: -LA: is returning an int because it sometimes is used in the generated parser to compare lookahead with a tokentype.
|
ANTLRStringStream.m | 198 // implement the lookahead method used in lexers
|