OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookahead
(Results
426 - 450
of
830
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs
282
* first symbol of
lookahead
.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
128
* After an arbitrairly long
lookahead
as with a cyclic DFA (or with
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
130
* After an arbitrairly long
lookahead
as with a cyclic DFA (or with
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java
112
/** After an arbitrairly long
lookahead
as with a cyclic DFA (or with
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.m
249
// TODO: -LA: is returning an int because it sometimes is used in the generated parser to compare
lookahead
with a tokentype.
ANTLRStringStream.m
198
// implement the
lookahead
method used in lexers
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java
186
// if this has EOT,
lookahead
is all char (all char can follow rule)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java
69
/** If this is a decision node, what is the
lookahead
DFA? */
GrammarReport.java
457
buf.append("Number of manual or forced fixed
lookahead
k=value options: ");
/external/clang/include/clang/Lex/
Preprocessor.h
618
///
lookahead
. They are "lexed" by the CachingLex() method.
[
all
...]
/external/icu/icu4c/source/common/
rbbinode.cpp
299
"
lookAhead
",
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
329
assert(Stalls == 0 && "PPC hazards don't support scoreboard
lookahead
");
/external/pcre/dist2/doc/
pcre2callout.3
313
goes ahead, just as if a
lookahead
assertion had failed. If the value is less
pcre2syntax.3
459
.SH "
LOOKAHEAD
AND LOOKBEHIND ASSERTIONS"
/external/ply/ply/
CHANGES
107
reading of the next
lookahead
token is delayed until it is
110
This delay in consuming the next
lookahead
token is a
622
- The current
lookahead
symbol is saved and replaced by
[
all
...]
/external/python/cpython2/Lib/lib2to3/pgen2/
pgen.py
20
self.gettoken() # Initialize
lookahead
/external/python/cpython3/Lib/lib2to3/pgen2/
pgen.py
20
self.gettoken() # Initialize
lookahead
/external/python/cpython3/Lib/
shlex.py
60
# _pushback_chars is a push back queue used by
lookahead
logic
/external/skia/src/gpu/
GrRenderTargetOpList.cpp
413
GrOP_INFO("\t\t%d: (%s opID: %u) -> Reached max
lookahead
or end of array\n",
/external/skqp/src/gpu/
GrRenderTargetOpList.cpp
413
GrOP_INFO("\t\t%d: (%s opID: %u) -> Reached max
lookahead
or end of array\n",
/external/speex/include/speex/
speex.h
140
/** Returns the
lookahead
used by Speex */
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
126
assert(Stalls == 0 && "PPC hazards don't support scoreboard
lookahead
");
/external/v8/src/regexp/
regexp-ast.h
466
enum Type {
LOOKAHEAD
, LOOKBEHIND };
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
427
/*
lookahead
pitch filtering for masking analysis */
/external/zlib/src/examples/
zran.c
46
some
lookahead
and avoid many calls to extract() for small lengths.
Completed in 838 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>