/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 69 /** If this is a decision node, what is the lookahead DFA? */
|
GrammarReport.java | 457 buf.append("Number of manual or forced fixed lookahead k=value options: ");
|
/external/bison/ |
TODO | 153 what when two reductions are possible on a given lookahead token, but one is
|
/external/bison/po/ |
eo.po | 257 " `lookahead' explicitly associate lookahead tokens to items\n" 265 " `lookahead' malimplicite asociigi ?etonojn 'lookahead' al elementoj\n" [all...] |
fr.po | 267 " `lookahead' explicitly associate lookahead tokens to items\n" 275 " `lookahead' associer explicitement les jetons lookahead aux items\n" [all...] |
hr.po | 267 " `lookahead' explicitly associate lookahead tokens to items\n" 275 " ?lookahead? eksplicitno dodijeli ?lookahead? simbole predmetima\n" [all...] |
ro.po | 229 " `lookahead' explicitly associate lookahead tokens to items\n" 1240 #~ msgid "Error: discarding lookahead" 1241 #~ msgstr "Eroare: elimin lookahead" [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbi.cpp | [all...] |
rbbinode.cpp | 281 "lookAhead",
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 199 /* Handle one token of lookahead */
|
/external/icu4c/common/ |
rbbinode.cpp | 281 "lookAhead",
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 22 * regex lookahead only where necessary to distinguish homonyms, not generally
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 315 struct lookahead_ctx *lookahead; member in struct:VP9_COMP
|
/external/openfst/src/include/fst/ |
compose-filter.h | 195 // // the composition matchers (useful e.g. with lookahead).
|
/external/speex/include/speex/ |
speex.h | 140 /** Returns the lookahead used by Speex */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 543 /* lookahead pitch filtering for masking analysis */
|
/external/zlib/src/examples/ |
zran.c | 46 some lookahead and avoid many calls to extract() for small lengths.
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 20 self.gettoken() # Initialize lookahead
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 20 self.gettoken() # Initialize lookahead
|
/external/chromium_org/third_party/icu/source/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...] |