HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 25 implementing line-at-a-time lookahead.
302 a parser with line-at-a-time lookahead."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 25 implementing line-at-a-time lookahead.
302 a parser with line-at-a-time lookahead."""
  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.c 161 ls->lookahead.token = TK_EOS; /* no look-ahead token */
513 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */
514 ls->t = ls->lookahead; /* use this one */
515 ls->lookahead.token = TK_EOS; /* and discharge it */
523 lua_assert(ls->lookahead.token == TK_EOS);
524 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
525 return ls->lookahead.token;
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
317 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 961 - The only way there can be no lookahead present (in yychar) is if
963 detecting the absence of a lookahead is sufficient to determine
966 - Don't assume there isn't a lookahead just because this state is a
971 correct lookahead information, and it depends on the parser not
972 to perform extra reductions after fetching a lookahead from the
    [all...]
parse-events-bison.c     [all...]
  /external/openfst/src/include/fst/
matcher-fst.h 26 #include <fst/lookahead-matcher.h>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
317 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 87 "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/
yacc.c 40 # 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 token, it should also be invoked before reporting a synta
    [all...]
  /external/bison/src/
ielr.c 46 * 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 set on item \c i is empty
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 205 vp9_lookahead_destroy(cpi->lookahead);
434 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
440 if (!cpi->lookahead)
    [all...]
  /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/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 184 vp9_lookahead_destroy(cpi->lookahead);
548 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
551 if (!cpi->lookahead)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 194 vp9_lookahead_destroy(cpi->lookahead);
563 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
566 if (!cpi->lookahead)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /external/elfutils/0.153/src/
ldscript.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/
libvpx.target.darwin-mips.mk 71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
libvpx.target.darwin-mips64.mk 71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \
libvpx.target.linux-mips.mk 71 third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c \

Completed in 1772 milliseconds

1 2 3 45 6 7 8