Searched refs:lookahead (Results 76 - 100 of 131) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg87 "cannot generate a sample input sequence from lookahead DFA"
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
/external/bison/data/
H A Dyacc.c40 # lookahead correction.
182 /* The lookahead symbol. */
209 /* The semantic value of the lookahead symbol. */
212 /* Location data for the lookahead symbol. */
972 /* Establish the initial context for the current lookahead if no initial
976 the initial context for a lookahead as the context in which the
977 parser initially examines that lookahead in order to select a
978 syntactic action. Thus, if the lookahead eventually proves
982 lookahead's place. Moreover, it is the context after which any
990 lookahead toke
[all...]
/external/bison/src/
H A Dielr.c46 * a goto on <tt>ritem[i]</tt> include the lookahead set of the item.
189 * \c i include the lookahead set of item \c j in the from state of goto
217 one whose lookahead set is included in this goto's follows. */
379 symbol_number lookahead, state ***predecessors,
404 lookahead set from the RHS's only nonterminal, and (2) no reduction
405 has a lookback dependency on this lookahead set. Nevertheless, I
437 predecessor items' lookahead sets. */
464 return bitset_test (item_lookahead_sets[s->number][item], lookahead);
558 * \c NULL iff all lookahead sets are empty. <tt>lookaheads[i] = NULL</tt>
559 * iff the lookahead se
378 ielr_item_has_lookahead(state *s, symbol_number lhs, size_t item, symbol_number lookahead, state ***predecessors, bitset **item_lookahead_sets) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c205 vp9_lookahead_destroy(cpi->lookahead);
434 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
440 if (!cpi->lookahead)
2451 if (vp9_lookahead_push(cpi->lookahead, sd, time_stamp, end_time, frame_flags))
2604 if ((source = vp9_lookahead_peek(cpi->lookahead, arf_src_index)) != NULL) {
2642 if ((last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
2649 source = vp9_svc_lookahead_pop(cpi, cpi->lookahead, flush);
2652 source = vp9_lookahead_pop(cpi->lookahead, flush);
/external/flac/libFLAC/
H A Dstream_decoder.c187 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
1382 x = (FLAC__uint32)decoder->private_->lookahead;
1413 decoder->private_->lookahead = (FLAC__byte)x;
1968 x = (FLAC__uint32)decoder->private_->lookahead;
1983 decoder->private_->lookahead = (FLAC__byte)x;
2193 decoder->private_->lookahead = (FLAC__byte)x;
2354 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */
2367 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c184 vp9_lookahead_destroy(cpi->lookahead);
548 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
551 if (!cpi->lookahead)
2830 if (vp9_lookahead_push(cpi->lookahead,
2952 if ((cpi->source = vp9_lookahead_peek(cpi->lookahead, frames_to_arf))) {
2990 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
2994 if ((cpi->source = vp9_lookahead_pop(cpi->lookahead, flush))) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb40 alternatives in a rule based upon lookahead symbols from an input stream.
/external/elfutils/0.153/src/
H A Dldscript.c1208 - The only way there can be no lookahead present (in yychar) is if
1210 detecting the absence of a lookahead is sufficient to determine
1213 - Don't assume there isn't a lookahead just because this state is a
1218 correct lookahead information, and it depends on the parser not
1219 to perform extra reductions after fetching a lookahead from the
1360 /* The lookahead symbol. */
1363 /* The semantic value of the lookahead symbol. */
1546 lookahead token if we need one and don't already have one. */
1548 /* First try to decide what to do without reference to lookahead token. */
1553 /* Not known => get a lookahead toke
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c1071 - The only way there can be no lookahead present (in yychar) is if
1073 detecting the absence of a lookahead is sufficient to determine
1076 - Don't assume there isn't a lookahead just because this state is a
1081 correct lookahead information, and it depends on the parser not
1082 to perform extra reductions after fetching a lookahead from the
1254 /* The lookahead symbol. */
1257 /* The semantic value of the lookahead symbol. */
1413 lookahead token if we need one and don't already have one. */
1415 /* First try to decide what to do without reference to lookahead token. */
1420 /* Not known => get a lookahead toke
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1135 cpi->lookahead = vp8_lookahead_init(cpi->oxcf.Width, cpi->oxcf.Height,
1137 if(!cpi->lookahead)
1157 vp8_lookahead_destroy(cpi->lookahead);
5043 /* Reinit the lookahead buffer if the frame size changes */
5051 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,
5107 if ((cpi->source = vp8_lookahead_peek(cpi->lookahead,
5135 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1,
5141 if ((cpi->source = vp8_lookahead_pop(cpi->lookahead, flush)))
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1112 cpi->lookahead = vp8_lookahead_init(cpi->oxcf.Width, cpi->oxcf.Height,
1114 if(!cpi->lookahead)
1134 vp8_lookahead_destroy(cpi->lookahead);
4849 /* Reinit the lookahead buffer if the frame size changes */
4857 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,
4933 if ((cpi->source = vp8_lookahead_peek(cpi->lookahead,
4961 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1,
4967 if ((cpi->source = vp8_lookahead_pop(cpi->lookahead, flush)))
/external/chromium_org/third_party/libvpx/
H A Dlibvpx.target.darwin-mips.mk71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.darwin-mips64.mk71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-mips.mk71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
H A Dlibvpx.target.linux-mips64.mk71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp1289 chars.lookahead(pattern);
/external/icu/icu4c/source/common/
H A Duniset_props.cpp1289 chars.lookahead(pattern);
/external/libpcap/
H A Dgrammar.c1822 - The only way there can be no lookahead present (in yychar) is if
1824 detecting the absence of a lookahead is sufficient to determine
1827 - Don't assume there isn't a lookahead just because this state is a
1832 correct lookahead information, and it depends on the parser not
1833 to perform extra reductions after fetching a lookahead from the
1974 /* The lookahead symbol. */
1977 /* The semantic value of the lookahead symbol. */
2160 lookahead token if we need one and don't already have one. */
2162 /* First try to decide what to do without reference to lookahead token. */
2167 /* Not known => get a lookahead toke
[all...]
/external/openfst/src/include/fst/
H A Dcompose.h31 #include <fst/lookahead-filter.h>
591 switch (LookAheadMatchType(fst1, fst2)) { // Check for lookahead matchers
H A Dlookahead-filter.h0 // lookahead-filter.h
19 // Composition filters to support lookahead matchers, useful for improving
29 #include <fst/lookahead-matcher.h>
35 // lookahead with the composition filters below. This version is passed
58 // lookahead with the composition filters below. This version uses the
73 // Stores and returns the appropriate FST and matcher for lookahead.
80 // Stores and returns the appropriate FST and matcher for lookahead.
82 // arg determining which is used for lookahead.
121 // Stores and returns the appropriate FST and matcher for lookahead.
122 // Specialized for lookahead o
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas722 /// advanced somewhere to the middle of the lookahead buffer.
724 /// Use Consume() to advance N nodes into lookahead. Then use LT()
753 // now use LT to lookahead past end of buffer
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg832 /** Same as a normal DFA state except that we don't examine lookahead
996 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1009 /** Just like a fixed DFA edge, test the lookahead and indicate what
1038 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1039 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg908 /** Same as a normal DFA state except that we don't examine lookahead
1099 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1112 /** Just like a fixed DFA edge, test the lookahead and indicate what
1141 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1142 * somewhere. Must ask for the lookahead directly.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg872 /** Same as a normal DFA state except that we don't examine lookahead
1076 <if(semPredState)> <! get next lookahead symbol to test edges, then rewind !>
1089 /** Just like a fixed DFA edge, test the lookahead and indicate what
1118 /** Sometimes a lookahead test cannot assume that LA(k) is in a temp variable
1119 * somewhere. Must ask for the lookahead directly.

Completed in 9397 milliseconds

123456