Home
last modified time | relevance | path

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

/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/fonttools/Snippets/
Dlayout-features.py50 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/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.cpp31 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
/external/skia/bench/
DSkGlyphCacheBench.cpp31 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
/external/selinux/libselinux/utils/
Davcstat.c30 unsigned long long lookups; member
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py778 def find_lookup_builders_(self, lookups): argument
796 def add_chain_context_pos(self, location, prefix, glyphs, suffix, lookups): argument
802 prefix, glyphs, suffix, lookups): argument
1240 def find_chainable_single_pos(self, lookups, glyphs, value): argument
Dast.py532 def __init__(self, prefix, glyphs, suffix, lookups, location=None): argument
564 def __init__(self, prefix, glyphs, suffix, lookups, location=None): argument
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc173 const hb_ot_map_t::lookup_map_t *lookups; member
Dhb-ot-map.hh171 hb_vector_t<lookup_map_t, 16> lookups[2]; /* GSUB/GPOS */ member
Dhb-ot-shape.cc1061 hb_set_t *lookups = hb_set_create (); in hb_ot_shape_glyphs_closure() local
Dhb-ot-shape-complex-indic.cc248 const hb_ot_map_t::lookup_map_t *lookups; member
Dhb-ot-layout.cc1067 const hb_set_t *lookups, in hb_ot_layout_lookups_substitute_closure()
/external/fonttools/Lib/fontTools/voltLib/
Dast.py156 def __init__(self, name, tag, lookups, location=None): argument
/external/freetype/src/otvalid/
Dotvcommn.c474 FT_Bytes lookups, in otv_FeatureList_validate()