Searched defs:lookahead (Results 1 - 25 of 37) 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/icu4c/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/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/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h158 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
272 /* 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.
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh914 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
923 count = lookahead.len;
925 if (!(this+lookahead[i]).intersects (c->glyphs))
928 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
940 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
950 count = lookahead.len;
952 (this+lookahead[i]).add_coverage (c->after);
954 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
980 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
981 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.c81 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon11191
99 /* The nature of the lookahead buffer:
101 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
130 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
146 ustr_deinit(&state->lookahead[i].value);
147 ustr_deinit(&state->lookahead[i].comment);
158 result = state->lookahead[stat
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp708 hb_uint32 lookahead = i + 1; local
709 while (lookahead < stringLength) {
710 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]);
711 if (testbrk == HB_Word_Format && HB_GetSentenceClass(string[lookahead]) != HB_Sentence_Sep) {
712 ++lookahead;
717 while (i < lookahead)
777 hb_uint32 lookahead = i + 1; local
778 while (lookahead < stringLength) {
779 hb_uint32 sbrk = HB_GetSentenceClass(string[lookahead]);
786 ++lookahead;
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh907 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
916 count = lookahead.len;
918 if (!(this+lookahead[i]).intersects (c->glyphs))
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
933 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
943 count = lookahead.len;
945 (this+lookahead[i]).add_coverage (c->after);
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
973 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
974 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
[all...]
/external/icu4c/tools/genrb/
H A Dparse.cpp79 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon18576
97 /* The nature of the lookahead buffer:
99 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
128 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
144 ustr_deinit(&state->lookahead[i].value);
145 ustr_deinit(&state->lookahead[i].comment);
156 result = state->lookahead[stat
[all...]
/external/flac/libFLAC/
H A Dstream_decoder.c187 FLAC__bool cached; /* true if there is a byte in lookahead */
190 FLAC__byte lookahead; /* temp storage when we need to look ahead one byte in the stream */ member in struct:FLAC__StreamDecoderPrivate
1382 x = (FLAC__uint32)decoder->private_->lookahead;
1413 decoder->private_->lookahead = (FLAC__byte)x;
1968 x = (FLAC__uint32)decoder->private_->lookahead;
1983 decoder->private_->lookahead = (FLAC__byte)x;
2193 decoder->private_->lookahead = (FLAC__byte)x;
2354 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */
2367 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */

Completed in 1105 milliseconds

12