Searched refs:Lookup (Results 1 - 25 of 179) sorted by relevance

12345678

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLookupList.java15 private Lookup[] lookups;
20 lookups = new Lookup[10];
24 public int addLookup(Lookup lookup)
27 Lookup[] newLookups = new Lookup[lookups.length + 5];
H A DLookup.java14 public /*abstract*/ class Lookup class
21 // Lookup flags
48 public Lookup(int theLookupType, int theLookupFlags) method in class:Lookup
H A DCanonGSUBBuilder.java230 Lookup initLookup, mediLookup, finaLookup, ligaLookup;
232 initLookup = new Lookup(Lookup.GSST_Single, 0);
235 mediLookup = new Lookup(Lookup.GSST_Single, 0);
238 finaLookup = new Lookup(Lookup.GSST_Single, 0);
241 ligaLookup = new Lookup(Lookup.GSST_Ligature, Lookup
[all...]
/external/v8/test/unittests/compiler/
H A Dliveness-analyzer-unittest.cc78 void Lookup(int var) { current_block()->Lookup(var); } function in class:v8::internal::compiler::LivenessAnalysisTest
204 Lookup(1);
225 Lookup(1);
227 Lookup(3);
235 Lookup(3);
237 Lookup(2);
245 Lookup(0);
289 Lookup(2);
300 Lookup(
[all...]
/external/v8/test/unittests/heap/
H A Dslot-set-unittest.cc19 EXPECT_FALSE(set.Lookup(i));
25 EXPECT_TRUE(set.Lookup(i));
39 EXPECT_TRUE(set.Lookup(i));
41 EXPECT_FALSE(set.Lookup(i));
66 EXPECT_TRUE(set.Lookup(i));
68 EXPECT_FALSE(set.Lookup(i));
90 EXPECT_TRUE(set.Lookup(i));
92 EXPECT_FALSE(set.Lookup(i));
107 EXPECT_TRUE(set.Lookup(first));
110 EXPECT_TRUE(set.Lookup(las
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp72 struct Lookup {
78 enum Junk { is = B ? Lookup<B>::more : Lookup<Lookup<B+1>::more>::val };
89 struct Lookup {}; struct in namespace:N6
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
101 Lookup<1> const &L1(False());
102 Lookup<sizeof(int)> const &L2(True());
109 struct Lookup {}; struct in namespace:N7
[all...]
/external/v8/src/snapshot/
H A Dserializer-common.cc26 map_->Lookup(addr, Hash(addr)) == nullptr);
35 const_cast<base::HashMap*>(map_)->Lookup(address, Hash(address));
43 const_cast<base::HashMap*>(map_)->Lookup(address, Hash(address));
H A Dpartial-serializer.cc56 int root_index = root_index_map_.Lookup(obj);
77 DCHECK(!startup_serializer_->reference_map()->Lookup(obj).is_valid());
H A Dserializer.h34 const char* Lookup(Address address) { function in class:v8::internal::CodeAddressMap
35 return address_to_name_map_.Lookup(address);
57 const char* Lookup(Address code_address) { function in class:v8::internal::CodeAddressMap::NameMap
99 return impl_.Lookup(code_address, ComputePointerHash(code_address));
218 DCHECK(reference_map_.Lookup(obj).is_back_reference());
H A Dstartup-serializer.cc55 int root_index = root_index_map_.Lookup(obj);
79 SerializerReference ref = reference_map_.Lookup(obj);
/external/v8/test/cctest/
H A Dtest-dictionary.cc54 CHECK_EQ(table->Lookup(a), *b);
55 // When the key does not exist in the map, Lookup returns the hole.
56 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
61 CHECK_EQ(table->Lookup(a), *b);
62 CHECK_EQ(table->Lookup(b), CcTest::heap()->the_hole_value());
67 CHECK_NE(table->Lookup(a), *b);
74 CHECK_EQ(table->Lookup(a), CcTest::heap()->the_hole_value());
84 CHECK_EQ(table->Lookup(key), *value);
94 CHECK_EQ(table->Lookup(key), CcTest::heap()->the_hole_value());
102 CHECK_EQ(table->Lookup(ke
[all...]
/external/google-benchmark/test/
H A Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) {
55 BENCHMARK_REGISTER_F(MapFixture, Lookup)->Range(1<<3, 1<<12);
/external/v8/src/
H A Dcontext-measure.cc40 if (reference_map_.Lookup(object).is_valid()) return;
41 if (root_index_map_.Lookup(object) != RootIndexMap::kInvalidRootIndex) return;
H A Dcompilation-cache.h79 Handle<SharedFunctionInfo> Lookup(Handle<String> source, Handle<Object> name,
115 MaybeHandle<SharedFunctionInfo> Lookup(Handle<String> source,
134 MaybeHandle<FixedArray> Lookup(Handle<String> source, JSRegExp::Flags flags);
H A Dcompilation-cache.cc144 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( function in class:v8::internal::CompilationCacheScript
156 Handle<Object> probe = table->Lookup(source, context, language_mode);
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( function in class:v8::internal::CompilationCacheEval
244 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( function in class:v8::internal::CompilationCacheRegExp
296 return script_.Lookup(source, name, line_offset, column_offset,
309 eval_global_.Lookup(source, outer_info, language_mode, scope_position);
312 result = eval_contextual_.Lookup(source, outer_info, language_mode,
323 return reg_exp_.Lookup(source, flags);
H A Didentity-map.cc29 IdentityMapBase::RawEntry IdentityMapBase::Lookup(Object* key) { function in class:v8::internal::IdentityMapBase
106 result = Lookup(key);
124 RawEntry result = Lookup(key);
127 result = Lookup(key);
H A Didentity-map.h48 RawEntry Lookup(Object* key);
/external/icu/icu4c/source/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup; member in struct:__anon6674
/external/libchrome/base/
H A Did_map_unittest.cc36 EXPECT_EQ(&obj1, map.Lookup(id1));
42 EXPECT_EQ(&obj1, map.Lookup(id1));
43 EXPECT_EQ(&obj2, map.Lookup(id2));
55 EXPECT_EQ(&obj1, map.Lookup(1));
56 EXPECT_EQ(&obj2, map.Lookup(2));
59 EXPECT_EQ(&obj1, map.Lookup(2));
366 EXPECT_EQ(&obj1, map.Lookup(kId1));
/external/pdfium/xfa/src/fgas/include/
H A Dfx_alg.h27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) { function in class:CFX_DSPATemplate
/external/v8/src/ast/
H A Dmodules.cc51 ZoneHashMap::Entry* entry = exports_->Lookup(
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp48 FX_BOOL CFX_GlyphMap::Lookup(int key, int& value) { function in class:CFX_GlyphMap
124 if (LookupList.Lookup[index].LookupType == 1) {
126 &LookupList.Lookup[index])) {
135 struct TLookup* Lookup) {
136 for (int i = 0; i < Lookup->SubTableCount; i++) {
137 switch (Lookup->SubTable[i]->SubstFormat) {
139 TSingleSubstFormat1* tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i];
147 TSingleSubstFormat2* tbl2 = (TSingleSubstFormat2*)Lookup->SubTable[i];
276 rec->Lookup = new struct TLookup[rec->LookupCount];
279 ParseLookup(&raw[offset], &rec->Lookup[
133 GetVerticalGlyphSub2(uint32_t glyphnum, uint32_t* vglyphnum, struct TLookup* Lookup) argument
[all...]
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.h86 ChannelMember* Lookup(DataSocket* ds) const;
/external/opencv3/samples/winrt/ImageManipulations/
H A DMainPage.xaml.cpp247 StatusBlock->Style = safe_cast<Windows::UI::Xaml::Style^>(this->Resources->Lookup("StatusStyle"));
251 StatusBlock->Style = safe_cast<Windows::UI::Xaml::Style^>(this->Resources->Lookup("ErrorStyle"));
297 startingScenarioIndex = safe_cast<int>(pageState->Lookup("SelectedScenarioIndex"));
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h159 FX_BOOL Lookup(KeyType key) const { function in class:CXFA_PtrSetTemplate
161 return CFX_MapPtrToPtr::Lookup((void*)key, pValue);
164 FX_BOOL operator[](KeyType key) { return Lookup(key); }

Completed in 1343 milliseconds

12345678