Searched refs:ahead (Results 1 – 25 of 98) sorted by relevance
1234
/external/icu4c/common/ |
D | rbbirpt.txt | 150 '/' 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
|
D | ustring.c | 1284 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/ |
D | liba2dp.c | 674 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/ |
D | rgb24-hacks.txt | 13 + // FIXME: We'll go ahead and optimize this now and just assume we're ok if
|
/external/bison/tests/ |
D | torture.at | 263 # requiring SIZE look-ahead tokens. 365 ## Many look-ahead tokens. ## 368 AT_SETUP([Many look-ahead tokens])
|
D | calc.at | 506 # - 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/ |
D | line_he.txt | 45 # 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.
|
D | line_fi.txt | 45 # 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.
|
D | line.txt | 45 # 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.
|
D | sent.txt | 97 # may require improving support for look-ahead breaks in the
|
D | sent_el.txt | 97 # may require improving support for look-ahead breaks in the
|
/external/bison/doc/ |
D | bison.texinfo | 251 * 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 …]
|
D | bison.info | 213 * 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 …]
|
D | refcard.tex | 461 \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/ |
D | regexcst.txt | 179 # 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/ |
D | cssvalues.in | 41 ahead
|
/external/zlib/contrib/puff/ |
D | README | 47 the size of the uncompressed data ahead of time.
|
/external/netcat/ |
D | Changelog | 59 moved retry-count test ahead of this. Makes multimode work much more
|
/external/strace/ |
D | PORTING | 58 calls in other operating systems. Go ahead and tweak what is there
|
/external/elfutils/src/ |
D | ChangeLog | 99 width can be computed ahead of printing. Avoid collection symbols
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | webkit | 43 ahead
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 72 @abstract Move the current pointer ahead to the entry after the current entry.
|
/external/oprofile/events/mips/74K/ |
D | events | 29 …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/ |
D | o32.S | 86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 125 buffer position and blow the file read ahead buffer
|
1234