Searched refs:lookahead (Results 26 - 50 of 131) sorted by relevance

123456

/external/chromium_org/third_party/icu/source/common/
H A Druleiter.h169 * options. This is useful in conjunction with the lookahead() method.
183 * sequence of calls is to call skipIgnored(), then call lookahead(), then
184 * parse the string returned by lookahead(), then call jumpahead() to
191 UnicodeString& lookahead(UnicodeString& result, int32_t maxLookAhead = -1) const;
195 * This is useful in conjunction with the lookahead() method.
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h56 Token lookahead; /* look ahead token */ member in struct:LexState
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.h57 // For dynamically changing the lookahead when using SoftReset...().
58 int lookahead; member in struct:__anon15916
198 // the lookahead (i.e. the lookahead should be subtracted from the returned
/external/icu/icu4c/source/common/
H A Druleiter.h169 * options. This is useful in conjunction with the lookahead() method.
183 * sequence of calls is to call skipIgnored(), then call lookahead(), then
184 * parse the string returned by lookahead(), then call jumpahead() to
191 UnicodeString& lookahead(UnicodeString& result, int32_t maxLookAhead = -1) const;
195 * This is useful in conjunction with the lookahead() method.
/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/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp79 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon12390
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/icu/icu4c/source/tools/genrb/
H A Dparse.cpp101 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon22202
119 /* The nature of the lookahead buffer:
121 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
150 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
166 ustr_deinit(&state->lookahead[i].value);
167 ustr_deinit(&state->lookahead[i].comment);
178 result = state->lookahead[stat
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStream.h54 NSMutableArray *lookahead; variable
70 @property (retain, getter=getLookahead, setter=setLookahead:) NSMutableArray *lookahead; variable
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DTraditional.py100 if self.c == '-' and self.lookahead(1) != ']':
130 def lookahead(self, n): member in class:REParser
/external/openfst/src/include/fst/
H A Dfstlib.h117 #include <fst/lookahead-filter.h>
118 #include <fst/lookahead-matcher.h>
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh933 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
942 count = lookahead.len;
944 if (!(this+lookahead[i]).intersects (c->glyphs))
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
959 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
969 count = lookahead.len;
971 (this+lookahead[i]).add_coverage (c->after);
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
999 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh933 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
942 count = lookahead.len;
944 if (!(this+lookahead[i]).intersects (c->glyphs))
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
959 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
969 count = lookahead.len;
971 (this+lookahead[i]).add_coverage (c->after);
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
999 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
[all...]
/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/examples/calc++/
H A Dcalc++-parser.cc335 /// Lookahead and lookahead in internal form.
348 /// Semantic value of the lookahead.
351 /// Location of the lookahead.
404 /* Try to take a decision without lookahead. */
409 /* Read a lookahead token. */
444 /* Shift the lookahead token. */
573 lookahead is translated. */
597 /* Make sure we have latest lookahead translation. See comments at
613 /* If just tried and failed to reuse lookahead token after an
628 /* Else will try to reuse lookahead toke
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8cx.mk47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h
/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 DTypes.h201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h
/external/lzma/C/
H A D7zStream.c134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead) argument
136 p->s.Look = lookahead ?
H A DTypes.h201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead)
456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
477 // extends beyond the end of the lookahead buffer.
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead)
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java458 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
459 if (lookahead == '/' || lookahead == '*') {
519 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
520 if (isDecimal(lookahead)
521 || (lookahead == '.' && pos + 2 < cssLimit
533 } else if (isIdentPart(lookahead)) {
574 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
575 if (lookahead == '=') {
578 } else if (ch == '|' && lookahead
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb24 * Use ANTLRWorks to see the lookahead use (step by Location)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h202 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);

Completed in 3679 milliseconds

123456