HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 1 - 25 of 747) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStreamState.m 35 lookahead = [[NSMutableArray alloc] init];
116 - (NSMutableArray *) lookahead
118 return lookahead;
123 if (lookahead != aLookahead) {
125 [lookahead release];
126 lookahead = aLookahead;
132 [[self lookahead] addObject: lookaheadObject];
136 [[self lookahead] removeObject: lookaheadObject];
ANTLRUnbufferedCommonTreeNodeStream.m 47 @synthesize lookahead;
68 lookahead = [NSMutableArray arrayWithCapacity:INITIAL_LOOKAHEAD_BUFFER_SIZE]; // lookahead is filled with [NSNull null] in -reset
69 [lookahead retain];
83 [lookahead release]; lookahead = nil;
99 [lookahead removeAllObjects];
103 [lookahead addObject:[NSNull null]];
118 return [lookahead objectAtIndex:(head+k-1) % [lookahead count]]
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 30 /**\brief Initializes the lookahead stage
32 * The lookahead stage is a queue of frame buffers on which some analysis
43 /**\brief Destroys the lookahead stage
57 * \param[in] ctx Pointer to the lookahead context
76 * \param[in] ctx Pointer to the lookahead context
93 * \param[in] ctx Pointer to the lookahead context
105 /**\brief Get the number of frames currently in the lookahead queue
107 * \param[in] ctx Pointer to the lookahead context
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 30 /**\brief Initializes the lookahead stage
32 * The lookahead stage is a queue of frame buffers on which some analysis
43 /**\brief Destroys the lookahead stage
57 * \param[in] ctx Pointer to the lookahead context
76 * \param[in] ctx Pointer to the lookahead context
93 * \param[in] ctx Pointer to the lookahead context
105 /**\brief Get the number of frames currently in the lookahead queue
107 * \param[in] ctx Pointer to the lookahead context
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 36 /**\brief Initializes the lookahead stage
38 * The lookahead stage is a queue of frame buffers on which some analysis
48 /**\brief Destroys the lookahead stage
61 * \param[in] ctx Pointer to the lookahead context
75 * \param[in] ctx Pointer to the lookahead context
88 * \param[in] ctx Pointer to the lookahead context
97 /**\brief Get the number of frames currently in the lookahead queue
99 * \param[in] ctx Pointer to the lookahead context
  /prebuilts/go/darwin-x86/src/cmd/yacc/
doc.go 48 Lookahead() int
54 Lookahead can be called during grammar actions to read (but not consume)
55 the value of the current lookahead token, as returned by yylex.Lex.
56 If there is no current lookahead token (because the parser has not called Lex
58 Lookahead returns -1. Calling Lookahead is equivalent to reading
  /prebuilts/go/linux-x86/src/cmd/yacc/
doc.go 48 Lookahead() int
54 Lookahead can be called during grammar actions to read (but not consume)
55 the value of the current lookahead token, as returned by yylex.Lex.
56 If there is no current lookahead token (because the parser has not called Lex
58 Lookahead returns -1. Calling Lookahead is equivalent to reading
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 196 String lookahead = null; // next token local
201 if (lookahead != null)
203 t = lookahead;
204 lookahead = null;
228 lookahead = tokenizer.nextToken();
230 if (lookahead.equals("{"))
234 buffer.append(lookahead);
236 lookahead = null;
242 else if(lookahead.equals("\"") || lookahead.equals("\'")
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 46 /**\brief Initializes the lookahead stage
48 * The lookahead stage is a queue of frame buffers on which some analysis
61 /**\brief Destroys the lookahead stage
74 * \param[in] ctx Pointer to the lookahead context
92 * \param[in] ctx Pointer to the lookahead context
105 * \param[in] ctx Pointer to the lookahead context
114 /**\brief Get the number of frames currently in the lookahead queue
116 * \param[in] ctx Pointer to the lookahead context
  /external/lzma/C/
Bra.h 29 Type Endian Alignment LookAhead
38 size must be >= Alignment + LookAhead, if it's not last block.
39 If (size < Alignment + LookAhead), converter returns 0.
46 ; size must be >= Alignment + LookAhead, if it's not last block
  /cts/tools/dasm/src/java_cup/
lalr_item.java 7 * a set of lookahead symbols (terminal). (The first two of these parts
16 * that B has already been parsed, and that we will expect to see a lookahead
20 * Items may initially be missing some items from their lookahead sets.
22 * to be updated if symbols are added to its lookahead set. During
23 * "lookahead propagation", we add symbols to various lookahead sets and
40 * @param look the set of lookahead symbols.
55 * @param look the set of lookahead symbols.
64 /** Constructor with default position and empty lookahead set.
76 /** The lookahead symbols of the item. *
80 public terminal_set lookahead() {return _lookahead;}; method in class:lalr_item
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 27 public boolean hasMore() { return lex.lookAhead() >= 0; }
46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') {
63 if (isConstructor || lex.lookAhead() == '(')
78 if (lex.lookAhead() == '=') {
111 if (lex.lookAhead() != ')')
114 int t = lex.lookAhead();
127 if (lex.lookAhead() == THROWS) {
131 if (lex.lookAhead() == ',')
148 if (lex.lookAhead() == ';'
    [all...]
  /external/bison/src/
lalr.h 1 /* Compute lookahead criteria for bison,
36 Find which rules need lookahead in each state, and which lookahead
48 * Set #nLA and allocate all reduction lookahead sets. Normally invoked by
75 /** Release the information related to lookahead tokens.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStreamState.pm 5 # Index into the char stream of next lookahead char
  /external/llvm/test/CodeGen/ARM/
2011-06-29-MergeGlobalsAlign.ll 8 @lookahead = internal unnamed_addr global i32 0, align 4
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 89 // - max_lookahead : Maximum amount of non-causal lookahead allowed. The
90 // actual amount of lookahead used can be controlled by
91 // WebRtc_set_lookahead(...). The default |lookahead| is
96 // Using lookahead can detect cases in which a near-end
102 // A value of zero is the typical no-lookahead case.
107 // [-|lookahead|,... ,|history_size|-|lookahead|)
149 // Sets the amount of |lookahead| to use. Valid values are [0, max_lookahead]
155 // - lookahead : The amount of lookahead to be used
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 116 char next = lexer.lookAhead(0);
130 char next = lexer.lookAhead(0);
158 char next = lexer.lookAhead(0);
195 char next = lexer.lookAhead(0);
205 return lexer.lookAhead(0) == '%' &&
206 Lexer.isHexDigit(lexer.lookAhead(1)) &&
207 Lexer.isHexDigit(lexer.lookAhead(2));
218 char next = lexer.lookAhead(0);
219 char next1 = lexer.lookAhead(1);
220 char next2 = lexer.lookAhead(2)
    [all...]
ContactParser.java 60 if (lexer.lookAhead(0) == '*') {
61 final char next = lexer.lookAhead(1);
73 char la = lexer.lookAhead(0);
  /external/v8/test/mjsunit/regress/
regress-176.js 32 "zero length match in (?:) with capture in lookahead");
35 "zero length match in (?=) with capture in lookahead");
38 "non-zero length match with capture in lookahead");
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityAgreeParser.java 104 char la = lexer.lookAhead(0);
117 while (lexer.lookAhead(0) != '\n') {
121 char laInLoop = lexer.lookAhead(0);
145 if (lexer.lookAhead(0) == ';')
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnbufferedCommonTreeNodeStreamState.h 39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUnbufferedCommonTreeNodeStreamState.h 39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUnbufferedCommonTreeNodeStreamState.h 39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 199 " lookahead " + d.k + " max token " + lastRealTokenTouchedInDecision);
219 // compute lookahead depth
245 /** Track refs to lookahead if in a fixed/nonfixed decision.
264 // // compute lookahead depth
307 /** Successful or not, track how much lookahead synpreds use */
515 // buf.Append("number of fixed lookahead decisions ");
518 // buf.Append("min lookahead used in a fixed lookahead decision ");
521 // buf.Append("max lookahead used in a fixed lookahead decision ")
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 214 " lookahead " + d.k + " max token " + lastRealTokenTouchedInDecision);
237 // compute lookahead depth
267 /** Track refs to lookahead if in a fixed/nonfixed decision.
290 // // compute lookahead depth
335 /** Successful or not, track how much lookahead synpreds use */
566 // buf.Append("number of fixed lookahead decisions ");
569 // buf.Append("min lookahead used in a fixed lookahead decision ");
572 // buf.Append("max lookahead used in a fixed lookahead decision ")
    [all...]

Completed in 571 milliseconds

1 2 3 4 5 6 7 8 91011>>