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

1 2 34 5 6 7 8 91011>>

  /external/zlib/contrib/asm586/
match.S 100 /* if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; */
345 /* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
346 /* return s->lookahead; */
  /external/zlib/contrib/masm686/
match.asm 177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
389 ;/* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
390 ;/* return s->lookahead; */
  /external/zlib/contrib/masmx86/
match686.asm 241 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
434 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
435 ;;; return s->lookahead;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */
  /external/e2fsprogs/intl/
plural.c 647 /* The lookahead symbol. */ \
650 /* The semantic value of the lookahead symbol. */ \
660 /* Location data for the lookahead symbol. */ \
688 /* Lookahead token as an internal (translated) token number. */
854 /* Read a lookahead token if we need one and don't already have one. */
857 /* First try to decide what to do without reference to lookahead token. */
863 /* Not known => get a lookahead token if don't already have one. */
930 /* Shift the lookahead token. */
973 the lookahead token. This behavior is undocumented and Bison
1188 /* If just tried and failed to reuse lookahead token after a
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CallInfoParser.java 72 while (lexer.lookAhead(0) != '\n') {
87 while (lexer.lookAhead(0) == ',') {
ContentEncodingParser.java 76 while (lexer.lookAhead(0) != '\n') {
89 while (lexer.lookAhead(0) == ',') {
ContentLanguageParser.java 74 while (lexer.lookAhead(0) != '\n') {
83 while (lexer.lookAhead(0) == ',') {
ErrorInfoParser.java 74 while (lexer.lookAhead(0) != '\n') {
90 if ( lexer.lookAhead(0) == ',' ) {
ProxyRequireParser.java 72 while (lexer.lookAhead(0) != '\n') {
84 while (lexer.lookAhead(0) == ',') {
ReasonParser.java 73 while (lexer.lookAhead(0) != '\n') {
82 if (lexer.lookAhead(0) == ',') {
RequireParser.java 75 while (lexer.lookAhead(0) != '\n') {
87 while (lexer.lookAhead(0) == ',') {
SupportedParser.java 75 while (lexer.lookAhead(0) != '\n') {
88 while (lexer.lookAhead(0) == ',') {
UnsupportedParser.java 73 while (lexer.lookAhead(0) != '\n') {
86 while (lexer.lookAhead(0) == ',') {
  /system/core/sh/
arith.c 868 /* The lookahead symbol. */
871 /* The semantic value of the lookahead symbol. */
907 /* Lookahead token as an internal (translated) token number. */
1048 /* Read a lookahead token if we need one and don't already have one. */
1051 /* First try to decide what to do without reference to lookahead token. */
1057 /* Not known => get a lookahead token if don't already have one. */
1059 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1094 /* Shift the lookahead token. */
    [all...]
  /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/javassist/src/main/javassist/compiler/
Lex.java 65 public int lookAhead() {
66 return lookAhead(0);
69 public int lookAhead(int i) {
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 706 hb_uint32 lookahead = i + 1; local
707 while (lookahead < stringLength) {
708 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]);
709 if (testbrk == HB_Word_Format && HB_GetSentenceClass(string[lookahead]) != HB_Sentence_Sep) {
710 ++lookahead;
715 while (i < lookahead)
775 hb_uint32 lookahead = i + 1; local
776 while (lookahead < stringLength) {
777 hb_uint32 sbrk = HB_GetSentenceClass(string[lookahead]);
784 ++lookahead;
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 69 int old = iter.lookAhead();
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 36 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead");
  /external/llvm/lib/Target/CellSPU/
SPUHazardRecognizers.cpp 50 assert(Stalls == 0 && "SPU hazards don't yet support scoreboard lookahead");
  /external/qemu/
json-lexer.c 66 from OLD_STATE required lookahead. This happens whenever the table
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-187133.js 45 * This is a "zero-width lookahead negative assertion".
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }

Completed in 1097 milliseconds

1 2 34 5 6 7 8 91011>>