Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_parser_xml.py46 from mako.lookup import TemplateLookup
237 lookup = TemplateLookup(directories=[os.getcwd()])
238 tpl = Template(filename=template, lookup=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/core/sh/
DTOUR267 ables without doing a lookup.
/system/core/libpixelflinger/
Dscanline.cpp384 sp<Assembly> assembly = gCodeCache.lookup(key); in pick_scanline()