/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 | 26 /**\brief Initializes the lookahead stage 28 * The lookahead stage is a queue of frame buffers on which some analysis 39 /**\brief Destroys the lookahead stage 53 * \param[in] ctx Pointer to the lookahead context 72 * \param[in] ctx Pointer to the lookahead context 89 * \param[in] ctx Pointer to the lookahead context 101 /**\brief Get the number of frames currently in the lookahead queue 103 * \param[in] ctx Pointer to the lookahead context
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.h | 29 /**\brief Initializes the lookahead stage 31 * The lookahead stage is a queue of frame buffers on which some analysis 41 /**\brief Destroys the lookahead stage 54 * \param[in] ctx Pointer to the lookahead context 69 * \param[in] ctx Pointer to the lookahead context 82 * \param[in] ctx Pointer to the lookahead context 91 /**\brief Get the number of frames currently in the lookahead queue 93 * \param[in] ctx Pointer to the lookahead context
|
/external/openfst/src/extensions/ |
Makefile.am | 14 lookaheaddir = lookahead
|
/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/chromium_org/third_party/lzma_sdk/ |
Bra.h | 31 Type Endian Alignment LookAhead 40 size must be >= Alignment + LookAhead, if it's not last block. 41 If (size < Alignment + LookAhead), converter returns 0. 48 ; size must be >= Alignment + LookAhead, if it's not last block
|
7zDec.c | 142 size_t lookahead = (1 << 18); local 143 if (lookahead > inSize) 144 lookahead = (size_t)inSize; 145 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead); 150 SizeT inProcessed = (SizeT)lookahead, dicPos = state.dicPos; 153 lookahead -= inProcessed; 159 if (state.dicBufSize != outSize || lookahead != 0 || 192 size_t lookahead = (1 << 18); local 193 if (lookahead > inSize) 194 lookahead = (size_t)inSize [all...] |
/external/lzma/C/ |
Bra.h | 31 Type Endian Alignment LookAhead
40 size must be >= Alignment + LookAhead, if it's not last block.
41 If (size < Alignment + LookAhead), converter returns 0.
48 ; size must be >= Alignment + LookAhead, if it's not last block
|
7zDec.c | 142 size_t lookahead = (1 << 18);
local 143 if (lookahead > inSize)
144 lookahead = (size_t)inSize;
145 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
150 SizeT inProcessed = (SizeT)lookahead, dicPos = state.dicPos;
153 lookahead -= inProcessed;
159 if (state.dicBufSize != outSize || lookahead != 0 ||
192 size_t lookahead = (1 << 18);
local 193 if (lookahead > inSize)
194 lookahead = (size_t)inSize; [all...] |
/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/webrtc/src/modules/audio_processing/utility/ |
delay_estimator_wrapper.h | 35 // - lookahead : Amount of non-causal lookahead to use. This can 41 // A value of zero is the typical no-lookahead case. 51 int lookahead); 64 // value will be offset by the lookahead (i.e. the lookahead should be
|
/external/openfst/ |
configure.ac | 21 src/extensions/lookahead/Makefile 76 [lookahead-fsts], 78 [--enable-lookahead-fsts],
|
/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/harfbuzz/src/ |
harfbuzz-gsub-private.h | 280 HB_UShort* Lookahead; /* array of lookahead glyph IDs */ 288 /* total number of lookahead glyphs */ 321 HB_UShort* Lookahead; /* array of lookahead classes */ 330 /* total number of lookahead 375 /* maximal lookahead length */ 392 /* array of lookahead coverage 401 /* number of lookahead glyphs */ 439 HB_Coverage* LookaheadCoverage; /* array of lookahead Coverag [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub-private.h | 280 HB_UShort* Lookahead; /* array of lookahead glyph IDs */ 288 /* total number of lookahead glyphs */ 321 HB_UShort* Lookahead; /* array of lookahead classes */ 330 /* total number of lookahead 375 /* maximal lookahead length */ 392 /* array of lookahead coverage 401 /* number of lookahead glyphs */ 439 HB_Coverage* LookaheadCoverage; /* array of lookahead Coverag [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/openfst/src/include/fst/ |
lookahead-filter.h | 0 // lookahead-filter.h 19 // Composition filters to support lookahead matchers, useful for improving 29 #include <fst/lookahead-matcher.h> 35 // lookahead with the composition filters below. This version is passed 58 // lookahead with the composition filters below. This version uses the 73 // Stores and returns the appropriate FST and matcher for lookahead. 80 // Stores and returns the appropriate FST and matcher for lookahead. 82 // arg determining which is used for lookahead. 121 // Stores and returns the appropriate FST and matcher for lookahead. 122 // Specialized for lookahead on input labels [all...] |
/external/chromium_org/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/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) == ';')
|