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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 20 self.gettoken() # Initialize lookahead
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 20 self.gettoken() # Initialize lookahead
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 71 // because the one token lookahead for semicolon insertion has
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 352 // Many elements in an action blew the lookahead until
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 71 // because the one token lookahead for semicolon insertion has
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 352 // Many elements in an action blew the lookahead until
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 20 self.gettoken() # Initialize lookahead
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 20 self.gettoken() # Initialize lookahead
  /toolchain/binutils/binutils-2.27/zlib/examples/
zran.c 46 some lookahead and avoid many calls to extract() for small lengths.
  /external/icu/icu4c/source/i18n/
regexcmp.cpp 555 // restore the original regions when failing out of a lookahead
557 // might make sense - or might not, lookahead aren't that common.
564 // 2. STATE_SAVE 4 on failure of lookahead, goto 4
592 fParenStack.push(lookAhead, *fStatus); // Frame type.
599 // Negated Lookahead. (?! stuff )
607 // 6. BACKTRACK // code in block succeeded, so neg. lookahead fails.
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 838 vp9_lookahead_destroy(cpi->lookahead);
    [all...]
vp9_svc_layercontext.c 764 buf = vp9_lookahead_peek(cpi->lookahead, 0);
773 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead, 0);
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 499 """After an arbitrairly long lookahead as with a cyclic DFA (or with
1033 # buf.append("LN\t"); // lookahead node; distinguish from LT in protocol
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 122 * lookahead. The decision cannot be made with a DFA.
650 // not look k=1 to get min single token lookahead), we must
    [all...]
  /external/autotest/server/site_tests/native_Benchmarks/
webm.tar.bz2 
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 236 Token IdTok = PP.LookAhead(0);
456 if (PP.LookAhead(0).is(tok::l_brace))
  /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 437 /// desired, such as token caching or completion with lookahead.
543 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
546 /// Note that this differs from the Preprocessor's LookAhead method, because
551 return PP.LookAhead(N-1);
558 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 472 /// desired, such as token caching or completion with lookahead.
588 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
591 /// Note that this differs from the Preprocessor's LookAhead method, because
596 return PP.LookAhead(N-1);
603 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 472 /// desired, such as token caching or completion with lookahead.
588 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
591 /// Note that this differs from the Preprocessor's LookAhead method, because
596 return PP.LookAhead(N-1);
603 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 477 /// desired, such as token caching or completion with lookahead.
593 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
596 /// Note that this differs from the Preprocessor's LookAhead method, because
601 return PP.LookAhead(N-1);
608 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 477 /// desired, such as token caching or completion with lookahead.
593 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
596 /// Note that this differs from the Preprocessor's LookAhead method, because
601 return PP.LookAhead(N-1);
608 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 477 /// desired, such as token caching or completion with lookahead.
593 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
596 /// Note that this differs from the Preprocessor's LookAhead method, because
601 return PP.LookAhead(N-1);
608 return PP.LookAhead(0);
    [all...]

Completed in 1218 milliseconds

<<11121314151617181920>>