Searched refs:lookup (Results 1 - 5 of 5) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_parser_xml.py46 from mako.lookup import TemplateLookup
310 lookup = TemplateLookup(directories=[os.getcwd()])
311 tpl = Template(filename=template, lookup=lookup)
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h86 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
H A DCodeCache.cpp164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
/system/bt/btif/src/
H A Dbtif_config.c389 const char *lookup = "0123456789abcdef"; local
401 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F];
402 str[(i * 2) + 1] = lookup[value[i] & 0x0F];
/system/core/libpixelflinger/
H A Dscanline.cpp403 sp<Assembly> assembly = gCodeCache.lookup(key);

Completed in 152 milliseconds