Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 25 of 110) sorted by relevance

12345

/external/openssl/crypto/x509/
Dx509_d2.c67 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() local
86 X509_LOOKUP *lookup; in X509_STORE_load_locations() local
/external/qemu/android/utils/
Drefset.c72 void** lookup; in arefSet_has() local
95 void** lookup = _arefSet_lookup(&newSet, item); in _arefSet_resize() local
109 void** lookup; in arefSet_add() local
136 void** lookup; in arefSet_del() local
/external/webkit/Source/JavaScriptCore/runtime/
DNumericStrings.h79 …CacheEntry<double>& lookup(double d) { return doubleCache[WTF::FloatHash<double>::hash(d) & (cache… in lookup() function
80 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup() function
81 …CacheEntry<unsigned>& lookup(unsigned i) { return unsignedCache[WTF::IntHash<unsigned>::hash(i) & … in lookup() function
DDateInstanceCache.h87 …CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } in lookup() function
/external/skia/src/animator/
DSkGetCondensedInfo.cpp54 int lookup = _searchByType(type); in GetMembers() local
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { in _lookup()
111 int lookup = _searchByType(type); in Find() local
/external/chromium/base/
Dstring_piece.cc106 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() local
128 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() local
158 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() local
182 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of() local
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestHandlerResolver.java44 HttpRequestHandler lookup(String requestURI); in lookup() method
DHttpRequestHandlerRegistry.java71 public HttpRequestHandler lookup(final String requestURI) { in lookup() method in HttpRequestHandlerRegistry
DUriPatternMatcher.java86 public Object lookup(String requestURI) { in lookup() method in UriPatternMatcher
/external/webkit/Source/WebCore/platform/network/qt/
DDnsPrefetchHelper.h38 void lookup(QString hostname) in lookup() function
/external/v8/test/mjsunit/
Dcodegen-coverage.js34 function lookup(w, a) { function
Dmirror-error.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
Dmirror-function.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
Dmirror-unresolved-function.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
Dmirror-array.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
Dmirror-regexp.js50 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
Ddebug-return-value.js59 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
Ddebug-backtrace.js77 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
/external/valgrind/main/none/tests/x86/
Dbug125959-x86.c6 static int lookup ( int i ) in lookup() function
/external/javassist/src/main/javassist/compiler/
DKeywordTable.java21 public int lookup(String name) { in lookup() method in KeywordTable
DSymbolTable.java33 public Declarator lookup(String name) { in lookup() method in SymbolTable
/external/v8/test/mjsunit/regress/
Dregress-1081309.js58 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
/external/v8/src/
Dic.cc173 LookupResult* lookup, in HasNormalObjectsInPrototypeChain()
420 LookupResult* lookup) { in LookupForRead()
525 LookupResult lookup(isolate()); in LoadFunction() local
584 bool CallICBase::TryUpdateExtraICState(LookupResult* lookup, in TryUpdateExtraICState()
628 Handle<Code> CallICBase::ComputeMonomorphicStub(LookupResult* lookup, in ComputeMonomorphicStub()
682 void CallICBase::UpdateCaches(LookupResult* lookup, in UpdateCaches()
891 LookupResult lookup(isolate()); in Load() local
927 void LoadIC::UpdateCaches(LookupResult* lookup, in UpdateCaches()
1130 LookupResult lookup(isolate()); in Load() local
1194 void KeyedLoadIC::UpdateCaches(LookupResult* lookup, in UpdateCaches()
[all …]
/external/chromium/net/base/
Deffective_tld_names_unittest2.cc125 static const signed char lookup[] = in FindDomain() local
/external/icu4c/i18n/
Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { in lookup() function in TransliterationRuleData

12345