HomeSort by relevance Sort by last modified time
    Searched refs:lookups (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LookupList.java 17 private Lookup[] lookups; field in class:LookupList
22 lookups = new Lookup[10];
28 if (lookupCount >= lookups.length) {
29 Lookup[] newLookups = new Lookup[lookups.length + 5];
31 System.arraycopy(lookups, 0, newLookups, 0, lookups.length);
32 lookups = newLookups;
35 lookups[lookupCount] = lookup;
56 lookups[i].writeLookup(writer);
  /frameworks/ml/nn/runtime/test/specs/
hashtable_lookup_float.mod.py 17 lookups = 4 variable
29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % lookups)
32 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (lookups, features))
33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups))
hashtable_lookup_quant8.mod.py 17 lookups = 4 variable
29 lookup = Input("lookup", "TENSOR_INT32", "{%d}" % (lookups))
32 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (lookups, features))
33 hits = Output("hits", "TENSOR_QUANT8_ASYMM", "{%d}, 1.f, 0" % (lookups))
embedding_lookup.mod.py 17 lookups = 3 variable
29 index = Input("index", "TENSOR_INT32", "{%d}"%lookups)
31 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d}" % (lookups, columns, features))
  /external/guice/core/src/com/google/inject/internal/
DeferredLookups.java 32 * creation it's necessary to {@link #initialize initialize} these lookups.
36 final class DeferredLookups implements Lookups {
38 private final List<Element> lookups = Lists.newArrayList(); field in class:DeferredLookups
45 * Initialize the specified lookups, either immediately or when the injector is created.
48 injector.lookups = injector;
49 new LookupProcessor(errors).process(injector, lookups);
54 lookups.add(lookup);
60 lookups.add(lookup);
EncounterImpl.java 43 private final Lookups lookups; field in class:EncounterImpl
51 EncounterImpl(Errors errors, Lookups lookups) {
53 this.lookups = lookups;
129 return lookups.getProvider(key);
138 return lookups.getMembersInjector(typeLiteral);
  /external/harfbuzz_ng/src/
hb-ot-map.cc 36 for (unsigned int i = 0; i < lookups[table_index].len; i++)
37 hb_set_add (lookups_out, lookups[table_index][i].index);
110 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push ();
298 /* Sort lookups and merge duplicates */
299 if (last_num_lookups < m.lookups[table_index].len)
301 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
304 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++)
305 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index
    [all...]
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
57 map.collect_lookups (table_index, lookups);
hb-ot-map-private.hh 115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
116 *plookups = &lookups[table_index][start];
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
131 lookups[table_index].finish ();
145 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
  /external/autotest/contrib/
dhcp_failed_machines.py 10 /etc/dhcp/dhcpd.conf to be able to do reverse DNS lookups. It also expects the
23 lookups = {} variable
33 lookups[d['fixed-address'].replace(';', '')] = hostname
71 return lookups.get(h, h)
  /external/c-ares/
ares_destroy.c 35 free(options->lookups);
82 if (channel->lookups)
83 free(channel->lookups);
  /external/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /external/selinux/libselinux/utils/
avcstat.c 27 #define HEADERS "lookups hits misses allocations reclaims frees"
30 unsigned long long lookups; member in struct:avc_cache_stats
176 printf("%10s %10s %10s %10s %10s %10s\n", "lookups",
185 &tmp.lookups,
194 tot.lookups += tmp.lookups;
208 tot.lookups, tot.hits, tot.misses,
211 rel.lookups = tot.lookups - last.lookups;
    [all...]
  /external/skia/bench/
SkGlyphCacheBench.cpp 29 for (int lookups = 0; lookups < 10; lookups++) {
  /external/libvorbis/lib/
lookups.pl 15 function: lookup data; generated by lookups.pl; edit there
16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
  /prebuilts/go/darwin-x86/src/archive/tar/
stat_unix.go 26 // doesn't cache LookupId lookups, and lacks group
  /prebuilts/go/linux-x86/src/archive/tar/
stat_unix.go 26 // doesn't cache LookupId lookups, and lacks group

Completed in 1660 milliseconds

1 2 3 4 5 6