HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 451 - 475 of 747) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 638 /* Invariants (because \Octal needs a lookahead):
640 * (ii) d contains the lookahead
  /external/clang/include/clang/Parse/
Parser.h 431 /// desired, such as token caching or completion with lookahead.
533 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
536 /// Note that this differs from the Preprocessor's LookAhead method, because
541 return PP.LookAhead(N-1);
548 return PP.LookAhead(0);
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 815 // * Choice nodes have 1-character lookahead.
3066 BoyerMooreLookahead* lookahead = bm_info(not_at_start); local
    [all...]
  /external/bison/
ChangeLog-2012 785 LAC = lookahead correction. See discussion at
    [all...]
  /external/antlr/antlr-3.4/tool/
CHANGES.txt 402 * Added misc.LookaheadStream: A lookahead queue that knows how
    [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/bison/po/
de.po 262 " `lookahead' explicitly associate lookahead tokens to items\n"
270 " ?lookahead? explizit Vorschautoken mit Symbolen verbinden\n"
    [all...]
es.po 295 " `lookahead' explicitly associate lookahead tokens to items\n"
303 " `lookahead' asocia expl?citamente lookaheads a los ?tems\n"
    [all...]
fi.po 273 " `lookahead' explicitly associate lookahead tokens to items\n"
281 " `lookahead' eksplisiittisesti liittää ennakointimerkkisymbolit "
    [all...]
ga.po 275 " `lookahead' explicitly associate lookahead tokens to items\n"
    [all...]
pl.po 267 " `lookahead' explicitly associate lookahead tokens to items\n"
    [all...]
sv.po 261 " `lookahead' explicitly associate lookahead tokens to items\n"
269 " \"lookahead\" koppla uttryckligen framåtblickande element till objekt\n"
    [all...]
tr.po 229 " `lookahead' explicitly associate lookahead tokens to items\n"
237 " `lookahead' explicitly associate lookaheads to items\n"
    [all...]
et.po 259 " `lookahead' explicitly associate lookahead tokens to items\n"
    [all...]
nl.po 257 " `lookahead' explicitly associate lookahead tokens to items\n"
    [all...]
pt.po 209 " `lookahead' explicitly associate lookahead tokens to items\n"
ru.po 258 " `lookahead' explicitly associate lookahead tokens to items\n"
    [all...]
zh_CN.po 205 " `lookahead' explicitly associate lookahead tokens to items\n"
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 208 Get the ith character of lookahead. This is the same usually as
814 first symbol of lookahead.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 177 # used to quickly retreive the object of interest to a recognizer at lookahead
184 # used to retreive the full object of interest at lookahead position specified
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 193 * Successive calls to <code>lookAhead()</code> return the
196 public int lookAhead() {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java 831 * matcher's region are transparent to lookahead, lookbehind,
836 * region are opaque to lookahead, lookbehind, and boundary matching
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 629 "selsched-max-lookahead",
630 "The maximum size of the lookahead window of selective scheduling",
    [all...]

Completed in 3346 milliseconds

<<11121314151617181920>>