Searched refs:lookahead (Results 101 - 125 of 131) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg991 /** Same as a normal DFA state except that we don't examine lookahead
1180 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1193 /** Just like a fixed DFA edge, test the lookahead and indicate what
1224 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1225 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg901 /** Same as a normal DFA state except that we don't examine lookahead
1086 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1098 /** Just like a fixed DFA edge, test the lookahead and indicate what
1127 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1128 * somewhere. Must ask for the lookahead directly.
/external/chromium_org/third_party/libvpx/
H A Dlibvpx.target.darwin-arm64.mk101 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-arm64.mk101 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.darwin-arm.mk696 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.darwin-x86.mk628 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-arm.mk696 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-x86.mk628 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.darwin-x86_64.mk694 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-x86_64.mk694 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc2536 - The only way there can be no lookahead present (in yychar) is if
2538 detecting the absence of a lookahead is sufficient to determine
2541 - Don't assume there isn't a lookahead just because this state is a
2546 correct lookahead information, and it depends on the parser not
2547 to perform extra reductions after fetching a lookahead from the
2718 /* The lookahead symbol. */
2721 /* The semantic value of the lookahead symbol. */
2724 /* Location data for the lookahead symbol. */
2919 lookahead token if we need one and don't already have one. */
2921 /* First try to decide what to do without reference to lookahead toke
[all...]
H A Dglcpp-parse.c1431 - The only way there can be no lookahead present (in yychar) is if
1433 detecting the absence of a lookahead is sufficient to determine
1436 - Don't assume there isn't a lookahead just because this state is a
1441 correct lookahead information, and it depends on the parser not
1442 to perform extra reductions after fetching a lookahead from the
1613 /* The lookahead symbol. */
1616 /* The semantic value of the lookahead symbol. */
1619 /* Location data for the lookahead symbol. */
1814 lookahead token if we need one and don't already have one. */
1816 /* First try to decide what to do without reference to lookahead toke
[all...]
/external/chromium_org/v8/src/
H A Djsregexp.cc840 // * Choice nodes have 1-character lookahead.
2351 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2363 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2918 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2927 // If the negative lookahead is always going to fail then
3051 BoyerMooreLookahead* lookahead = bm_info(not_at_start); local
3052 if (lookahead == NULL) {
3066 if (lookahead->at(0)->is_non_word())
3068 if (lookahead->at(0)->is_word())
3649 // Find the longest range of lookahead tha
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1200 - The only way there can be no lookahead present (in yychar) is if
1202 detecting the absence of a lookahead is sufficient to determine
1205 - Don't assume there isn't a lookahead just because this state is a
1210 correct lookahead information, and it depends on the parser not
1211 to perform extra reductions after fetching a lookahead from the
1352 /* The lookahead symbol. */
1355 /* The semantic value of the lookahead symbol. */
1538 lookahead token if we need one and don't already have one. */
1540 /* First try to decide what to do without reference to lookahead token. */
1545 /* Not known => get a lookahead toke
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as451 * viable tokens that can possibly come next (lookahead depth 1)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg1151 /** Same as a normal DFA state except that we don't examine lookahead
1370 <! get next lookahead symbol to test edges, then rewind !>
1384 /** Just like a fixed DFA edge, test the lookahead and indicate what
1413 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1414 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg1130 /** Same as a normal DFA state except that we don't examine lookahead
1349 <! get next lookahead symbol to test edges, then rewind !>
1363 /** Just like a fixed DFA edge, test the lookahead and indicate what
1392 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1393 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg1249 /** Same as a normal DFA state except that we don't examine lookahead
1454 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1467 /** Just like a fixed DFA edge, test the lookahead and indicate what
1497 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1498 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg1380 /** Same as a normal DFA state except that we don't examine lookahead
1597 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1611 /** Just like a fixed DFA edge, test the lookahead and indicate what
1649 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1650 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg2355 /** Same as a normal DFA state except that we don't examine lookahead
2593 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
2610 /** Just like a fixed DFA edge, test the lookahead and indicate what
2642 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
2643 * somewhere. Must ask for the lookahead directly.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas198 /// Get the ith character of lookahead. This is usually the same as
379 /// <summary>Index into the char stream of next lookahead char </summary>
1119 /// <summary>What is the index of the current character of lookahead? </summary>
2094 /// viable tokens that can possibly come next (lookahead depth 1)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1206 milliseconds

123456