Searched refs:lookup (Results 1 – 13 of 13) sorted by relevance
46 from mako.lookup import TemplateLookup310 lookup = TemplateLookup(directories=[os.getcwd()])311 tpl = Template(filename=template, lookup=lookup)
20 # For parent user ID lookup
86 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup() function in android::CodeCache
385 const char *lookup = "0123456789abcdef"; in btif_config_set_bin() local397 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()
76 Resource IDs and lookup94 (portrait). During lookup, every constraint set is matched against the176 (PackageManagerService.java) and used during resource lookup. The230 The idmap format is designed for lookup performance. However, leading
49 During a lookup attempt, the code iterates over the `bta_dm_pm_cfg` array,
289 without using the GUID property to lookup a service.299 without using the GUID property to lookup a service.
209 An IP-to-MAC address lookup is being
1137 DNS - During DNS lookup
403 sp<Assembly> assembly = gCodeCache.lookup(key); in pick_scanline()
376 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This