Searched refs:ahead (Results 1 – 25 of 58) sorted by relevance
123
/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 | 637 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/ |
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.txt | 42 # 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,
|
D | sent.txt | 102 # 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/WebKitTools/iExploder/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/elfutils/src/ |
D | ChangeLog | 99 width can be computed ahead of printing. Avoid collection symbols
|
/external/strace/ |
D | PORTING | 58 calls in other operating systems. Go ahead and tweak what is there
|
/external/webkit/WebCore/css/ |
D | CSSValueKeywords.in | 400 ahead
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 72 @abstract Move the current pointer ahead to the entry after the current entry.
|
/external/libffi/src/mips/ |
D | o32.S | 86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
|
/external/bison/ |
D | NEWS | 161 - 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/ |
D | NEWS.pre-1-3 | 125 buffer position and blow the file read ahead buffer
|
/external/webkit/WebKit/mac/WebView/ |
D | WebDynamicScrollBarsView.mm | 127 // If we came in here with the view already needing a layout, then go ahead and do that
|
/external/zlib/contrib/masmx86/ |
D | gvmat32.asm | 831 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | flex.skl | 561 * yy_get_previous_state() go ahead and do it 1097 * to go ahead and always set it.
|
123