Searched refs:lookup (Results 1 – 6 of 6) sorted by relevance
59 X509_LOOKUP *lookup; in cert_store_from_path() local71 lookup = X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir()); in cert_store_from_path()72 if (lookup == NULL) in cert_store_from_path()74 if (!X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM)) { in cert_store_from_path()80 lookup = X509_STORE_add_lookup(store,X509_LOOKUP_file()); in cert_store_from_path()81 if (lookup == NULL) in cert_store_from_path()83 if (!X509_LOOKUP_load_file(lookup, path, X509_FILETYPE_PEM)) { in cert_store_from_path()
46 from mako.lookup import TemplateLookup300 lookup = TemplateLookup(directories=[os.getcwd()])301 tpl = Template(filename=template, lookup=lookup)
86 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
164 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup() function in android::CodeCache
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
398 sp<Assembly> assembly = gCodeCache.lookup(key); in pick_scanline()