Home
last modified time | relevance | path

Searched refs:Lookup (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/tensorflow/tensorflow/core/platform/cloud/
Dexpiring_lru_cache_test.cc38 EXPECT_TRUE(cache.Lookup(key, &value)); in TEST()
42 EXPECT_FALSE(cache.Lookup(key, &value)); in TEST()
45 EXPECT_TRUE(cache.Lookup(key, &value)); in TEST()
50 EXPECT_TRUE(cache.Lookup(key, &value)); in TEST()
54 EXPECT_FALSE(cache.Lookup(key, &value)); in TEST()
62 EXPECT_FALSE(cache1.Lookup("a", &value)); in TEST()
69 EXPECT_TRUE(cache2.Lookup("a", &value)); in TEST()
71 EXPECT_TRUE(cache2.Lookup("b", &value)); in TEST()
73 EXPECT_TRUE(cache2.Lookup("c", &value)); in TEST()
75 EXPECT_TRUE(cache2.Lookup("d", &value)); in TEST()
[all …]
/external/perf_data_converter/src/
Dintervalmap_test.cc63 ASSERT_TRUE(map->Lookup(key, &result)) << "Did not find value for key: " in ExecuteOn()
85 ASSERT_FALSE(map->Lookup(key, &result)) << "Found value for key: " << key; in ExecuteOn()
158 std::shared_ptr<Command> Lookup(uint64 from, uint64 to, const char* expected) { in Lookup() function
181 Set(0, 10, "Added"), NumIntervals(1), Lookup(0, 9, "Added"),
187 Lookup(5, 19, "Overwrite"), FailLookup({3, 4, 20, 21}),
192 Lookup(5, 9, "Segment 1"), Lookup(10, 19, "Segment 2"),
198 Lookup(5, 7, "Added"), Lookup(8, 11, "Overwrite"),
204 Lookup(8, 9, "Added"), Lookup(3, 7, "Overwrite"),
210 Lookup(3, 11, "Overwrite"), FailLookup({1, 2, 12, 13}),
215 Lookup(4, 5, "Added"), Lookup(6, 8, "Overwrite"),
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsave_v2_op_test.cc138 TF_EXPECT_OK(reader.Lookup("tensor_bool", &val)); in TEST_F()
154 TF_EXPECT_OK(reader.Lookup("tensor_int", &val)); in TEST_F()
170 TF_EXPECT_OK(reader.Lookup("tensor_float", &val)); in TEST_F()
186 TF_EXPECT_OK(reader.Lookup("tensor_double", &val)); in TEST_F()
202 TF_EXPECT_OK(reader.Lookup("tensor_qint8", &val)); in TEST_F()
218 TF_EXPECT_OK(reader.Lookup("tensor_qint32", &val)); in TEST_F()
235 TF_EXPECT_OK(reader.Lookup("tensor_uint8", &val)); in TEST_F()
251 TF_EXPECT_OK(reader.Lookup("tensor_int8", &val)); in TEST_F()
267 TF_EXPECT_OK(reader.Lookup("tensor_int16", &val)); in TEST_F()
283 TF_EXPECT_OK(reader.Lookup("tensor_int64", &val)); in TEST_F()
[all …]
Dmerge_v2_checkpoints_op_test.cc97 TF_EXPECT_OK(reader.Lookup("tensor0", &val0)); in RunMergeTest()
103 TF_EXPECT_OK(reader.Lookup("tensor1", &val1)); in RunMergeTest()
109 TF_EXPECT_OK(reader.Lookup("tensor2", &val2)); in RunMergeTest()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h172 RecordInfo* Lookup(clang::CXXRecordDecl* record);
174 RecordInfo* Lookup(const clang::CXXRecordDecl* record) { in Lookup() function
175 return Lookup(const_cast<clang::CXXRecordDecl*>(record)); in Lookup()
178 RecordInfo* Lookup(clang::DeclContext* decl) { in Lookup() function
179 return Lookup(clang::dyn_cast<clang::CXXRecordDecl>(decl)); in Lookup()
182 RecordInfo* Lookup(const clang::Type* type) { in Lookup() function
183 return Lookup(type->getAsCXXRecordDecl()); in Lookup()
186 RecordInfo* Lookup(const clang::QualType& type) { in Lookup() function
187 return Lookup(type.getTypePtr()); in Lookup()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookupList.java17 private Lookup[] lookups;
22 lookups = new Lookup[10]; in LookupList()
26 public int addLookup(Lookup lookup) in addLookup()
29 Lookup[] newLookups = new Lookup[lookups.length + 5]; in addLookup()
DCanonGSUBBuilder.java232 Lookup initLookup, mediLookup, finaLookup, ligaLookup; in buildArabicTables()
234 initLookup = new Lookup(Lookup.GSST_Single, 0); in buildArabicTables()
237 mediLookup = new Lookup(Lookup.GSST_Single, 0); in buildArabicTables()
240 finaLookup = new Lookup(Lookup.GSST_Single, 0); in buildArabicTables()
243 ligaLookup = new Lookup(Lookup.GSST_Ligature, Lookup.LF_IgnoreMarks); in buildArabicTables()
334 Lookup compLookup, dcmpLookup; in buildLookups()
337 compLookup = new Lookup(Lookup.GSST_Ligature, 0); in buildLookups()
340 dcmpLookup = new Lookup(Lookup.GSST_Multiple, 0); in buildLookups()
/external/llvm/include/llvm/ADT/
DPointerSumType.h73 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
75 void *V = HelperT::template Lookup<N>::TraitsT::getAsVoidPointer(Pointer); in create()
86 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get()
88 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(P); in get()
92 typename HelperT::template Lookup<N>::PointerT cast() const { in cast()
94 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl()); in cast()
129 template <TagT N> struct Lookup { struct
183 typedef typename HelperT::template Lookup<HelperT::MinTag>::PointerT
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp89 struct Lookup {}; struct
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
114 typedef Lookup<sizeof(B ? T() : E())> Type;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerSumType.h74 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
76 void *V = HelperT::template Lookup<N>::TraitsT::getAsVoidPointer(Pointer); in create()
87 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get()
89 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(P); in get()
93 typename HelperT::template Lookup<N>::PointerT cast() const { in cast()
95 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(getImpl()); in cast()
130 template <TagT N> struct Lookup { struct
184 typename HelperT::template Lookup<HelperT::MinTag>::PointerT;
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh43 template <typename T> struct Lookup;
48 friend struct Lookup<T>;
106 friend struct Lookup<T>;
177 friend struct Lookup<T>;
234 friend struct Lookup<T>;
265 friend struct Lookup<T>;
300 friend struct Lookup<T>;
340 struct Lookup struct
422 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > () in Null() argument
423 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT16> *> (_hb_Null_AAT_Lookup); } in Null()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h53 LambdaSymbolResolver(LookupFlagsFnRef &&LookupFlags, LookupFnRef &&Lookup) in LambdaSymbolResolver() argument
55 Lookup(std::forward<LookupFnRef>(Lookup)) {} in LambdaSymbolResolver()
63 return Lookup(std::move(Query), std::move(Symbols)); in lookup()
68 LookupFn Lookup; variable
79 createSymbolResolver(LookupFlagsFn &&LookupFlags, LookupFn &&Lookup) { in createSymbolResolver() argument
86 std::forward<LookupFlagsFn>(LookupFlags), std::forward<LookupFn>(Lookup)); in createSymbolResolver()
DRemoteObjectLayer.h80 class Lookup
81 : public rpc::Function<Lookup,
297 using Lookup = RemoteObjectLayerAPI::Lookup; variable
320 Remote.template addHandler<Lookup>(*this, &ThisT::lookup); in RemoteObjectClientLayer()
410 using Lookup = RemoteObjectLayerAPI::Lookup; variable
452 this->Remote.template callB<Lookup>(Id, Name)); in lookup()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp56 Lookup[H].push_back(Entry{TI, Record}); in visitTypeBegin()
62 DenseMap<uint32_t, std::list<Entry>> Lookup; member
93 for (const auto &H : Hasher.Lookup) { in dump()
122 auto CollisionsIter = Hasher.Lookup.find(*HeadRecord.Hash); in dump()
123 if (CollisionsIter == Hasher.Lookup.end()) in dump()
145 uint32_t DistinctHashValues = Hasher.Lookup.size(); in dump()
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc49 static const char *Lookup( in Lookup() function
115 EXPECT_EQ(Lookup(&dummy_lh, key.get()), value); in TEST()
126 EXPECT_EQ(Lookup(&dummy_lh, key.get()), value); in TEST()
134 EXPECT_EQ(Lookup(&dummy_lh, key.get()), previous); in TEST()
142 EXPECT_EQ(Lookup(&dummy_lh, key.get()), value); in TEST()
/external/v8/src/torque/
Dscope.h57 Declarable* Lookup(const std::string& name) { in Lookup() function
101 Declarable* Lookup(const std::string& name) { in Lookup() function
105 Declarable* result = (*c)->Lookup(name); in Lookup()
114 return e->Lookup(name); in ShallowLookup()
119 return e->Lookup(name); in LookupGlobalScope()
Ddeclarations.cc60 Declarable* raw = Lookup(name); in LookupType()
115 Declarable* d = Lookup(name); in LookupValue()
125 Declarable* d = Lookup(name); in LookupLabel()
162 Declarable* declarable = Lookup(name); in LookupBuiltin()
174 Declarable* declarable_list = Lookup(name); in LookupGeneric()
186 Declarable* declarable = Lookup(name); in LookupModuleConstant()
204 Declarable* maybe_parent_type = Lookup(*parent); in DeclareAbstractType()
245 auto previous = chain_.Lookup(name); in GetMacroListForName()
348 auto previous = chain_.Lookup(name); in DeclareGeneric()
/external/pdfium/core/fxcrt/xml/
Dcxml_element.cpp64 pwsSpace = pElement->Lookup("", "xmlns"); in GetNamespaceURI()
66 pwsSpace = pElement->Lookup("xmlns", qName); in GetNamespaceURI()
94 const WideString* pValue = Lookup(ByteString(bsSpace), ByteString(bsName)); in GetAttrValue()
105 const WideString* pwsValue = Lookup(ByteString(bsSpace), ByteString(bsName)); in GetAttrInteger()
158 const WideString* CXML_Element::Lookup(const ByteString& space, in Lookup() function in CXML_Element
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp28 static const char *Lookup = "0123456789ABCDEF"; in format() local
36 Stream << Lookup[HighNibble] << Lookup[LowNibble]; in format()
/external/libchrome/ipc/
Dmessage_router.cc28 if (routes_.Lookup(routing_id)) { in AddRoute()
41 return routes_.Lookup(routing_id); in GetRoute()
52 IPC::Listener* listener = routes_.Lookup(msg.routing_id()); in RouteMessage()
/external/libtextclassifier/lang_id/common/
Dregistry.h173 T *Lookup(const char *key) const { in Lookup() function
181 T *Lookup(const string &key) const { return Lookup(key.c_str()); } in Lookup() function
251 auto *factory = registry()->Lookup(name); in Create()
/external/v8/src/
Dcompilation-cache.cc128 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
182 InfoCellPair CompilationCacheEval::Lookup(Handle<String> source, in Lookup() function in v8::internal::CompilationCacheEval
219 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( in Lookup() function in v8::internal::CompilationCacheRegExp
269 return script_.Lookup(source, name, line_offset, column_offset, in LookupScript()
284 result = eval_global_.Lookup(source, outer_info, context, language_mode, in LookupEval()
291 result = eval_contextual_.Lookup(source, outer_info, native_context, in LookupEval()
307 return reg_exp_.Lookup(source, flags); in LookupRegExp()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInvokeDynamicSupport.java34 MethodHandles.Lookup lookup = MethodHandles.lookup();
50 public static CallSite bootstrapInit(MethodHandles.Lookup caller, String name, MethodType type) { in bootstrapInit()
59 public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, in bootstrap()
69 public static CallSite bootstrapStatic(MethodHandles.Lookup caller, String name, MethodType type, in bootstrapStatic()
79 public static CallSite bootstrapIntrinsic(MethodHandles.Lookup caller, String name, in bootstrapIntrinsic()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h139 bool IsLeaf(ShapeIndexView index) const { return Lookup(index)->is_leaf; } in IsLeaf()
226 Node* element = Lookup(index); in find()
231 Node* element = Lookup(index); in find()
318 Node* Lookup(ShapeIndexView index);
319 const Node* Lookup(ShapeIndexView index) const;
556 return Lookup(index)->data.second; in element()
561 return &Lookup(index)->data.second; in mutable_element()
565 internal::ShapeTreeNode<T>* ShapeTree<T>::Lookup(ShapeIndexView index) { in Lookup() function
579 const internal::ShapeTreeNode<T>* ShapeTree<T>::Lookup( in Lookup() function
581 return const_cast<ShapeTree*>(this)->Lookup(index); in Lookup()
/external/tensorflow/tensorflow/core/framework/
Dresource_op_kernel_test.cc144 mgr_.Lookup<StubResource>(mgr_.default_container(), key, &resource)); in TEST_F()
152 mgr_.Lookup<StubResource>(mgr_.default_container(), key, &resource); in TEST_F()
165 TF_ASSERT_OK(mgr_.Lookup<StubResource>(mgr_.default_container(), shared_name, in TEST_F()
173 TF_ASSERT_OK(mgr_.Lookup<StubResource>(mgr_.default_container(), shared_name, in TEST_F()

12345678910>>...13