OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ahead
(Results
176 - 200
of
995
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
132
#define
AHEAD
(pos) dofwd(p, pos, HERE()-(pos))
275
AHEAD
(prevfwd); /* fix previous offset */
281
AHEAD
(prevfwd);
401
AHEAD
(pos); /* fix the OCH_ */
403
AHEAD
(THERE()); /* ...so fix it */
967
AHEAD
(start); /* ... fix it */
969
AHEAD
(THERE());
979
AHEAD
(start);
981
AHEAD
(THERE()); /* ...so fix it */
[
all
...]
/external/icu4c/data/brkitr/
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.
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.
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.
line_ja.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,
466
# TODO: to implement this, we need more than one look-
ahead
hard break in play at a time.
/external/kernel-headers/original/linux/
hdreg.h
344
#define SETFEATURES_DIS_RLA 0x55 /* Disable read look-
ahead
feature */
356
#define SETFEATURES_EN_RLA 0xAA /* Enable read look-
ahead
feature */
525
* 6: look-
ahead
574
* 6: look-
ahead
672
* 1: read-look-
ahead
/external/openfst/src/include/fst/
lookahead-filter.h
224
<< "match/look-
ahead
on output labels and 2nd argument "
225
<< "cannot match/look-
ahead
on input labels.";
315
mutable bool lookahead_arc_; // Look-
ahead
performed at last FilterArc()?
606
ssize_t narcsa_; // Number of arcs leaving look-
ahead
match FST
613
// look-
ahead
matcher and filter.
/external/v8/src/
scanner.h
366
// One token look-
ahead
(past the token returned by Next()).
440
// The current and look-
ahead
token.
449
// Set c0_ (one character
ahead
)
546
TokenDesc next_; // desc for next token (one token look-
ahead
)
555
// One Unicode character look-
ahead
; c0_ < 0 at the end of the input.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdreg.h
286
#define SETFEATURES_DIS_RLA 0x55 /* Disable read look-
ahead
feature */
298
#define SETFEATURES_EN_RLA 0xAA /* Enable read look-
ahead
feature */
467
* 6: look-
ahead
516
* 6: look-
ahead
614
* 1: read-look-
ahead
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h
286
#define SETFEATURES_DIS_RLA 0x55 /* Disable read look-
ahead
feature */
298
#define SETFEATURES_EN_RLA 0xAA /* Enable read look-
ahead
feature */
467
* 6: look-
ahead
516
* 6: look-
ahead
614
* 1: read-look-
ahead
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h
286
#define SETFEATURES_DIS_RLA 0x55 /* Disable read look-
ahead
feature */
298
#define SETFEATURES_EN_RLA 0xAA /* Enable read look-
ahead
feature */
467
* 6: look-
ahead
516
* 6: look-
ahead
614
* 1: read-look-
ahead
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
110
* Somebody (anybody) looked
ahead
. Note that this actually gets
114
*
ahead
into a file it doesn't have so LT events must pass the token
121
* The parser is going to look arbitrarily
ahead
; mark this location,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
112
* Somebody (anybody) looked
ahead
. Note that this actually gets
116
*
ahead
into a file it doesn't have so LT events must pass the token
123
* The parser is going to look arbitrarily
ahead
; mark this location,
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java
98
/** Somebody (anybody) looked
ahead
. Note that this actually gets
102
*
ahead
into a file it doesn't have so LT events must pass the token
107
/** The parser is going to look arbitrarily
ahead
; mark this location,
/external/bison/doc/
refcard.tex
462
\key{Current look
ahead
token.} {yychar}
493
\key{Value in {\tt yychar} if no look-
ahead
token.} {YYEMPTY}
494
\key{Clear previous look
ahead
token.} {yyclearin}
/external/bison/src/
getargs.c
147
"look-
ahead
", "lookahead", "lookaheads",
249
`look-
ahead
' explicitly associate look-
ahead
tokens to items\n\
/external/bison/tests/
torture.at
263
# requiring SIZE look-
ahead
tokens.
365
## Many look-
ahead
tokens. ##
368
AT_SETUP([Many look-
ahead
tokens])
/external/icu4c/i18n/
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
anytrans.cpp
147
// Move limit
ahead
to include COMMON, INHERITED, and characters
150
ch = text.char32At(limit); // look
ahead
/bionic/libc/include/arpa/
telnet.h
81
#define TELOPT_SGA 3 /* suppress go
ahead
*/
124
"BINARY", "ECHO", "RCP", "SUPPRESS GO
AHEAD
", "NAME",
/development/ndk/platforms/android-9/include/arpa/
telnet.h
81
#define TELOPT_SGA 3 /* suppress go
ahead
*/
124
"BINARY", "ECHO", "RCP", "SUPPRESS GO
AHEAD
", "NAME",
/external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h
67
/// Get tree node at current input pointer + i
ahead
where i=1 is next node.
313
* when walking
ahead
with cyclic DFA or for syntactic predicates,
/external/chromium/webkit/glue/
multipart_response_delegate.cc
173
// If the last character is a new line character, go
ahead
and just send
189
// If we have any pending data and we're not in a header, go
ahead
and send
/external/icu4c/common/
rbbirpt.h
124
, {doSlash, 47 /* / */, 49,0, TRUE} // 47 look-
ahead
222
"look-
ahead
",
/external/tcpdump/
telnet.h
89
#define TELOPT_SGA 3 /* suppress go
ahead
*/
132
"BINARY", "ECHO", "RCP", "SUPPRESS GO
AHEAD
", "NAME",
Completed in 2605 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>