/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LookupList.java | 15 private Lookup[] lookups; field in LookupList 20 lookups = new Lookup[10]; in LookupList() 26 if (lookupCount >= lookups.length) { in addLookup() 27 Lookup[] newLookups = new Lookup[lookups.length + 5]; in addLookup() 29 System.arraycopy(lookups, 0, newLookups, 0, lookups.length); in addLookup() 30 lookups = newLookups; in addLookup() 33 lookups[lookupCount] = lookup; in addLookup() 54 lookups[i].writeLookup(writer); in writeLookupList()
|
D | CanonGSUBBuilder.java | 318 int[] lookups = new int[2]; in buildLookups() local 343 lookups[0] = lookupList.addLookup(compLookup); in buildLookups() 344 lookups[1] = lookupList.addLookup(dcmpLookup); in buildLookups() 346 return lookups; in buildLookups() 349 public static void addLookups(Feature feature, int[] lookups) in addLookups() argument 351 for (int i = 0; i < lookups.length; i += 1) { in addLookups() 352 feature.addLookup(lookups[i]); in addLookups() 482 int[] lookups = buildLookups(data, lookupList, script); in buildDecompTables() local 486 addLookups(ccmp, lookups); in buildDecompTables()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map.cc | 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); in add_lookups() 115 for (unsigned int i = 0; i < lookups[table_index].len; i++) in collect_lookups() 116 hb_set_add (lookups_out, lookups[table_index][i].index); in collect_lookups() 283 if (last_num_lookups < m.lookups[table_index].len) in compile() 285 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len); in compile() 288 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++) in compile() 289 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index) in compile() 290 m.lookups[table_index][++j] = m.lookups[table_index][i]; in compile() 293 m.lookups[table_index][j].mask |= m.lookups[table_index][i].mask; in compile() 294 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile() [all …]
|
D | hb-ot-map-private.hh | 115 …tage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len; in get_stage_lookups() 116 *plookups = &lookups[table_index][start]; in get_stage_lookups() 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const; 131 lookups[table_index].finish (); in finish() 151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */ member
|
D | hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 57 map.collect_lookups (table_index, lookups); in collect_lookups()
|
D | hb-ot-shape.cc | 858 hb_set_t lookups; in hb_ot_shape_glyphs_closure() local 859 lookups.init (); in hb_ot_shape_glyphs_closure() 860 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups); in hb_ot_shape_glyphs_closure() 867 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 30 unsigned long long lookups; member 185 &tmp.lookups, in main() 194 tot.lookups += tmp.lookups; in main() 208 tot.lookups, tot.hits, tot.misses, in main() 211 rel.lookups = tot.lookups - last.lookups; in main() 218 rel.lookups, rel.hits, rel.misses, in main()
|
/external/avahi/avahi-core/ |
D | multicast-lookup.c | 53 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups); 61 AVAHI_LLIST_HEAD(AvahiMulticastLookup, lookups); 112 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, lookups, e->lookups, l); in avahi_multicast_lookup_new() 155 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, lookups, l->engine->lookups, l); in lookup_destroy() 184 for (l = e->lookups; l; l = n) { in avahi_multicast_lookup_engine_cleanup() 280 for (l = e->lookups; l; l = l->lookups_next) { in avahi_multicast_lookup_engine_new_interface() 309 for (l = e->lookups; l; l = l->lookups_next) { in avahi_multicast_lookup_engine_notify() 336 AVAHI_LLIST_HEAD_INIT(AvahiWideAreaLookup, e->lookups); in avahi_multicast_lookup_engine_new() 344 while (e->lookups) in avahi_multicast_lookup_engine_free() 345 lookup_destroy(e->lookups); in avahi_multicast_lookup_engine_free()
|
D | wide-area.c | 77 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, lookups); 95 AVAHI_LLIST_HEAD(AvahiWideAreaLookup, lookups); 267 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, lookups, e->lookups, l); in avahi_wide_area_lookup_new() 285 AVAHI_LLIST_REMOVE(AvahiWideAreaLookup, lookups, l->engine->lookups, l); in lookup_destroy() 317 for (l = e->lookups; l; l = n) { in avahi_wide_area_cleanup() 386 for (l = e->lookups; l; l = l->lookups_next) { in run_callbacks() 616 AVAHI_LLIST_HEAD_INIT(AvahiWideAreaLookup, e->lookups); in avahi_wide_area_engine_new() 626 while (e->lookups) in avahi_wide_area_engine_free() 627 lookup_destroy(e->lookups); in avahi_wide_area_engine_free()
|
D | browse.c | 57 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups); 114 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l); in lookup_new() 128 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookups, l->record_browser->lookups, l); in lookup_unref() 169 for (l = b->lookups; l; l = l->lookups_next) { in lookup_find() 558 AVAHI_LLIST_HEAD_INIT(AvahiSRBLookup, b->lookups); in avahi_s_record_browser_new()
|
D | browse.h | 49 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
|
/external/guice/core/src/com/google/inject/internal/ |
D | DeferredLookups.java | 38 private final List<Element> lookups = Lists.newArrayList(); field in DeferredLookups 48 injector.lookups = injector; in initialize() 49 new LookupProcessor(errors).process(injector, lookups); in initialize() 54 lookups.add(lookup); in getProvider() 60 lookups.add(lookup); in getMembersInjector()
|
D | EncounterImpl.java | 43 private final Lookups lookups; field in EncounterImpl 51 EncounterImpl(Errors errors, Lookups lookups) { in EncounterImpl() argument 53 this.lookups = lookups; in EncounterImpl() 129 return lookups.getProvider(key); in getProvider() 138 return lookups.getMembersInjector(typeLiteral); in getMembersInjector()
|
/external/c-ares/ |
D | ares_init.c | 106 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \ 166 channel->lookups = NULL; in ares_init_options() 249 if(channel->lookups) in ares_init_options() 250 free(channel->lookups); in ares_init_options() 395 if (channel->lookups) { in ares_save_options() 396 options->lookups = strdup(channel->lookups); in ares_save_options() 397 if (!options->lookups && channel->lookups) in ares_save_options() 493 if ((optmask & ARES_OPT_LOOKUPS) && !channel->lookups) in init_by_options() 495 channel->lookups = strdup(options->lookups); in init_by_options() 496 if (!channel->lookups) in init_by_options() [all …]
|
D | ares_destroy.c | 35 free(options->lookups); in ares_destroy_options() 82 if (channel->lookups) in ares_destroy() 83 free(channel->lookups); in ares_destroy()
|
/external/vulkan-validation-layers/loader/ |
D | vk-loader-generate.py | 299 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/autotest/contrib/ |
D | dhcp_failed_machines.py | 23 lookups = {} variable 33 lookups[d['fixed-address'].replace(';', '')] = hostname 71 return lookups.get(h, h)
|
/external/clang/include/clang/AST/ |
D | DeclLookups.h | 71 inline DeclContext::lookups_range DeclContext::lookups() const { in lookups() function 85 return lookups().begin(); in lookups_begin() 89 return lookups().end(); in lookups_end()
|
/external/skia/bench/ |
D | SkGlyphCacheBench.cpp | 29 for (int lookups = 0; lookups < 10; lookups++) { in do_font_stuff() local
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 36 Test cases measure performance of 2D and cubemap texture lookups without 38 more texture lookups, each targeting different texture unit. There are 41 Texture lookups use same coordinates and lookup results are multiplied
|
/external/strace/ |
D | quota.c | 208 u_int32_t lookups; member 220 u_int32_t lookups; member 393 tprintf("{lookups=%u, ", dq.lookups); in decode_cmd_data() 409 tprintf("{lookups=%u, ", dq.lookups); in decode_cmd_data()
|
/external/curl/m4/ |
D | curl-confopts.m4 | 61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 64 AC_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 65 AC_HELP_STRING([--disable-ares],[Disable c-ares for DNS lookups]), 280 dnl AC_MSG_CHECKING([whether to enable threads for DNS lookups]) 283 dnl AC_HELP_STRING([--enable-threads@<:@=PATH@:>@],[Enable threads for DNS lookups]) 284 dnl AC_HELP_STRING([--disable-threads],[Disable threads for DNS lookups]),
|
/external/vulkan-validation-layers/ |
D | vk-layer-generate.py | 468 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))
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.invalidate.txt | 30 + Texture lookups from partially invalidated texture attachment
|
/external/libvorbis/lib/ |
D | Makefile.am | 38 EXTRA_DIST = lookups.pl
|