HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
window_tab.cpp 155 /* window for non-EFR modesm; uses 40 samples lookahead */
186 /* window for EFR, first two subframes, no lookahead */
216 /* window for EFR, last two subframes, no lookahead */
  /external/clang/include/clang/Lex/
Preprocessor.h 263 /// lookahead. They are "lexed" by the CachingLex() method.
559 /// LookAhead - This peeks ahead N tokens and returns that token without
560 /// consuming any tokens. LookAhead(0) returns the next token that would be
561 /// returned by Lex(), LookAhead(1) returns the token after it, etc. This
564 const Token &LookAhead(unsigned N) {
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 211 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) {
212 // Lookahead marker node. It's a leaf, so no recursion on children.
253 n->fType == RBBINode::lookAhead ||
299 n->fType == RBBINode::lookAhead ||
729 // Both lookahead and non-lookahead accepting for this state.
765 fTree->findNodes(&lookAheadNodes, RBBINode::lookAhead, *fStatus);
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c     [all...]
  /external/elfutils/src/
ldscript.c 962 /* The lookahead symbol. */
965 /* The semantic value of the lookahead symbol. */
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c     [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 398 s->last_eob_len = 8; /* enough lookahead for inflate */
882 * Send one empty static block to give enough lookahead for inflate.
884 * The current inflate code requires 9 bits of lookahead. If the
886 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
    [all...]
  /external/zlib/
trees.c 402 s->last_eob_len = 8; /* enough lookahead for inflate */
886 * Send one empty static block to give enough lookahead for inflate.
888 * The current inflate code requires 9 bits of lookahead. If the
890 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
    [all...]
  /external/bison/
NEWS 136 recovery, and the lookahead rejected during the second part.
163 - The option `--report=lookahead' was changed to `--report=look-ahead'.
435 - lookahead [changed to `look-ahead' in 1.875e and later]
ChangeLog 326 (Leaked lookahead after nondeterministic parse syntax error): New test
329 attempting to shift the lookahead so that you don't lose it.
490 * tests/glr-regression.at (Incorrect lookahead during deterministic
496 yychar rather than *yytokenp to determine the current lookahead.
717 (Incorrect lookahead during deterministic GLR):
718 (Incorrect lookahead during nondeterministic GLR):
764 * data/glr-regression.at (Incorrect lookahead during nondeterministic
765 GLR): In comments, change `lookahead status' to `lookahead need'.
809 actually needed the current lookahead
    [all...]
  /external/antlr/src/org/antlr/runtime/
LegacyCommonTokenStream.java 236 * first symbol of lookahead.
Lexer.java 227 /** What is the index of the current character of lookahead? */
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventSocketProxy.java 232 buf.append("LN\t"); // lookahead node; distinguish from LT in protocol
  /external/icu4c/tools/
icu-svnprops-check.py 117 # split on ';' into a list of properties. The negative lookahead and lookbehind
  /external/javassist/src/main/javassist/expr/
Expr.java 318 int endPos = oldIterator.lookAhead();
  /external/pcre/doc/html/
pcrecallout.html 188 ahead, just as if a lookahead assertion had failed. If the value is less than
  /external/pcre/doc/
pcresyntax.3 344 .SH "LOOKAHEAD AND LOOKBEHIND ASSERTIONS"
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /external/bison/tests/
actions.at 369 # FIXME: This location is not satisfying. Depend on the lookahead?
412 # lookahead is freed.
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
vad1.h 107 a frame (lookahead) */
184 incl lookahead */
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 585 * region are subject to lookahead and lookbehind, otherwise they are not.
614 * are subject to lookahead and lookbehind, otherwise they are not.
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [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/v8/src/
jsregexp.h 434 VISIT(Lookahead) \
    [all...]

Completed in 479 milliseconds

1 2 3 4 56 7 8 91011>>