Home
last modified time | relevance | path

Searched defs:lookups (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/indexmap/benches/
Dfaststring.rs119 let lookups = (5000..c).map(|x| x.to_string()).collect::<Vec<_>>(); in lookup_hashmap_10_000_exist_string() localVariable
137 let lookups = (5000..c) in lookup_hashmap_10_000_exist_string_oneshot() localVariable
157 let lookups = (5000..c).map(|x| x.to_string()).collect::<Vec<_>>(); in lookup_indexmap_10_000_exist_string() localVariable
175 let lookups = (5000..c) in lookup_indexmap_10_000_exist_string_oneshot() localVariable
/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java40 private final Lookups lookups; field in EncounterImpl
48 EncounterImpl(Errors errors, Lookups lookups) { in EncounterImpl()
DDeferredLookups.java37 private final List<Element> lookups = Lists.newArrayList(); field in DeferredLookups
DInjectorImpl.java126 Lookups lookups = new DeferredLookups(this); field in InjectorImpl
/external/crosvm/media/cros-codecs/src/decoders/
Dvp9.rs7 mod lookups; module
/external/fonttools/Snippets/
Dlayout-features.py48 lookups = feature.Feature.LookupListIndex variable
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookupList.java17 private Lookup[] lookups; field in LookupList
DCanonGSUBBuilder.java320 int[] lookups = new int[2]; in buildLookups() local
351 public static void addLookups(Feature feature, int[] lookups) in addLookups()
484 int[] lookups = buildLookups(data, lookupList, script); in buildDecompTables() local
/external/harfbuzz_ng/src/graph/
Dgsubgpos-context.hh42 hb_hashmap_t<unsigned, graph::Lookup*> lookups; member
/external/clang/include/clang/AST/
DDeclLookups.h71 inline DeclContext::lookups_range DeclContext::lookups() const { in lookups() function
/external/selinux/libselinux/utils/
Davcstat.c30 unsigned long long lookups; member
/external/rust/crates/unicode-normalization/src/
Dlib.rs73 mod lookups; module
/external/harfbuzz_ng/src/
Dhb-ot-map.cc325 auto &lookups = m.lookups[table_index]; in compile() local
Dhb-ot-map.hh172 hb_vector_t<lookup_map_t> lookups[2]; /* GSUB/GPOS */ member
Dhb-subset-plan.cc270 hb_map_t *lookups, in _closure_glyphs_lookups_features()
Dhb-ot-shape.cc1309 hb_set_t *lookups = hb_set_create (); in hb_ot_shape_glyphs_closure() local
Dtest-repacker.cc97 static unsigned add_lookup_list (const unsigned* lookups, in add_lookup_list()
1246 unsigned int lookups[num_lookups]; in populate_serializer_with_extension_promotion() local
Dhb-ot-shaper-indic.cc110 hb_array_t<const hb_ot_map_t::lookup_map_t> lookups; member
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py1176 def find_lookup_builders_(self, lookups): argument
1339 def add_chain_context_subst(self, location, prefix, glyphs, suffix, lookups): argument
1458 def add_chain_context_pos(self, location, prefix, glyphs, suffix, lookups): argument
/external/skia/bench/
DSkGlyphCacheBench.cpp37 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
/external/freetype/src/otvalid/
Dotvcommn.c477 FT_Bytes lookups, in otv_FeatureList_validate()
/external/fonttools/Lib/fontTools/voltLib/
Dast.py218 def __init__(self, name, tag, lookups, location=None): argument
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares.h268 char *lookups; member
Dares_private.h276 char *lookups; member
Dares_init.c2025 char lookups[3], *l; in config_lookup() local

12