HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /external/openfst/src/include/fst/script/
info-impl.h 31 #include <fst/lookahead-matcher.h>
299 os << "input lookahead"
302 os << "output lookahead"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 290 struct lookahead_ctx *lookahead; member in struct:VP9_COMP
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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 180 vp9_lookahead_destroy(cpi->lookahead);
408 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
411 if (!cpi->lookahead)
    [all...]
  /external/linux-tools-perf/src/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>
compose.h 31 #include <fst/lookahead-filter.h>
591 switch (LookAheadMatchType(fst1, fst2)) { // Check for lookahead matchers
598 case MATCH_OUTPUT: { // Lookahead on fst1
599 VLOG(2) << "ComposeFst: Lookahead on fst1";
605 case MATCH_INPUT: { // Lookahead on fst2
606 VLOG(2) << "ComposeFst: Lookahead on fst2";
lookahead-filter.h 0 // 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 on input labels
    [all...]
  /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/flac/libFLAC/
stream_decoder.c 161 FLAC__bool cached; /* true if there is a byte in lookahead */
164 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 40 alternatives in a rule based upon lookahead symbols from an input stream.
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/elfutils/src/src/
ldscript.c     [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp     [all...]
  /external/libpcap/
grammar.c     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]

Completed in 2981 milliseconds

1 2 34 5 6