Searched refs:lookups (Results 1 - 25 of 43) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLookupList.java15 private Lookup[] lookups; field in class:LookupList
20 lookups = new Lookup[10];
26 if (lookupCount >= lookups.length) {
27 Lookup[] newLookups = new Lookup[lookups.length + 5];
29 System.arraycopy(lookups, 0, newLookups, 0, lookups.length);
30 lookups = newLookups;
33 lookups[lookupCount] = lookup;
54 lookups[i].writeLookup(writer);
H A DCanonGSUBBuilder.java318 int[] lookups = new int[2];
343 lookups[0] = lookupList.addLookup(compLookup);
344 lookups[1] = lookupList.addLookup(dcmpLookup);
346 return lookups;
349 public static void addLookups(Feature feature, int[] lookups) argument
351 for (int i = 0; i < lookups.length; i += 1) {
352 feature.addLookup(lookups[i]);
469 // build common, inherited lookups...
482 int[] lookups = buildLookups(data, lookupList, script);
486 addLookups(ccmp, lookups);
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DDeferredLookups.java32 * creation it's necessary to {@link #initialize initialize} these 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);
H A DEncounterImpl.java43 private final Lookups lookups; field in class:EncounterImpl
51 EncounterImpl(Errors errors, Lookups lookups) { argument
53 this.lookups = lookups;
129 return lookups.getProvider(key);
138 return lookups.getMembersInjector(typeLiteral);
H A DMembersInjectorStore.java101 EncounterImpl<T> encounter = new EncounterImpl<T>(errors, injector.lookups);
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
115 for (unsigned int i = 0; i < lookups[table_index].len; i++)
116 hb_set_add (lookups_out, lookups[table_index][i].index);
282 /* Sort lookups and merge duplicates */
283 if (last_num_lookups < m.lookups[table_index].len)
285 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
288 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++)
289 if (m.lookups[table_index][i].index != m.lookups[table_inde
[all...]
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
57 map.collect_lookups (table_index, lookups);
H A Dhb-ot-map-private.hh115 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 ();
151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
/external/autotest/contrib/
H A Ddhcp_failed_machines.py10 /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/avahi/avahi-core/
H A Dmulticast-lookup.c53 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups);
61 AVAHI_LLIST_HEAD(AvahiMulticastLookup, lookups);
112 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, lookups, e->lookups, l);
155 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, lookups, l->engine->lookups, l);
184 for (l = e->lookups; l; l = n) {
280 for (l = e->lookups; l; l = l->lookups_next) {
307 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
309 for (l = e->lookups;
[all...]
H A Dbrowse.h49 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
H A Dwide-area.c77 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, lookups);
95 AVAHI_LLIST_HEAD(AvahiWideAreaLookup, lookups);
267 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, lookups, e->lookups, l);
285 AVAHI_LLIST_REMOVE(AvahiWideAreaLookup, lookups, l->engine->lookups, l);
317 for (l = e->lookups; l; l = n) {
384 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
386 for (l = e->lookups; l; l = l->lookups_next) {
616 AVAHI_LLIST_HEAD_INIT(AvahiWideAreaLookup, e->lookups);
[all...]
H A Dbrowse.c57 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups);
114 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l);
128 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookups, l->record_browser->lookups, l);
169 for (l = b->lookups; l; l = l->lookups_next) {
501 /* If we do wide area lookups and the the cache contained
558 AVAHI_LLIST_HEAD_INIT(AvahiSRBLookup, b->lookups);
/external/c-ares/
H A Dares_destroy.c35 free(options->lookups);
82 if (channel->lookups)
83 free(channel->lookups);
H A Dares_init.c106 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
166 channel->lookups = NULL;
249 if(channel->lookups)
250 free(channel->lookups);
394 /* copy lookups */
395 if (channel->lookups) {
396 options->lookups = strdup(channel->lookups);
397 if (!options->lookups && channel->lookups)
1293 char lookups[3], *l; local
[all...]
H A Dares_gethostbyaddr.c103 aquery->remaining_lookups = channel->lookups;
H A Dares_private.h262 char *lookups; member in struct:ares_channeldata
/external/selinux/libselinux/utils/
H A Davcstat.c27 #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/clang/include/clang/AST/
H A DDeclLookups.h71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
/external/skia/bench/
H A DSkGlyphCacheBench.cpp29 for (int lookups = 0; lookups < 10; lookups++) {
/external/vulkan-validation-layers/loader/
H A Dvk-loader-generate.py299 lookups = []
302 lookups.append("if (!strcmp(name, \"%s\"))" % (proto.name))
303 lookups.append(" return (void *) table->%s;"
315 func.append(" %s" % "\n ".join(lookups))
413 lookups = []
416 lookups.append("/* no %s%s */" % (self.prefix, proto.name))
419 lookups.append("if (!strcmp(name, \"%s\"))" % proto.name)
420 lookups.append(" return (%s) %s%s;" %
438 body.append(" %s" % "\n ".join(lookups))
/external/libvorbis/lib/
H A Dlookups.pl15 function: lookup data; generated by lookups.pl; edit there
16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
H A DMakefile.am38 EXTRA_DIST = lookups.pl
/external/strace/
H A Dquota.c208 u_int32_t lookups; member in struct:v1_dqstats
220 u_int32_t lookups; member in struct:v2_dqstats
393 tprintf("{lookups=%u, ", dq.lookups);
409 tprintf("{lookups=%u, ", dq.lookups);
/external/vulkan-validation-layers/
H A Dvk-layer-generate.py468 lookups = []
470 lookups.append("if (!strcmp(name, \"%s\"))" % proto.name)
471 lookups.append(" return (PFN_vkVoidFunction) %s%s;" %
482 body.append(" %s" % "\n ".join(lookups))
487 lookups = []
498 lookups.append("if (!strcmp(name, \"%s\"))" % proto.name)
499 lookups.append(" return (PFN_vkVoidFunction) %s%s;" % (prefix, proto.name))
506 body.append(" %s" % "\n ".join(lookups))

Completed in 2456 milliseconds

12