HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 176 - 200 of 637) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 290 final boolean lookahead(char c, int n) method in class:XPathParser
391 * @param n number of tokens to lookahead. Must be
397 private final boolean lookahead(String s, int n) method in class:XPathParser
404 String lookahead = (String) m_ops.m_tokenQueue.elementAt(m_queueMark + (n - 1)); local
406 isToken = (lookahead != null) ? lookahead.equals(s) : (s == null);
874 if (tokenIs('!') && lookahead('=', 1))
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp     [all...]
  /external/bison/src/
print.c 113 /* Display the lookahead tokens? */
135 /* Compute the width of the lookahead token column. */
151 /* Report lookahead tokens and shifts. */
183 /* Compute the width of the lookahead token column. */
195 /* Report lookahead tokens and errors. */
263 /* Compute the width of the lookahead token column. */
295 /* Report lookahead tokens (or $default) and reductions. */
  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 87 ** current state and lookahead token. These tables are used to implement
88 ** functions that take a state number and lookahead value and return an
94 ** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
107 ** Given state S and lookahead X, the action is computed as
116 ** The formula above is for computing the action when the lookahead is
117 ** a terminal symbol. If the lookahead is a non-terminal (as occurs after
125 ** yy_lookahead[] A table containing the lookahead for each entry in
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 81 ** current state and lookahead token. These tables are used to implement
82 ** functions that take a state number and lookahead value and return an
88 ** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
101 ** Given state S and lookahead X, the action is computed as
110 ** The formula above is for computing the action when the lookahead is
111 ** a terminal symbol. If the lookahead is a non-terminal (as occurs after
119 ** yy_lookahead[] A table containing the lookahead for each entry in
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TimeStampParser.java 80 if (lexer.lookAhead(0) == '.') {
100 if (lexer.lookAhead(0) != '\n') {
105 if (lexer.lookAhead(0) == '.') {
  /external/openfst/src/include/fst/script/
info-impl.h 31 #include <fst/lookahead-matcher.h>
299 os << "input lookahead"
302 os << "output lookahead"
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 31 LOOKAHEAD=1;
156 LOOKAHEAD(2147483647)
193 LOOKAHEAD(2147483647)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 44 * Used to differentiate between fixed lookahead and cyclic DFA decisions
DebugTreeParser.cs 48 * Used to differentiate between fixed lookahead and cyclic DFA decisions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 46 * Used to differentiate between fixed lookahead and cyclic DFA decisions
DebugTreeParser.cs 48 * Used to differentiate between fixed lookahead and cyclic DFA decisions
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java 38 /** Used to differentiate between fixed lookahead and cyclic DFA decisions
DebugTreeParser.java 40 /** Used to differentiate between fixed lookahead and cyclic DFA decisions
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 24 * Use ANTLRWorks to see the lookahead use (step by Location)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LookaheadSet.java 34 /** An LL(1) lookahead set; contains a set of token types and a "hasEOF"
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 35 * histogram of regular lookahead depth (int k or *)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h 86 // Lookahead section.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 112 /* one token of lookahead; used sparingly */
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c 31 Scanner_fatal(in, "more than one token of lookahead?");
  /external/chromium_org/tools/gn/
parser.h 78 bool LookAhead(Token::Type type);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 36 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead");
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 103 while (lexer.lookAhead(0) == ';') {
PAssociatedURIParser.java 97 while (lexer.lookAhead(0) == ',')
  /external/zlib/src/contrib/asm686/
match.S 139 /* if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; */
332 /* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
333 /* return s->lookahead; */

Completed in 2089 milliseconds

1 2 3 4 5 6 78 91011>>