HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 226 - 250 of 637) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/java_cup/
lexer.java 54 /** First character of lookahead. */
57 /** Second character of lookahead. */
109 * tables and reads the first two characters of lookahead.
134 /* read two characters of lookahead */
302 /* at this point we have lookahead of "{:" -- swallow that */
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 392 private String lookahead=null; field in class:PrefixForUriEnumerator
406 if(lookahead!=null)
414 lookahead=prefix;
425 String tmp=lookahead;
426 lookahead=null;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 37 * EOF ("$") in it. So, for m alternative productions, the lookahead
51 * lookahead to resolve a decision.
97 * fixed lookahead decisions.
LL1DFA.java 42 /** From list of lookahead sets (one per alt in decision), create
  /external/bison/doc/
refcard.tex 460 \key{Current lookahead token.} {yychar}
491 \key{Value in {\tt yychar} if no lookahead token.} {YYEMPTY}
492 \key{Clear previous lookahead token.} {yyclearin}
bison.1 186 `lookahead'
187 explicitly associate lookahead tokens to items
  /external/bison/tests/
actions.at 557 # FIXME: This location is not satisfying. Depend on the lookahead?
602 # lookahead is freed.
646 # Syntax error caught by the parser where lookahead = END
650 # lookahead is freed.
854 Cleanup: discarding lookahead token $end (1.5: )
978 Cleanup: discarding lookahead token $end ()
1105 # semantic value, which would be initialized from the lookahead, which
1178 Cleanup: discarding lookahead token $end ()
1350 Cleanup: discarding lookahead token $end (: )
    [all...]
torture.at 258 # requiring SIZE lookahead tokens.
361 ## Many lookahead tokens. ##
364 AT_SETUP([Many lookahead tokens])
  /external/javassist/src/main/javassist/compiler/
Lex.java 65 public int lookAhead() {
66 return lookAhead(0);
69 public int lookAhead(int i) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 74 * utilizing 3 millisecond lookahead. It is used to
250 * kPitchFilterPreLa: Pitch pre-filter with lookahead.
350 /* Filter the lookahead segment, this is treated as the last sub-frame. So
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 39 * correct; i.e., removed lookahead issues etc... It is LL(1)
41 * It needs two symbols of lookahead in this case.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 168 [ 'Fixed Lookahead (k)', fixed_looks ],
169 [ 'Arbitrary Lookahead (k)', cyclic_looks ],
  /external/libvpx/armv7a/
libvpx_srcs.txt 136 vp8/encoder/lookahead.c
137 vp8/encoder/lookahead.h
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
313 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
  /external/libvpx/mips-dspr2/
libvpx_srcs.txt 103 vp8/encoder/lookahead.c
104 vp8/encoder/lookahead.h
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 122 the input signal, and part of the signal in the input 'lookahead buffer'. */
185 /* Without lookahead */
  /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/harfbuzz/src/
harfbuzz-shaper.cpp 708 hb_uint32 lookahead = i + 1; local
709 while (lookahead < stringLength) {
710 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]);
711 if (testbrk == HB_Word_Format && HB_GetSentenceClass(string[lookahead]) != HB_Sentence_Sep) {
712 ++lookahead;
717 while (i < lookahead)
777 hb_uint32 lookahead = i + 1; local
778 while (lookahead < stringLength) {
779 hb_uint32 sbrk = HB_GetSentenceClass(string[lookahead]);
786 ++lookahead;
    [all...]
  /external/bison/
NEWS 90 release memory (the lookahead symbol and the symbols pushed on the stack)
538 ** LAC (Lookahead Correction) for syntax error handling:
649 determine which destructor to call for the lookahead upon a syntax
735 tokens, and so the parser does not always require a lookahead token
741 lookahead was actually required. Now verbose messages are
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c     [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 142 * occurence to not implement lookahead.
  /external/bison/src/
print-xml.c 89 /* Display the lookahead tokens? */
143 /* Report lookahead tokens and shifts. */
197 /* Report lookahead tokens and errors. */
296 /* Report lookahead tokens (or $default) and reductions. */
tables.h 76 The lookahead token's number, I, is used to index that portion of
  /external/chromium_org/third_party/lzma_sdk/
Types.h 201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);

Completed in 1492 milliseconds

1 2 3 4 5 6 7 8 91011>>