Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 13 of 13) sorted by relevance

/system/media/camera/docs/
Dmetadata_parser_xml.py46 from mako.lookup import TemplateLookup
310 lookup = TemplateLookup(directories=[os.getcwd()])
311 tpl = Template(filename=template, lookup=lookup)
/system/sepolicy/
Dgatekeeperd.te20 # For parent user ID lookup
/system/core/libpixelflinger/codeflinger/
DCodeCache.h86 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
DCodeCache.cpp164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup() function in android::CodeCache
/system/bt/btif/src/
Dbtif_config.c385 const char *lookup = "0123456789abcdef"; in btif_config_set_bin() local
397 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F]; in btif_config_set_bin()
398 str[(i * 2) + 1] = lookup[value[i] & 0x0F]; in btif_config_set_bin()
/system/core/libutils/
DREADME76 Resource IDs and lookup
94 (portrait). During lookup, every constraint set is matched against the
176 (PackageManagerService.java) and used during resource lookup. The
230 The idmap format is designed for lookup performance. However, leading
/system/bt/doc/
Dpower_management.md49 During a lookup attempt, the code iterates over the `bta_dm_pm_cfg` array,
/system/connectivity/shill/doc/
Dmanager-api.txt289 without using the GUID property to lookup a service.
299 without using the GUID property to lookup a service.
Ddevice-api.txt209 An IP-to-MAC address lookup is being
Dservice-api.txt1137 DNS - During DNS lookup
/system/core/libpixelflinger/
Dscanline.cpp403 sp<Assembly> assembly = gCodeCache.lookup(key); in pick_scanline()
/system/media/audio_utils/
DDoxyfile.orig376 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
DDoxyfile376 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This