Searched defs:lookahead (Results 1 - 25 of 47) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h39 NSMutableArray *lookahead; variable
60 - (NSMutableArray *) lookahead;
H A DANTLRUnbufferedCommonTreeNodeStream.h54 NSMutableArray *lookahead; variable
70 @property (retain, getter=getLookahead, setter=setLookahead:) NSMutableArray *lookahead; variable
/external/chromium_org/third_party/icu/source/common/
H A Druleiter.cpp74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
111 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { function in class:RuleCharacterIterator
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h56 // For dynamically changing the lookahead when using SoftReset...().
57 int lookahead; member in struct:__anon15211
170 // the lookahead (i.e. the lookahead should be subtracted from the returned
H A Ddelay_estimator_wrapper.c327 int WebRtc_set_lookahead(void* handle, int lookahead) { argument
331 if ((lookahead > self->binary_handle->near_history_size - 1) ||
332 (lookahead < 0)) {
335 self->binary_handle->lookahead = lookahead;
336 return self->binary_handle->lookahead;
343 return self->binary_handle->lookahead;
H A Ddelay_estimator.c397 self->lookahead = max_lookahead;
450 int lookahead = 0; local
452 lookahead = self->lookahead;
453 self->lookahead -= delay_shift;
454 if (self->lookahead < 0) {
455 self->lookahead = 0;
457 if (self->lookahead > self->near_history_size - 1) {
458 self->lookahead = self->near_history_size - 1;
460 return lookahead
[all...]
/external/icu/icu4c/source/common/
H A Druleiter.cpp74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
111 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { function in class:RuleCharacterIterator
/external/chromium_org/third_party/lzma_sdk/
H A D7zStream.c134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead) argument
136 p->s.Look = lookahead ?
H A D7zDec.c142 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
[all...]
/external/lzma/C/
H A D7zStream.c134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead) argument
136 p->s.Look = lookahead ?
H A D7zDec.c142 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
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c93 int lookahead) {
95 int history_size = max_delay + lookahead;
103 if (lookahead < 0) {
123 self->near_history_size = lookahead + 1;
206 // If we apply lookahead, shift near-end binary spectrum history. Insert
91 WebRtc_CreateBinaryDelayEstimator(BinaryDelayEstimator** handle, int max_delay, int lookahead) argument
H A Ddelay_estimator_wrapper.c169 int lookahead) {
195 lookahead) != 0) {
166 WebRtc_CreateDelayEstimator(void** handle, int spectrum_size, int max_delay, int lookahead) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java392 private String lookahead=null; field in class:PrefixForUriEnumerator
406 if(lookahead!=null)
414 lookahead=prefix;
425 String tmp=lookahead;
426 lookahead=null;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h56 Token lookahead; /* look ahead token */ member in struct:LexState
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlLexer.java222 private final LinkedList<HtmlToken> lookahead = Lists.newLinkedList(); field in class:HtmlLexer
224 if (!lookahead.isEmpty()) {
225 return lookahead.remove();
234 while (lookahead.size() <= i && splitter.hasNext()) {
235 lookahead.add(splitter.next());
237 return lookahead.size() > i ? lookahead.get(i) : null;
241 lookahead.addFirst(token);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java290 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));
406 isToken = (lookahead != null) ? lookahead.equals(s) : (s == null);
874 if (tokenIs('!') && lookahead('=', 1))
1444 else if (lookahead('(', 1) || (lookahead(':', 1) && lookahead('(',
[all...]
/external/bison/src/
H A Dielr.c46 * a goto on <tt>ritem[i]</tt> include the lookahead set of the item.
189 * \c i include the lookahead set of item \c j in the from state of goto
217 one whose lookahead set is included in this goto's follows. */
379 symbol_number lookahead, state ***predecessors,
404 lookahead set from the RHS's only nonterminal, and (2) no reduction
405 has a lookback dependency on this lookahead set. Nevertheless, I
437 predecessor items' lookahead sets. */
464 return bitset_test (item_lookahead_sets[s->number][item], lookahead);
558 * \c NULL iff all lookahead sets are empty. <tt>lookaheads[i] = NULL</tt>
559 * iff the lookahead se
378 ielr_item_has_lookahead(state *s, symbol_number lhs, size_t item, symbol_number lookahead, state ***predecessors, bitset **item_lookahead_sets) argument
[all...]
/external/chromium_org/third_party/zlib/
H A Ddeflate.h163 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
284 /* Minimum amount of lookahead, except at the end of the input file.
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
/external/zlib/src/
H A Ddeflate.h161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.

Completed in 870 milliseconds

12