/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStreamState.as | 30 /** When walking ahead with cyclic DFA or for syntactic predicates, 32 * line, etc...) so that we can rewind the state after scanning ahead.
|
D | IntStream.as | 35 /** 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/ |
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.cpp | 1291 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/ |
D | t018llstar.g | 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.g | 21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/llvm/test/CodeGen/X86/ |
D | add-nsw-sext.ll | 6 ; 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/ |
D | Utility.java | 860 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/ |
D | line_fi.txt | 50 # 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.
|
D | line_normal.txt | 51 # 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.
|
D | line.txt | 48 # 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.
|
D | line_normal_fi.txt | 51 # 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.
|
D | line_normal_cj.txt | 52 # 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.
|
D | line_loose.txt | 54 # 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.
|
D | line_loose_fi.txt | 52 # 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.
|
D | line_loose_cj.txt | 61 # 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/ |
D | Utility.java | 864 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/ |
D | regexp-look-ahead-expected.txt | 24 Test for regression against Yarr Interpreter is crashing in some cases of look-ahead regex patterns
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 51 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/ |
D | control.collect_images_chameleon | 16 we use image comparison techniques. In it, we collect golden images ahead of
|
/external/skia/site/user/special/ |
D | lua.md | 52 a pdf that will be outputted into the current folder as 'test.pdf'. Go ahead and
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1160 /* 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/ |
D | ax_check_openssl.m4 | 91 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
|
/external/skia/site/dev/contrib/ |
D | index.md | 31 skia-discuss ahead of development. For more information, see [How to submit a patch](./contrib/sub…
|