Searched
full:ahead (Results
326 -
350 of
995) sorted by null
<<11121314151617181920>>
/external/bison/src/ |
parse-gram.c | [all...] |
/external/bison/tests/ |
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/llvm/docs/ |
HowToSubmitABug.html | 101 the crash is in the front-end. Jump ahead to the section on <a 105 (which disables the code generator), you found an optimizer bug. Jump ahead 108 <li>Otherwise, you have a code generator crash. Jump ahead to <a
|
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 153 * after (look-ahead) or before (look-behind) the current position, without including the matched 157 * <tr> <td> (?=<i>a</i>) </td> <td>Zero-width positive look-ahead.</td> </tr> 158 * <tr> <td> (?!<i>a</i>) </td> <td>Zero-width negative look-ahead.</td> </tr>
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 64 """Get int at current input pointer + i ahead where i=1 is next int. 138 normally used to seek ahead in the input stream. No buffering is 257 Get Token at current input pointer + i ahead where i=1 is next Token. 269 How far ahead has the stream been asked to look? The return 477 consume() ahead until p==index; can't just set p=index as we must [all...] |
debug.py | 481 """Somebody (anybody) looked ahead. Note that this actually gets 485 ahead into a file it doesn't have so LT events must pass the token 492 """The parser is going to look arbitrarily ahead; mark this location, [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | [all...] |
/external/elfutils/src/ |
ldscript.c | [all...] |
/external/libpcap/ |
grammar.c | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBlock.cpp | [all...] |
/external/kernel-headers/original/linux/ |
fs.h | 80 #define READA 2 /* read-ahead - don't block if no resources */ 189 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 190 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 191 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 192 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 662 unsigned long ahead_start; /* Ahead window */ [all...] |
/external/bison/ |
NEWS | 163 - The option `--report=lookahead' was changed to `--report=look-ahead'. 435 - lookahead [changed to `look-ahead' in 1.875e and later] 436 explicitly associate look-ahead tokens to items
|
/external/jpeg/ |
jdcoefct.c | 567 /* Force some input to be done if we are getting ahead of the input. */ 734 /* Force some input to be done if we are getting ahead of the input. */ 740 * we want it to keep one row ahead so that next block row's DC [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdcoefct.c | 567 /* Force some input to be done if we are getting ahead of the input. */ 734 /* Force some input to be done if we are getting ahead of the input. */ 740 * we want it to keep one row ahead so that next block row's DC [all...] |
/dalvik/docs/ |
verifier.html | 163 be deferred to first class load, rather than be performed ahead of time
|
/dalvik/libdex/ |
SysUtil.cpp | 113 * We need to know the length ahead of time so we can allocate a segment
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 113 // ahead and do that. The way this agent backs up the data is to
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 309 * so, at least for right now, I'm going to go ahead an throw a TransformerException
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 125 buffer position and blow the file read ahead buffer
|
/external/chromium/chrome/browser/net/gaia/ |
token_service_unittest.cc | 163 // Don't "start fetching", just go ahead and issue the callback.
|
/external/chromium/chrome/common/extensions/ |
url_pattern.h | 122 // to be a valid pattern. If the string is not known ahead of time, use
|
/external/dbus/dbus/ |
dbus-errors.c | 341 * idea, just go ahead and provide a useful error message. It won't
|
/external/icu4c/common/ |
rbbirb.h | 144 UBool fLookAheadHardBreak; // True: Look ahead matches cause an
|
/external/icu4c/tools/genrb/ |
rle.c | 344 * if we could look ahead, but we can't, so we use 'node' to
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 118 'that is 10 hours ahead (east) of UTC.'
|
Completed in 2067 milliseconds
<<11121314151617181920>>