Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java43 private final Lookups lookups; field in EncounterImpl
51 EncounterImpl(Errors errors, Lookups lookups) { in EncounterImpl()
DDeferredLookups.java38 private final List<Element> lookups = Lists.newArrayList(); field in DeferredLookups
DInjectorImpl.java122 Lookups lookups = new DeferredLookups(this); field in InjectorImpl
/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/autotest/contrib/
Ddhcp_failed_machines.py23 lookups = {} variable
/external/clang/include/clang/AST/
DDeclLookups.h71 inline DeclContext::lookups_range DeclContext::lookups() const { in lookups() function
/external/skqp/bench/
DSkGlyphCacheBench.cpp29 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
/external/skia/bench/
DSkGlyphCacheBench.cpp29 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
/external/selinux/libselinux/utils/
Davcstat.c30 unsigned long long lookups; member
/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */ member
Dhb-ot-shape.cc948 hb_set_t *lookups = hb_set_create (); in hb_ot_shape_glyphs_closure() local
Dhb-ot-shape-complex-indic.cc491 const hb_ot_map_t::lookup_map_t *lookups; member
/external/freetype/src/otvalid/
Dotvcommn.c474 FT_Bytes lookups, in otv_FeatureList_validate()