Searched defs:lookup (Results 51 - 75 of 205) sorted by relevance

123456789

/external/qemu/android/utils/
H A Drefset.c72 void** lookup; local
77 lookup = _arefSet_lookup(s, item);
78 return (*lookup == item);
95 void** lookup = _arefSet_lookup(&newSet, item); local
96 *lookup = item;
109 void** lookup; local
120 lookup = _arefSet_lookupInsert(s, item);
121 if (*lookup == item)
124 *lookup = item;
136 void** lookup; local
[all...]
/external/skia/src/core/
H A DSkBitmapFilter.h29 SkFixed lookup(float x) const { function in class:SkBitmapFilter
/external/chromium_org/net/base/registry_controlled_domains/
H A Deffective_tld_names_unittest2.cc136 static const signed char lookup[] = local
147 register int index = lookup[key];
H A Deffective_tld_names_unittest1.cc192 static const signed char lookup[] = local
204 register int index = lookup[key];
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dmain.cc150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features,
155 printf (" %d lookup(s) found in feature\n", num_lookups);
163 printf (" %d lookup(s) found in table\n", num_lookups);
165 const Lookup &lookup = g.get_lookup (n_lookup); local
167 lookup.get_type(), lookup.get_props());
/external/chromium_org/third_party/skia/src/animator/
H A DSkGetCondensedInfo.cpp54 int lookup = _searchByType(type); local
55 if (lookup < 0)
58 *infoCountPtr = gInfoCounts[lookup];
59 return gInfoTables[lookup];
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { argument
70 int count = gInfoCounts[lookup];
71 const SkMemberInfo* info = gInfoTables[lookup];
83 const char* strings = gInfoNames[lookup];
91 int count = gInfoCounts[lookup];
92 const SkMemberInfo* info = gInfoTables[lookup];
111 int lookup = _searchByType(type); local
[all...]
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsymbol.py116 'SymbolFinder'. Symbols can be looked up by the method 'lookup()'.
166 def lookup(self, symbol_type, address): member in class:SymbolMappingCache
/external/clang/test/SemaTemplate/
H A Ddependent-expr.cpp60 void lookup() const { function in class:test5::chained_map
/external/elfutils/lib/
H A Ddynamicsizehash.c68 lookup (htab, hval, val) function
169 lookup (htab, first->hashval, first->data),
179 lookup (htab, runp->hashval, runp->data), runp->data);
186 lookup (htab, table[idx].hashval, table[idx].data),
246 idx = lookup (htab, hval, data);
273 idx = lookup (htab, hval, data);
296 idx = lookup (htab, hval, val);
/external/elfutils/libdwfl/
H A Dsegment.c1 /* Manage address space lookup table for libdwfl.
140 lookup (Dwfl *dwfl, GElf_Addr address, int hint) function
176 int idx = lookup (dwfl, start, hint);
244 int idx = lookup (dwfl, address, -1);
/external/harfbuzz_ng/src/
H A Dmain.cc150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features,
155 printf (" %d lookup(s) found in feature\n", num_lookups);
163 printf (" %d lookup(s) found in table\n", num_lookups);
165 const Lookup &lookup = g.get_lookup (n_lookup); local
167 lookup.get_type(), lookup.get_props());
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java49 public String lookup(List<String> loadPaths, String filename) { method in class:LoadPathToFileCache
/external/openssh/
H A Dauth2-hostbased.c144 const char *resolvedname, *ipaddr, *lookup, *reason; local
166 lookup = chost;
174 lookup = resolvedname;
179 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
185 host_status = check_key_in_hostfiles(pw, key, lookup,
191 host_status = check_key_in_hostfiles(pw, key, lookup,
204 cuser, lookup);
208 key_type(key), fp, cuser, lookup);
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp54 int lookup = _searchByType(type); local
55 if (lookup < 0)
58 *infoCountPtr = gInfoCounts[lookup];
59 return gInfoTables[lookup];
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { argument
70 int count = gInfoCounts[lookup];
71 const SkMemberInfo* info = gInfoTables[lookup];
83 const char* strings = gInfoNames[lookup];
91 int count = gInfoCounts[lookup];
92 const SkMemberInfo* info = gInfoTables[lookup];
111 int lookup = _searchByType(type); local
[all...]
/external/speex/libspeex/
H A Dvorbis_psy.h81 struct drft_lookup lookup; member in struct:__anon25831
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLReason.java103 return lookup(ASN1Enumerated.getInstance(o).getValue().intValue());
140 public static CRLReason lookup(int value) method in class:CRLReason
/external/chromium_org/third_party/icu/source/common/
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const function in class:RBBISymbolTable
115 // constructor will always call this function right after calling lookup(),
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_etc_tmp.h44 static const int lookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; local
46 in = (in >> 3) + lookup[in & 0x7];
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dverify.c89 X509_LOOKUP *lookup=NULL; local
177 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
178 if (lookup == NULL) abort();
180 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
186 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
188 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
189 if (lookup == NULL) abort();
191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
197 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
325 printf("%serror %d at %d depth lookup
[all...]
/external/chromium_org/tools/deep_memory_profiler/tests/
H A Ddmprof_test.py86 symbol_mapping_cache.lookup(FUNCTION_SYMBOLS, address))
96 symbol_mapping_cache.lookup(FUNCTION_SYMBOLS, address))
112 def lookup(self, symbol_type, address): member in class:PolicyTest.MockSymbolMappingCache
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java87 * @see #lookup
241 * Provides support for lookup of exception error codes from {@link AbstractException}
246 * only the root namespace is used for lookup]
268 final String msg = lookup (namespace, code);
271 // if code lookup failed, return 'code' as is:
293 * Provides support for lookup of exception error codes from {@link AbstractException}
298 * only the root namespace is used for lookup]
368 * Internal property lookup method. It implements the lookup scheme described
371 * @return property value corresponding to 'propertyName' [null if lookup fail
373 private static String lookup (Class namespace, final String propertyName) method in class:ExceptionCommon
[all...]
/external/icu4c/common/
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const function in class:RBBISymbolTable
115 // constructor will always call this function right after calling lookup(),
/external/icu4c/layout/
H A DContextualGlyphSubstProc2.cpp51 TTGlyphID newGlyph = lookup(offset, mGlyph);
58 TTGlyphID newGlyph = lookup(offset, thisGlyph);
73 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid) function in class:ContextualGlyphSubstitutionProcessor2
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java199 static AttributeInfo lookup(ArrayList list, String name) { method in class:AttributeInfo
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DAreaCodeMap.java145 String lookup(PhoneNumber number) { method in class:AreaCodeMap

Completed in 545 milliseconds

123456789