/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Types.h | 202 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
|
/external/clang/lib/AST/ |
CommentBriefParser.cpp | 60 // Get lookahead token.
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 69 int old = iter.lookAhead();
|
/external/lzma/C/ |
Types.h | 201 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
|
/external/openfst/src/lib/ |
fst.cc | 103 // Fst type definitions for lookahead Fsts.
|
/external/qemu/ |
json-lexer.c | 66 from OLD_STATE required lookahead. This happens whenever the table
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_resampler.c | 90 // Add new frame data in lookahead
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 52 * so I have to add one to simulate the proper lookahead sequences for 80 /** When doing an acyclic DFA, this is the number of lookahead symbols 83 * a max fixed lookahead. 496 // if fixed lookahead, then more than 1 alt is a nondeterminism 497 // if we have hit the max lookahead
|
/external/harfbuzz/src/ |
harfbuzz-gsub.c | [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.c | [all...] |
/external/chromium_org/v8/src/ |
jsregexp.h | 418 VISIT(Lookahead) \ 660 // We want to avoid recalculating the lookahead info, so we store it on the [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 391 * The first symbol of lookahead is presumed to be primed; that is, 392 * input.lookahead(1) must point at the input symbol you want to start
|
/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/chromium_org/third_party/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/chromium_org/third_party/zlib/ |
deflate.h | 163 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/libvpx/armv7a-neon/ |
libvpx_srcs.txt | 174 vp8/encoder/lookahead.c 175 vp8/encoder/lookahead.h
|
/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 | 394 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); 421 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
|
vp9_temporal_filter.c | 376 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead) 449 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 158 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/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/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.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t033backtracking.g | 45 * fixed lookahead; k=2 made a few extra thousand lines. ;)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTokenStream.m | 103 #pragma mark Lookahead
|