Home
last modified time | relevance | path

Searched defs:lookahead (Results 1 – 25 of 79) sorted by relevance

1234

/external/harfbuzz_ng/src/OT/Layout/GSUB/
DReverseChainSingleSubstFormat1.hh36 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in sanitize() local
48 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in intersects() local
72 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in closure() local
94 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in collect_glyphs() local
118 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in apply() local
225 const auto &lookahead = StructAfter<decltype (lookaheadX)> (backtrack); in subset() local
/external/rust/crates/syn/src/
Ditem.rs984 let lookahead = ahead.lookahead1(); in parse() localVariable
996 let lookahead = ahead.lookahead1(); in parse() localVariable
1003 let lookahead = ahead.lookahead1(); in parse() localVariable
1047 let lookahead = ahead.lookahead1(); in parse() localVariable
1052 let lookahead = input.lookahead1(); in parse() localVariable
1082 let lookahead = ahead.lookahead1(); in parse() localVariable
1273 let mut lookahead = input.lookahead1(); in parse() localVariable
1355 let lookahead = input.lookahead1(); in parse() localVariable
1427 let lookahead = input.lookahead1(); in parse() localVariable
1688 let lookahead = input.lookahead1(); in parse() localVariable
[all …]
Dsealed.rs2 pub mod lookahead { module
Dderive.rs101 let lookahead = input.lookahead1(); in parse() localVariable
167 let mut lookahead = input.lookahead1(); localVariable
Dop.rs168 let lookahead = input.lookahead1(); in parse() localVariable
/external/antlr/runtime/ObjC/Framework/
DUnbufferedCommonTreeNodeStreamState.h39 NSMutableArray *lookahead; variable
DUnbufferedCommonTreeNodeStream.h54 NSMutableArray *lookahead; variable
DUnbufferedCommonTreeNodeStreamState.m117 {
/external/rust/crates/async-trait/src/
Dparse.rs13 let mut lookahead = input.lookahead1(); in parse() localVariable
/external/oss-fuzz/projects/openvpn/
Dfuzz_proxy.c52 struct buffer lookahead = alloc_buf(1024); in LLVMFuzzerTestOneInput() local
/external/erofs-utils/lib/
Dzmap.c213 erofs_off_t pos, bool lookahead) in unpack_compacted_index()
321 unsigned long lcn, bool lookahead) in compacted_load_cluster_from_disk()
376 unsigned int lcn, bool lookahead) in z_erofs_load_cluster_from_disk()
/external/rust/cxx/syntax/
Dcfg.rs38 let lookahead = input.lookahead1(); in parse_single() localVariable
/external/icu/icu4c/source/common/
Druleiter.cpp113 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { in lookahead() function in RuleCharacterIterator
/external/cronet/third_party/icu/source/common/
Druleiter.cpp113 UnicodeString& RuleCharacterIterator::lookahead(UnicodeString& result, int32_t maxLookAhead) const { in lookahead() function in RuleCharacterIterator
/external/protobuf/third_party/utf8_range/
Drange2-sse.c155 int lookahead = 0; in utf8_range2() local
Drange2-neon.c142 int lookahead = 0; in utf8_range2() local
/external/cronet/third_party/protobuf/third_party/utf8_range/
Drange2-sse.c155 int lookahead = 0; in utf8_range2() local
Drange2-neon.c142 int lookahead = 0; in utf8_range2() local
/external/rust/crates/libz-sys/src/zlib-ng/
Dmatch_tpl.h45 uint32_t lookahead = s->lookahead; in LONGEST_MATCH() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh1455 const HBUINT lookahead[], in match_lookahead()
2742 const HBUINT lookahead[], in chain_context_intersects()
2769 const HBUINT lookahead[], in chain_context_closure_lookup()
2797 const HBUINT lookahead[], in chain_context_collect_glyphs_lookup()
2840 const HBUINT lookahead[], in chain_context_apply_lookup()
2885 const auto &lookahead = StructAfter<decltype (lookaheadX)> (input); in intersects() local
2899 const auto &lookahead = StructAfter<decltype (lookaheadX)> (input); in closure() local
2917 const auto &lookahead = StructAfter<decltype (lookaheadX)> (input); in closure_lookups() local
2926 const auto &lookahead = StructAfter<decltype (lookaheadX)> (input); in collect_glyphs() local
2940 const auto &lookahead = StructAfter<decltype (lookaheadX)> (input); in would_apply() local
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar_parser.py501 def lookahead(self) -> Optional[LookaheadOrCut]: member in GeneratedParser
/external/rust/cxx/gen/cmd/src/
Dcfg.rs83 let lookahead = input.lookahead1(); in parse() localVariable
/external/openscreen/cast/standalone_sender/
Dstreaming_opus_encoder.cc143 opus_int32 lookahead = 0; in UpdateCodecDelay() local
/external/mesa3d/bin/
Dperf-annotate-jit.py73 def lookahead(self): member in LineParser
/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h60 int lookahead; member

1234