/external/openssl/crypto/x509/ |
D | x509_d2.c | 67 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() local 86 X509_LOOKUP *lookup; in X509_STORE_load_locations() local
|
/external/qemu/android/utils/ |
D | refset.c | 72 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/ |
D | NumericStrings.h | 79 …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
|
D | DateInstanceCache.h | 87 …CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } in lookup() function
|
/external/skia/src/animator/ |
D | SkGetCondensedInfo.cpp | 54 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/ |
D | string_piece.cc | 106 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/ |
D | HttpRequestHandlerResolver.java | 44 HttpRequestHandler lookup(String requestURI); in lookup() method
|
D | HttpRequestHandlerRegistry.java | 71 public HttpRequestHandler lookup(final String requestURI) { in lookup() method in HttpRequestHandlerRegistry
|
D | UriPatternMatcher.java | 86 public Object lookup(String requestURI) { in lookup() method in UriPatternMatcher
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | DnsPrefetchHelper.h | 38 void lookup(QString hostname) in lookup() function
|
/external/v8/test/mjsunit/ |
D | codegen-coverage.js | 34 function lookup(w, a) { function
|
D | mirror-error.js | 39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
|
D | mirror-function.js | 39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
|
D | mirror-unresolved-function.js | 39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
|
D | mirror-array.js | 39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
|
D | mirror-regexp.js | 50 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
|
D | debug-return-value.js | 59 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
|
D | debug-backtrace.js | 77 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
|
/external/valgrind/main/none/tests/x86/ |
D | bug125959-x86.c | 6 static int lookup ( int i ) in lookup() function
|
/external/javassist/src/main/javassist/compiler/ |
D | KeywordTable.java | 21 public int lookup(String name) { in lookup() method in KeywordTable
|
D | SymbolTable.java | 33 public Declarator lookup(String name) { in lookup() method in SymbolTable
|
/external/v8/test/mjsunit/regress/ |
D | regress-1081309.js | 58 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
|
/external/v8/src/ |
D | ic.cc | 173 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/ |
D | effective_tld_names_unittest2.cc | 125 static const signed char lookup[] = in FindDomain() local
|
/external/icu4c/i18n/ |
D | rbt_data.cpp | 97 TransliterationRuleData::lookup(UChar32 standIn) const { in lookup() function in TransliterationRuleData
|