Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 25 of 58) sorted by relevance

123

/external/icu4c/common/
Drbbirpt.txt150 '/' look-ahead doExprCatOperator
158 # look-ahead Scanning a '/', which identifies a break point, assuming that the
164 look-ahead:
173 # look-ahead symbol is permitted.
224 '/' look-ahead doExprCatOperator
Dustring.c1284 int32_t ahead = *offset + 1; in u_unescapeAt() local
1286 if (c == 0x5C /*'\\'*/ && ahead < length) { in u_unescapeAt()
1287 c = (UChar) u_unescapeAt(charAt, &ahead, length, context); in u_unescapeAt()
1290 *offset = ahead; in u_unescapeAt()
/external/bluetooth/bluez/audio/
Dliba2dp.c637 long ahead = 0; in avdtp_write() local
641 ahead = data->next_write - now; in avdtp_write()
643 DBG("duration: %ld, ahead: %ld", duration, ahead); in avdtp_write()
645 if (ahead > 0) { in avdtp_write()
647 usleep(ahead); in avdtp_write()
652 if (ahead < 0) { in avdtp_write()
/external/webkit/WebCore/platform/graphics/cairo/
Drgb24-hacks.txt13 + // FIXME: We'll go ahead and optimize this now and just assume we're ok if
/external/bison/tests/
Dtorture.at263 # requiring SIZE look-ahead tokens.
365 ## Many look-ahead tokens. ##
368 AT_SETUP([Many look-ahead tokens])
Dcalc.at506 # - check the look-ahead that triggers an error is not discarded
507 # when we enter error recovery. Below, the look-ahead causing the
521 # POSIX says the look-ahead causing the error should not be discarded.
/external/icu4c/data/brkitr/
Dline.txt42 # When iterating backwards, we need to look ahead when encountering
44 # (Look-ahead in a reverse rule is looking towards the start)
49 # stop immediately when a look ahead rule ( '/' operator) matches,
50 # and set the match position to that of the look-ahead operator,
Dsent.txt102 # may require improving support for look-ahead breaks in the
/external/bison/doc/
Dbison.texinfo251 * Look-Ahead:: Parser looks one token ahead when deciding what to do.
448 token of look-ahead. Strictly speaking, that is a description of an
464 (called a @dfn{look-ahead}) of the remaining input. A context-free
468 look-ahead always suffices to determine the next grammar rule to apply.
749 Such grammars typically require more than one symbol of look-ahead,
789 With normal @acronym{LALR}(1) one-token look-ahead it is not
828 look-ahead than the underlying @acronym{LALR}(1) algorithm actually allows
1109 the look-ahead token present at the time of the associated reduction.
1112 look-ahead token's semantic value and location, if any.
3192 It is also possible to access the semantic value of the look-ahead token, if
[all …]
Dbison.info213 * Look-Ahead:: Parser looks one token ahead when deciding what to do.
768 input string with just a single token of look-ahead. Strictly
778 (called a "look-ahead") of the remaining input. A context-free grammar
781 "nondeterministic", meaning that no fixed look-ahead always suffices to
1030 require more than one symbol of look-ahead, or (in rare cases) fall
1059 normal LALR(1) one-token look-ahead it is not possible to decide
1094 look-ahead than the underlying LALR(1) algorithm actually allows for.
1318 type of the look-ahead token present at the time of the associated
1321 look-ahead token's semantic value and location, if any. In a
3182 It is also possible to access the semantic value of the look-ahead
[all …]
Drefcard.tex461 \key{Current look ahead token.} {yychar}
492 \key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY}
493 \key{Clear previous look ahead token.} {yyclearin}
/external/icu4c/i18n/
Dregexcst.txt179 # quant-star Scanning a '*' quantifier. Need to look ahead to decide
189 # quant-plus Scanning a '+' quantifier. Need to look ahead to decide
199 # quant-opt Scanning a '?' quantifier. Need to look ahead to decide
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in41 ahead
/external/zlib/contrib/puff/
DREADME47 the size of the uncompressed data ahead of time.
/external/netcat/
DChangelog59 moved retry-count test ahead of this. Makes multimode work much more
/external/elfutils/src/
DChangeLog99 width can be computed ahead of printing. Avoid collection symbols
/external/strace/
DPORTING58 calls in other operating systems. Go ahead and tweak what is there
/external/webkit/WebCore/css/
DCSSValueKeywords.in400 ahead
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl72 @abstract Move the current pointer ahead to the entry after the current entry.
/external/libffi/src/mips/
Do32.S86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
/external/bison/
DNEWS161 - The option `--report=lookahead' was changed to `--report=look-ahead'.
430 - lookahead [changed to `look-ahead' in 1.875e and later]
431 explicitly associate look-ahead tokens to items
/external/bluetooth/glib/
DNEWS.pre-1-3125 buffer position and blow the file read ahead buffer
/external/webkit/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm127 // If we came in here with the view already needing a layout, then go ahead and do that
/external/zlib/contrib/masmx86/
Dgvmat32.asm831 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dflex.skl561 * yy_get_previous_state() go ahead and do it
1097 * to go ahead and always set it.

123