HomeSort by relevance Sort by last modified time
    Searched refs:lookup_key (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/androidfw/
LocaleData.cpp 183 uint32_t lookup_key = packLocale(language, region); local
184 auto lookup_result = LIKELY_SCRIPTS.find(lookup_key);
188 lookup_key = dropRegion(lookup_key);
189 lookup_result = LIKELY_SCRIPTS.find(lookup_key);
  /external/avahi/avahi-core/
cache.c 105 static AvahiCacheEntry *lookup_key(AvahiCache *c, AvahiKey *k) { function
135 for (e = lookup_key(c, pattern); e; e = n) {
300 if ((first = lookup_key(c, r->key))) {
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 2429 const Offset_to_lineno_entry lookup_key = { offset, 0, 0, true, 0 }; local
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 210 milliseconds