Home
last modified time | relevance | path

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

1234

/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.c674 long ahead = 0; in avdtp_write() local
678 ahead = data->next_write - now; in avdtp_write()
680 DBG("duration: %ld, ahead: %ld", duration, ahead); in avdtp_write()
682 if (ahead > 0) { in avdtp_write()
684 usleep(ahead); in avdtp_write()
689 if (ahead <= -CATCH_UP_TIMEOUT * 1000) { in avdtp_write()
/external/webkit/Source/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_he.txt45 # When iterating backwards, we need to look ahead when encountering
47 # (Look-ahead in a reverse rule is looking towards the start)
52 # stop immediately when a look ahead rule ( '/' operator) matches,
53 # and set the match position to that of the look-ahead operator,
469 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_fi.txt45 # When iterating backwards, we need to look ahead when encountering
47 # (Look-ahead in a reverse rule is looking towards the start)
52 # stop immediately when a look ahead rule ( '/' operator) matches,
53 # and set the match position to that of the look-ahead operator,
468 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline.txt45 # When iterating backwards, we need to look ahead when encountering
47 # (Look-ahead in a reverse rule is looking towards the start)
52 # stop immediately when a look ahead rule ( '/' operator) matches,
53 # and set the match position to that of the look-ahead operator,
461 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dsent.txt97 # may require improving support for look-ahead breaks in the
Dsent_el.txt97 # 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/Tools/iExploder/iexploder-1.3.2/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/strace/
DPORTING58 calls in other operating systems. Go ahead and tweak what is there
/external/elfutils/src/
DChangeLog99 width can be computed ahead of printing. Avoid collection symbols
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dwebkit43 ahead
/external/webkit/Source/WebKit/win/Interfaces/
DIWebBackForwardList.idl72 @abstract Move the current pointer ahead to the entry after the current entry.
/external/oprofile/events/mips/74K/
Devents29 …ES : 11-0 Cycles IFU-IDU gate is closed (to prevent upstream from getting ahead) due to mispredict…
100 …name:ICACHE_MISSES : 6-1 Instruction cache misses, includes misses from fetch-ahead and speculation
/external/libffi/src/mips/
Do32.S86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
/external/bluetooth/glib/
DNEWS.pre-1-3125 buffer position and blow the file read ahead buffer

1234