HomeSort by relevance Sort by last modified time
    Searched defs:lookup (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/openssl/crypto/x509/
x509_d2.c 67 X509_LOOKUP *lookup; local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
70 if (lookup == NULL) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup == NULL) return(0)
    [all...]
  /external/v8/test/mjsunit/
mirror-error.js 39 MirrorRefCache.prototype.lookup = function(handle) {
73 assertEquals(e.message, refs.lookup(p.ref).value);
mirror-function.js 39 MirrorRefCache.prototype.lookup = function(handle) {
76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type);
77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
mirror-object.js 39 MirrorRefCache.prototype.lookup = function(handle) {
96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
99 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
101 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
133 // Lookup the serialized object from the handle reference.
134 var o = refs.lookup(fromJSON.properties[i].ref);
mirror-array.js 39 MirrorRefCache.prototype.lookup = function(handle) {
80 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
81 assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
mirror-unresolved-function.js 39 MirrorRefCache.prototype.lookup = function(handle) {
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
debug-backtrace.js 77 ParsedResponse.prototype.lookup = function(handle) {
115 assertEquals("f", response.lookup(frames[0].func.ref).name);
117 assertEquals("", response.lookup(frames[1].func.ref).name);
118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
120 assertEquals("g", response.lookup(frames[2].func.ref).name);
122 assertEquals("", response.lookup(frames[3].func.ref).name);
138 assertEquals("", response.lookup(frames[0].func.ref).name);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
141 assertEquals("g", response.lookup(frames[1].func.ref).name);
156 assertEquals("g", response.lookup(frames[0].func.ref).name)
    [all...]
mirror-regexp.js 50 MirrorRefCache.prototype.lookup = function(handle) {
98 refs.lookup(fromJSON.properties[i].ref).value,
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerResolver.java 44 HttpRequestHandler lookup(String requestURI); method in interface:HttpRequestHandlerResolver
HttpRequestHandlerRegistry.java 71 public HttpRequestHandler lookup(final String requestURI) { method in class:HttpRequestHandlerRegistry
72 return (HttpRequestHandler) matcher.lookup(requestURI);
UriPatternMatcher.java 86 public Object lookup(String requestURI) { method in class:UriPatternMatcher
  /external/v8/test/mjsunit/regress/
regress-1081309.js 58 ParsedResponse.prototype.lookup = function(handle) {
82 assertEquals("g", response.lookup(backtrace.frames[0].func.ref).name);
83 assertEquals("", response.lookup(backtrace.frames[1].func.ref).name);
  /external/webkit/WebCore/platform/network/qt/
DnsPrefetchHelper.h 38 void lookup(QString hostname) function in class:WebCore::DnsPrefetchHelper
47 // delete knowledge about lookup if it is already 300 seconds old
  /external/icu4c/i18n/
rbt_data.cpp 97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
104 UnicodeFunctor *f = lookup(standIn);
110 UnicodeFunctor *f = lookup(standIn);
  /external/webkit/JavaScriptCore/runtime/
NumericStrings.h 38 CacheEntry<double>& entry = lookup(d);
48 CacheEntry<int>& entry = lookup(i);
65 CacheEntry<double>& lookup(double d) { return doubleCache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } function in class:JSC::NumericStrings
66 CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } function in class:JSC::NumericStrings
DateInstanceCache.h 70 CacheEntry& entry = lookup(d);
87 CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } function in class:JSC::DateInstanceCache
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
status.py 9 lookup=mail.Domain("webkit.org"), variable
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 48 * Overrides the superclass's lookup method to prefer the number field
51 protected int lookup(KeyEvent event, Spannable content) { method in class:DialerKeyListener
57 * valid and the meta lookup does not.
65 int match = super.lookup(event, content);
71 * If a meta key is active but the lookup with the meta key
  /frameworks/base/libs/rs/
rsShaderCache.cpp 44 bool ShaderCache::lookup(Context *rsc, ProgramVertex *vtx, ProgramFragment *frag) function in class:ShaderCache
52 //LOGV("ShaderCache lookup vtx %i, frag %i", vtx->getShaderID(), frag->getShaderID());
62 rsc->checkError("ShaderCache::lookup (hit)");
73 LOGE("Out of memory for ShaderCache::lookup");
155 rsc->checkError("ShaderCache::lookup (miss)");
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 48 notes = "Test {@link DialerKeyListener#lookup(KeyEvent, Spannable)}",
49 method = "lookup",
61 assertEquals(keyChar, mockDialerKeyListener.lookup(keyEvent, span));
68 mockDialerKeyListener.lookup(null, span);
121 protected int lookup(KeyEvent event, Spannable content) { method in class:DialerKeyListenerTest.MockDialerKeyListener
122 return super.lookup(event, content);
  /external/elfutils/lib/
dynamicsizehash.c 32 lookup (htab, hval, val) function
133 lookup (htab, first->hashval, first->data),
143 lookup (htab, runp->hashval, runp->data), runp->data);
150 lookup (htab, table[idx].hashval, table[idx].data),
210 idx = lookup (htab, hval, data);
237 idx = lookup (htab, hval, data);
260 idx = lookup (htab, hval, val);
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 62 int lookup = _searchByType(type); local
63 if (lookup < 0)
66 *infoCountPtr = gInfoCounts[lookup];
67 return gInfoTables[lookup];
77 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) {
78 int count = gInfoCounts[lookup];
79 const SkMemberInfo* info = gInfoTables[lookup];
91 const char* strings = gInfoNames[lookup];
99 int count = gInfoCounts[lookup];
100 const SkMemberInfo* info = gInfoTables[lookup];
119 int lookup = _searchByType(type); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
PreferencesUnitTests.java 68 // test sunny-day lookup by Uri
70 Account lookup = mPreferences.getAccountByContentUri(testAccountUri); local
71 assertEquals(mAccount, lookup);
75 lookup = mPreferences.getAccountByContentUri(testAccountUri);
76 assertNull(lookup);
80 lookup = mPreferences.getAccountByContentUri(testAccountUri);
81 assertNull(lookup);
85 lookup = mPreferences.getAccountByContentUri(testAccountUri);
86 assertNull(lookup);
  /bionic/libc/stdio/
flockfile.c 121 FileLock** lookup = lock_table_lookup(t, fp); local
122 FileLock* lock = *lookup;
140 *lookup = lock;
161 FileLock** lookup = lock_table_lookup(t, fp); local
162 FileLock* lock = *lookup;
182 FileLock** lookup = lock_table_lookup(t, fp); local
183 FileLock* lock = *lookup;
200 FileLock** lookup = lock_table_lookup(t, fp); local
201 FileLock* lock = *lookup;
204 *lookup = lock->next
    [all...]
  /external/openssl/apps/
verify.c 88 X509_LOOKUP *lookup=NULL; local
171 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
172 if (lookup == NULL) abort();
174 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
180 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
182 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
183 if (lookup == NULL) abort();
185 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
191 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
340 printf("error %d at %d depth lookup:%s\n",ctx->error
    [all...]

Completed in 1480 milliseconds

1 2 3 4