HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 251 - 275 of 747) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 87 "cannot generate a sample input sequence from lookahead DFA"
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 507 if (m_processor.lookahead('(', 1))
544 if (m_processor.lookahead(':', 1))
  /external/freetype/src/gzip/
infblock.c 312 bl = 9; /* must be <= 9 for lookahead assumptions */
313 bd = 6; /* must be <= 9 for lookahead assumptions */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBINode.java 27 static final int lookAhead = 4;
46 "lookAhead",
RBBITableBuilder.java 217 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) {
218 // Lookahead marker node. It's a leaf, so no recursion on children.
259 n.fType == RBBINode.lookAhead ||
302 n.fType == RBBINode.lookAhead ||
625 // Both lookahead and non-lookahead accepting for this state.
658 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBINode.java 26 static final int lookAhead = 4;
45 "lookAhead",
RBBITableBuilder.java 216 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) {
217 // Lookahead marker node. It's a leaf, so no recursion on children.
258 n.fType == RBBINode.lookAhead ||
301 n.fType == RBBINode.lookAhead ||
624 // Both lookahead and non-lookahead accepting for this state.
657 fRB.fTreeRoots[fRootIx].findNodes(lookAheadNodes, RBBINode.lookAhead);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infblock.c 312 bl = 9; /* must be <= 9 for lookahead assumptions */
313 bd = 6; /* must be <= 9 for lookahead assumptions */
  /external/libvpx/config/arm-neon/
libvpx_srcs.txt 136 vp8/encoder/lookahead.c
137 vp8/encoder/lookahead.h
  /external/libvpx/config/arm64/
libvpx_srcs.txt 118 vp8/encoder/lookahead.c
119 vp8/encoder/lookahead.h
  /external/libvpx/config/x86/
libvpx_srcs.txt 121 vp8/encoder/lookahead.c
122 vp8/encoder/lookahead.h
  /external/libvpx/config/x86_64/
libvpx_srcs.txt 122 vp8/encoder/lookahead.c
123 vp8/encoder/lookahead.h
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
314 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
temporal_filter.c 452 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
509 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 382 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
408 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/opencv3/3rdparty/zlib/
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.
  /external/pdfium/third_party/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.
  /external/regex-re2/re2/
prog.h 237 // (the DFA has only one-byte lookahead).
238 // - even if the lookahead were possible, the Progs would be huge.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 165 the input signal, and part of the signal in the input 'lookahead buffer'. */
237 /* Without lookahead */
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 759 int lookahead = WebRtc_lookahead(self->delay_estimator); local
785 // Account for lookahead.
786 self->delay_median = (median - lookahead) * kMsPerBlock;
801 for (i = lookahead; i < lookahead + self->num_partitions; ++i) {
865 // from the delay estimation are not compensated for lookahead. Hence, a
    [all...]
  /external/zlib/src/
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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
libvpx_srcs.txt 174 vp8/encoder/lookahead.c
175 vp8/encoder/lookahead.h
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 31 #include "lookahead.h"
317 struct lookahead_ctx *lookahead; member in struct:VP8_COMP
temporal_filter.c 449 num_frames_forward = vp8_lookahead_depth(cpi->lookahead)
506 struct lookahead_entry* buf = vp8_lookahead_peek(cpi->lookahead,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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);

Completed in 2194 milliseconds

<<11121314151617181920>>