Home
last modified time | relevance | path

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

123456

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStreamState.as30 /** When walking ahead with cyclic DFA or for syntactic predicates,
32 * line, etc...) so that we can rewind the state after scanning ahead.
DIntStream.as35 /** Get int at current input pointer + i ahead where i=1 is next int.
89 * normally used to seek ahead in the input stream. No buffering is
/external/icu/icu4c/source/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.cpp1291 int32_t ahead = *offset + 1; in u_unescapeAt() local
1293 if (c == 0x5C /*'\\'*/ && ahead < length) { in u_unescapeAt()
1294 c = (UChar) u_unescapeAt(charAt, &ahead, length, context); in u_unescapeAt()
1297 *offset = ahead; in u_unescapeAt()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt018llstar.g20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/llvm/test/CodeGen/X86/
Dadd-nsw-sext.ll6 ; then we can promote the sext ahead of that add to allow optimizations.
21 ; An x86 bonus: If we promote the sext ahead of the 'add nsw',
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java860 int ahead = offset+1; in unescapeAt() local
862 if (c == '\\' && ahead < length) { in unescapeAt()
863 int o[] = new int[] { ahead }; in unescapeAt()
865 ahead = o[0]; in unescapeAt()
868 offset = ahead; in unescapeAt()
/external/icu/icu4c/source/data/brkitr/
Dline_fi.txt50 # When iterating backwards, we need to look ahead when encountering
52 # (Look-ahead in a reverse rule is looking towards the start)
57 # stop immediately when a look ahead rule ( '/' operator) matches,
58 # and set the match position to that of the look-ahead operator,
496 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_normal.txt51 # When iterating backwards, we need to look ahead when encountering
53 # (Look-ahead in a reverse rule is looking towards the start)
58 # stop immediately when a look ahead rule ( '/' operator) matches,
59 # and set the match position to that of the look-ahead operator,
490 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline.txt48 # When iterating backwards, we need to look ahead when encountering
50 # (Look-ahead in a reverse rule is looking towards the start)
55 # stop immediately when a look ahead rule ( '/' operator) matches,
56 # and set the match position to that of the look-ahead operator,
487 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_normal_fi.txt51 # When iterating backwards, we need to look ahead when encountering
53 # (Look-ahead in a reverse rule is looking towards the start)
58 # stop immediately when a look ahead rule ( '/' operator) matches,
59 # and set the match position to that of the look-ahead operator,
497 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_normal_cj.txt52 # When iterating backwards, we need to look ahead when encountering
54 # (Look-ahead in a reverse rule is looking towards the start)
59 # stop immediately when a look ahead rule ( '/' operator) matches,
60 # and set the match position to that of the look-ahead operator,
502 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_loose.txt54 # When iterating backwards, we need to look ahead when encountering
56 # (Look-ahead in a reverse rule is looking towards the start)
61 # stop immediately when a look ahead rule ( '/' operator) matches,
62 # and set the match position to that of the look-ahead operator,
500 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_loose_fi.txt52 # When iterating backwards, we need to look ahead when encountering
54 # (Look-ahead in a reverse rule is looking towards the start)
59 # stop immediately when a look ahead rule ( '/' operator) matches,
60 # and set the match position to that of the look-ahead operator,
505 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
Dline_loose_cj.txt61 # When iterating backwards, we need to look ahead when encountering
63 # (Look-ahead in a reverse rule is looking towards the start)
68 # stop immediately when a look ahead rule ( '/' operator) matches,
69 # and set the match position to that of the look-ahead operator,
528 # TODO: to implement this, we need more than one look-ahead hard break in play at a time.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java864 int ahead = offset+1; in unescapeAt() local
866 if (c == '\\' && ahead < length) { in unescapeAt()
867 int o[] = new int[] { ahead }; in unescapeAt()
869 ahead = o[0]; in unescapeAt()
872 offset = ahead; in unescapeAt()
/external/v8/test/webkit/fast/js/
Dregexp-look-ahead-expected.txt24 Test for regression against Yarr Interpreter is crashing in some cases of look-ahead regex patterns
/external/llvm/docs/
DHowToSubmitABug.rst51 is in the front-end. Jump ahead to the section on :ref:`front-end bugs
55 the code generator), you found an optimizer bug. Jump ahead to
58 * Otherwise, you have a code generator crash. Jump ahead to `code
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.collect_images_chameleon16 we use image comparison techniques. In it, we collect golden images ahead of
/external/skia/site/user/special/
Dlua.md52 a pdf that will be outputted into the current folder as 'test.pdf'. Go ahead and
/external/toybox/kconfig/
Dzconf.tab.c_shipped1160 /* The look-ahead symbol. */
1163 /* The semantic value of the look-ahead symbol. */
1199 /* Look-ahead token as an internal (translated) token number. */
1339 /* Read a look-ahead token if we need one and don't already have one. */
1342 /* First try to decide what to do without reference to look-ahead token. */
1348 /* Not known => get a look-ahead token if don't already have one. */
1350 /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */
1385 /* Shift the look-ahead token. */
1979 /* If just tried and failed to reuse look-ahead token after an
1995 /* Else will try to reuse look-ahead token after shifting the error
/external/libmicrohttpd/m4/
Dax_check_openssl.m491 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
/external/skia/site/dev/contrib/
Dindex.md31 skia-discuss ahead of development. For more information, see [How to submit a patch](./contrib/sub…

123456