Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/external/openssl/crypto/x509/
Dx509_d2.c67 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file()); in X509_STORE_set_default_paths()
70 if (lookup == NULL) return(0); in X509_STORE_set_default_paths()
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT); in X509_STORE_set_default_paths()
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths()
74 if (lookup == NULL) return(0); in X509_STORE_set_default_paths()
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT); in X509_STORE_set_default_paths()
86 X509_LOOKUP *lookup; in X509_STORE_load_locations() local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file()); in X509_STORE_load_locations()
91 if (lookup == NULL) return(0); in X509_STORE_load_locations()
[all …]
/external/e2fsprogs/resize/
Dtest_extent.in21 lookup 10
23 lookup 11
25 lookup 12
27 lookup 13
29 lookup 14
31 lookup 15
33 lookup 16
35 lookup 1
37 lookup 50
41 lookup 18
[all …]
/external/skia/src/animator/
DSkGetCondensedInfo.cpp54 int lookup = _searchByType(type); in GetMembers() local
55 if (lookup < 0) in GetMembers()
58 *infoCountPtr = gInfoCounts[lookup]; in GetMembers()
59 return gInfoTables[lookup]; in GetMembers()
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { in _lookup() argument
70 int count = gInfoCounts[lookup]; in _lookup()
71 const SkMemberInfo* info = gInfoTables[lookup]; in _lookup()
83 const char* strings = gInfoNames[lookup]; in _lookup()
91 int count = gInfoCounts[lookup]; in Find()
92 const SkMemberInfo* info = gInfoTables[lookup]; in Find()
[all …]
/external/qemu/android/utils/
Drefset.c72 void** lookup; in arefSet_has() local
77 lookup = _arefSet_lookup(s, item); in arefSet_has()
78 return (*lookup == item); in arefSet_has()
95 void** lookup = _arefSet_lookup(&newSet, item); in _arefSet_resize() local
96 *lookup = item; in _arefSet_resize()
109 void** lookup; in arefSet_add() local
120 lookup = _arefSet_lookupInsert(s, item); in arefSet_add()
121 if (*lookup == item) in arefSet_add()
124 *lookup = item; in arefSet_add()
136 void** lookup; in arefSet_del() local
[all …]
/external/v8/test/mjsunit/
Ddebug-backtrace.js77 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
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 …]
Dmirror-array.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
80 …assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct…
81 …assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor …
90 …assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the lengt…
91 …assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed J…
101 …assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type…
Dcodegen-coverage.js34 function lookup(w, a) { function
140 lookup(w, x);
141 lookup(w, x);
142 lookup(w, x);
Dmirror-unresolved-function.js39 MirrorRefCache.prototype.lookup = function(handle) { method in MirrorRefCache
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected construct…
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type…
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype obj…
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectStreamClassTest.java54 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_forClass()
63 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_getFieldLjava_lang_String()
74 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_getFields()
85 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_getName()
96 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_getSerialVersionUID()
118 ObjectStreamClass osc1 = ObjectStreamClass.lookup(SyntheticTest.class); in test_getSerialVersionUID_inner_private_class()
121 ObjectStreamClass osc2 = ObjectStreamClass.lookup(SyntheticTest.X.class); in test_getSerialVersionUID_inner_private_class()
134 ObjectStreamClass osc1 = ObjectStreamClass.lookup(cl1); in test_getSerialVersionUID_classloader()
140 ObjectStreamClass osc2 = ObjectStreamClass.lookup(cl2); in test_getSerialVersionUID_classloader()
150 ObjectStreamClass osc = ObjectStreamClass.lookup(DummyClass.class); in test_lookupLjava_lang_Class()
[all …]
/external/chromium/chrome/browser/sync/engine/
Dsyncer_proto_util_unittest.cc144 ScopedDirLookup lookup(setter_upper_.manager(), setter_upper_.name()); in TEST_F() local
145 ASSERT_TRUE(lookup.good()); in TEST_F()
148 EXPECT_TRUE(lookup->store_birthday().empty()); in TEST_F()
150 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response)); in TEST_F()
154 EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response)); in TEST_F()
155 EXPECT_EQ(lookup->store_birthday(), "flan"); in TEST_F()
159 EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response)); in TEST_F()
160 EXPECT_EQ(lookup->store_birthday(), "flan"); in TEST_F()
164 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response)); in TEST_F()
167 EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(lookup, &response)); in TEST_F()
[all …]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMapTest.java99 assertEquals("New York", areaCodeMapForUS.lookup(number)); in testLookupInvalidNumber_US()
104 assertEquals("Westwood, NJ", areaCodeMapForUS.lookup(number)); in testLookupNumber_NJ()
109 assertEquals("New York", areaCodeMapForUS.lookup(number)); in testLookupNumber_NY()
114 assertEquals("San Mateo, CA", areaCodeMapForUS.lookup(number)); in testLookupNumber_CA_1()
119 assertEquals("California", areaCodeMapForUS.lookup(number)); in testLookupNumber_CA_2()
124 assertEquals("Richardson, TX", areaCodeMapForUS.lookup(number)); in testLookupNumberFound_TX()
129 assertNull(areaCodeMapForUS.lookup(number)); in testLookupNumberNotFound_TX()
134 assertNull(areaCodeMapForUS.lookup(number)); in testLookupNumber_CH()
139 assertEquals("Milan", areaCodeMapForIT.lookup(number)); in testLookupNumber_IT()
142 assertEquals("Rome", areaCodeMapForIT.lookup(number)); in testLookupNumber_IT()
[all …]
/external/v8/src/
Dic.cc173 LookupResult* lookup, in HasNormalObjectsInPrototypeChain() argument
175 Object* end = lookup->IsProperty() in HasNormalObjectsInPrototypeChain()
176 ? lookup->holder() : Object::cast(isolate->heap()->null_value()); in HasNormalObjectsInPrototypeChain()
420 LookupResult* lookup) { in LookupForRead() argument
424 object->Lookup(*name, lookup); in LookupForRead()
428 if (!lookup->IsFound() in LookupForRead()
429 || (lookup->type() != INTERCEPTOR) in LookupForRead()
430 || !lookup->IsCacheable()) { in LookupForRead()
434 Handle<JSObject> holder(lookup->holder()); in LookupForRead()
439 holder->LocalLookupRealNamedProperty(*name, lookup); in LookupForRead()
[all …]
/external/chromium/base/
Dstring_piece.cc106 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_of() local
107 BuildLookupTable(s, lookup); in find_first_of()
109 if (lookup[static_cast<unsigned char>(ptr_[i])]) { in find_first_of()
128 bool lookup[UCHAR_MAX + 1] = { false }; in find_first_not_of() local
129 BuildLookupTable(s, lookup); in find_first_not_of()
131 if (!lookup[static_cast<unsigned char>(ptr_[i])]) { in find_first_not_of()
158 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_of() local
159 BuildLookupTable(s, lookup); in find_last_of()
161 if (lookup[static_cast<unsigned char>(ptr_[i])]) in find_last_of()
182 bool lookup[UCHAR_MAX + 1] = { false }; in find_last_not_of() local
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DNumericStrings.h39 CacheEntry<double>& entry = lookup(d); in add()
51 CacheEntry<int>& entry = lookup(i); in add()
63 CacheEntry<unsigned>& entry = lookup(i); in add()
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
/external/openssh/
Dauth2-hostbased.c144 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local
166 lookup = chost; in hostbased_key_allowed()
174 lookup = resolvedname; in hostbased_key_allowed()
179 key_cert_check_authority(key, 1, 0, lookup, &reason)) { in hostbased_key_allowed()
185 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
191 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
204 cuser, lookup); in hostbased_key_allowed()
208 key_type(key), fp, cuser, lookup); in hostbased_key_allowed()
/external/llvm/unittests/VMCore/
DValueMapTest.cpp46 EXPECT_EQ(7, VM1.lookup(NULL)); in TYPED_TEST()
52 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); in TYPED_TEST()
55 EXPECT_EQ(7, VM.lookup(this->AddV.get())); in TYPED_TEST()
115 EXPECT_EQ(1, VM.lookup(this->AddV.get())); in TYPED_TEST()
116 EXPECT_EQ(2, VM.lookup(this->BitcastV.get())); in TYPED_TEST()
174 EXPECT_EQ(9, VM.lookup(this->AddV.get())); in TYPED_TEST()
221 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); in TYPED_TEST()
224 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); in TYPED_TEST()
225 EXPECT_EQ(0, VM.lookup(this->AddV.get())); in TYPED_TEST()
227 EXPECT_EQ(7, VM.lookup(this->BitcastV.get())); in TYPED_TEST()
[all …]
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp26 EXPECT_EQ(0u, map.lookup(0)); in TEST()
27 EXPECT_EQ(7u, map.lookup(0, 7)); in TEST()
28 EXPECT_EQ(0u, map.lookup(~0u-1)); in TEST()
29 EXPECT_EQ(7u, map.lookup(~0u-1, 7)); in TEST()
61 EXPECT_EQ(0u, map.lookup(0)); in TEST()
62 EXPECT_EQ(0u, map.lookup(99)); in TEST()
63 EXPECT_EQ(1u, map.lookup(100)); in TEST()
64 EXPECT_EQ(1u, map.lookup(101)); in TEST()
65 EXPECT_EQ(1u, map.lookup(125)); in TEST()
66 EXPECT_EQ(1u, map.lookup(149)); in TEST()
[all …]
/external/openssl/apps/
Dverify.c89 X509_LOOKUP *lookup=NULL; in MAIN() local
177 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file()); in MAIN()
178 if (lookup == NULL) abort(); in MAIN()
180 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM); in MAIN()
186 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT); in MAIN()
188 lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir()); in MAIN()
189 if (lookup == NULL) abort(); in MAIN()
191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM); in MAIN()
197 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT); in MAIN()
Dcrl.c115 X509_LOOKUP *lookup = NULL; in MAIN() local
241 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file()); in MAIN()
242 if (lookup == NULL) goto end; in MAIN()
243 if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) in MAIN()
244 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT); in MAIN()
246 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir()); in MAIN()
247 if (lookup == NULL) goto end; in MAIN()
248 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) in MAIN()
249 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT); in MAIN()
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_to_lookup_table.ll19 ; It is dense enough to be replaced by table lookup.
21 ; so we return early, directly from the lookup bb.
50 ; CHECK-NEXT: br i1 %0, label %switch.lookup, label %return
51 ; CHECK: switch.lookup:
86 ; CHECK-NEXT: br i1 %0, label %switch.lookup, label %sw.epilog
87 ; CHECK: switch.lookup:
94 ; CHECK-NEXT: %a.0 = phi i8 [ %switch.load, %switch.lookup ], [ 7, %entry ]
95 ; CHECK-NEXT: %b.0 = phi float [ %switch.load2, %switch.lookup ], [ 0x4023FAE140000000, %entry ]
135 ; CHECK-NEXT: br i1 %0, label %switch.lookup, label %return
136 ; CHECK: switch.lookup:
/external/icu4c/layout/
DLookupProcessor.cpp68 le_uint16 lookup = lookupOrderArray[order]; in process() local
69 FeatureMask selectMask = lookupSelectArray[lookup]; in process()
72 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookup); in process()
114 for (le_uint16 lookup = 0; lookup < lookupCount; lookup += 1) { in selectLookups() local
115 le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]); in selectLookups()
/external/elfutils/lib/
Ddynamicsizehash.c68 lookup (htab, hval, val) in lookup() function
169 lookup (htab, first->hashval, first->data), in insert_entry_2()
179 lookup (htab, runp->hashval, runp->data), runp->data); in insert_entry_2()
186 lookup (htab, table[idx].hashval, table[idx].data), in insert_entry_2()
246 idx = lookup (htab, hval, data);
273 idx = lookup (htab, hval, data);
296 idx = lookup (htab, hval, val);
/external/llvm/lib/Analysis/
DInlineCost.cpp227 if (!isa<Constant>(*I) && !SimplifiedValues.lookup(*I)) in isGEPOffsetConstant()
248 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset()
309 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Ptr); in visitGetElementPtr()
356 = ConstantOffsetPtrs.lookup(I.getOperand(0)); in visitBitCast()
384 = ConstantOffsetPtrs.lookup(I.getOperand(0)); in visitPtrToInt()
417 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Op); in visitIntToPtr()
448 if (Ops[0] || (Ops[0] = SimplifiedValues.lookup(Operand))) in visitUnaryInstruction()
465 if (Constant *SimpleLHS = SimplifiedValues.lookup(LHS)) in visitICmp()
468 if (Constant *SimpleRHS = SimplifiedValues.lookup(RHS)) in visitICmp()
481 llvm::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitICmp()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-1081309.js58 ParsedResponse.prototype.lookup = function(handle) { method in ParsedResponse
82 assertEquals("g", response.lookup(backtrace.frames[0].func.ref).name);
83 assertEquals("", response.lookup(backtrace.frames[1].func.ref).name);
/external/libvorbis/doc/
D03-codebook.tex14 well as an optional lookup table of output vector values to which a
137 vector lookup table. Vorbis I supports three lookup types:
140 No lookup
149 The lookup table type is read as a four bit unsigned integer:
157 Lookup type zero indicates no lookup to be read. Proceed past
158 lookup decode.
161 number of lookup values to be read. Lookup type one reads a list of
281 \paragraph{VQ lookup table vector representation}
283 Unpacking the VQ lookup table vectors relies on the following values:
297 Decoding (unpacking) a specific vector in the vector lookup table
[all …]

12345678910>>...17