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

12 3 4 5 6

  /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 164 c = Utility.unescapeAt(lookahead(), offset);
241 * options. This is useful in conjunction with the lookahead() method.
263 * sequence of calls is to call skipIgnored(), then call lookahead(), then
264 * parse the string returned by lookahead(), then call jumpahead() to
269 public String lookahead() { method in class:RuleCharacterIterator
279 * This is useful in conjunction with the lookahead() method.
  /external/openfst/src/include/fst/
fstlib.h 117 #include <fst/lookahead-filter.h>
118 #include <fst/lookahead-matcher.h>
  /external/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/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/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 ?
Types.h 201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 169 int lookahead) {
195 lookahead) != 0) {
  /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
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 458 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 386 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)
vp9_mbgraph.c 386 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
411 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 24 * Use ANTLRWorks to see the lookahead use (step by Location)
  /external/bison/data/
lalr1.cc 117 /// \param tok the lookahead token.
511 /// Lookahead and lookahead in internal form.
524 /// Semantic value of the lookahead.
527 /// Location of the lookahead.
575 /* Try to take a decision without lookahead. */
580 /* Read a lookahead token. */
618 /* Shift the lookahead token. */
685 lookahead is translated. */
709 /* Make sure we have latest lookahead translation. See comments a
    [all...]
glr.c 79 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
94 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
706 * stacks have actually needed the current lookahead. During deterministic
720 /** The lookahead for this reduction. */
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/jszip/
jszip.min.js     [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 450 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
507 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 372 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
397 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
vp9_temporal_filter.c 362 vp9_lookahead_depth(cpi->lookahead) - distance - 1;
439 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 449 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 161 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 708 milliseconds

12 3 4 5 6