HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 907 const USHORT lookahead[],
915 skippy_iter.set_match_func (match_func, match_data, lookahead);
1660 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); local
1674 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); local
1688 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); local
1701 const ArrayOf<USHORT> &lookahead = StructAfter<ArrayOf<USHORT> > (input); local
2009 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (input); local
2030 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (input); local
2049 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (input); local
2076 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (input); local
    [all...]
hb-ot-layout-gsub-table.hh 933 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...]
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 20 * (using the current state and the current lookahead token as indexes) to
26 * table is consulted (using the new state and current lookahead token as
236 /** The current lookahead token. */
355 * @param cur_token the current lookahead token.
367 * @param cur_token the current lookahead token.
745 * found, then we fail. Next a small number of "lookahead" or "parse
751 * to "parse ahead" though the buffered lookahead tokens. The "parse ahead"
775 /* read ahead to create lookahead we can parse multiple times */
789 if (lookahead[0].sym == EOF_sym())
804 /* do the real parse (including actions) across the lookahead */
877 protected token lookahead[]; field in class:lr_parser
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
111 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { function in class:RuleCharacterIterator
  /external/icu/icu4c/source/common/
ruleiter.cpp 74 c = lookahead(tempEscape, MAX_U_NOTATION_LEN).unescapeAt(offset);
111 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { function in class:RuleCharacterIterator
  /external/libcxx/test/re/re.alg/re.alg.search/
Android.mk 47 test_name := re/re.alg/re.alg.search/lookahead
48 test_src := lookahead.pass.cpp
  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.h 56 Token lookahead; /* look ahead token */ member in struct:LexState
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.h 57 // For dynamically changing the lookahead when using SoftReset...().
58 int lookahead; member in struct:__anon20534
198 // the lookahead (i.e. the lookahead should be subtracted from the returned
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 93 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
delay_estimator_wrapper.c 169 int lookahead) {
195 lookahead) != 0) {
  /cts/tools/dasm/src/java_cup/
lalr_state.java 196 /** Propagate lookahead sets through the constructed viable prefix
198 in the creation of another such that its lookahead is included in the
200 to the lookahead of one item to be included in other items that it
236 * the beginning and EOF as expected lookahead). Then for each state
291 /* build item with dot at front of start production and EOF lookahead */
294 itm.lookahead().add(terminal.EOF);
407 /* propagate complete lookahead sets throughout the states */
415 /** Propagate lookahead sets out of this state. This recursively
470 /* if its completed (dot at end) then reduce under the lookahead */
475 /* consider each lookahead symbol *
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.cpp 54 struct Lookahead
79 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon17015
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)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 76 struct Lookahead
101 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon26820
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)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 54 NSMutableArray *lookahead; variable
70 @property (retain, getter=getLookahead, setter=setLookahead:) NSMutableArray *lookahead; variable
106 #pragma mark Lookahead Handling
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Traditional.py 100 if self.c == '-' and self.lookahead(1) != ']':
130 def lookahead(self, n): member in class:REParser
  /external/openfst/src/include/fst/
fstlib.h 117 #include <fst/lookahead-filter.h>
118 #include <fst/lookahead-matcher.h>
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 933 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/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 176 NoHang(/(?!(((.*)*)*x)?)foo/); // Negative lookahead is filtered.
177 NoHang(/(?!(((.*)*)*x))?/); // Continuation branch of negative lookahead.
178 NoHang(/(?=(((.*)*)*x)?)foo/); // Positive lookahead is filtered.
179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead.
180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 290 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)); local
406 isToken = (lookahead != null) ? lookahead.equals(s) : (s == null);
874 if (tokenIs('!') && lookahead('=', 1))
    [all...]
  /external/bison/examples/calc++/
calc++-parser.cc 335 /// 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 a
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8cx.mk 47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h
  /external/chromium_org/third_party/lzma_sdk/
7zStream.c 134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead)
136 p->s.Look = lookahead ?
  /external/libvpx/libvpx/vp8/
vp8cx.mk 47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h
  /external/lzma/C/
7zStream.c 134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead)
136 p->s.Look = lookahead ?
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx.mk 47 VP8_CX_SRCS-yes += encoder/lookahead.c
48 VP8_CX_SRCS-yes += encoder/lookahead.h

Completed in 1183 milliseconds

12 3 4 5 6 7 8