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

1 2 34 5

  /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/kernel-headers/original/asm-x86/
processor_32.h 276 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
313 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 315 struct lookahead_ctx *lookahead; member in struct:VP9_COMP
vp9_onyx_if.c 305 vp9_lookahead_destroy(cpi->lookahead);
992 cpi->lookahead = vp9_lookahead_init(cpi->oxcf.width, cpi->oxcf.height,
995 if (!cpi->lookahead)
    [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...]
  /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 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/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/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 453 (?=\\s | s\\b) # otherwise, positive lookahead for a whitespace
  /external/chromium_org/v8/src/
jsregexp.cc 3071 BoyerMooreLookahead* lookahead = bm_info(not_at_start); local
4013 BoyerMooreLookahead* lookahead = bm_info(not_at_start); local
    [all...]
  /external/icu4c/common/
uniset_props.cpp     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 722 /// 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
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 832 /** Same as a normal DFA state except that we don't examine lookahead
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 908 /** Same as a normal DFA state except that we don't examine lookahead
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 872 /** 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.
    [all...]

Completed in 719 milliseconds

1 2 34 5