Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 102) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerSumType.h130 template <TagT N> struct Lookup { struct
132 using MemberT = decltype(
136 using PointerT = typename MemberT::PointerT;
139 using TraitsT = typename MemberT::TraitsT;
/external/llvm/include/llvm/ADT/
DPointerSumType.h129 template <TagT N> struct Lookup { struct
132 static_cast<PointerSumTypeHelper *>(nullptr))) MemberT;
135 typedef typename MemberT::PointerT PointerT;
138 typedef typename MemberT::TraitsT TraitsT;
/external/v8/src/heap/cppgc/
Dpage-memory.h240 Address NormalPageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
247 Address LargePageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
252 Address PageMemoryRegion::Lookup(ConstAddress address) const { in Lookup() function
260 PageMemoryRegion* PageMemoryRegionTree::Lookup(ConstAddress address) const { in Lookup() function
270 Address PageBackend::Lookup(ConstAddress address) const { in Lookup() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h53 LambdaSymbolResolver(LookupFlagsFnRef &&LookupFlags, LookupFnRef &&Lookup) in LambdaSymbolResolver()
68 LookupFn Lookup; variable
79 createSymbolResolver(LookupFlagsFn &&LookupFlags, LookupFn &&Lookup) { in createSymbolResolver()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DInjectedClassRuntime.java88 private static class Lookup { class in InjectedClassRuntime
92 private Lookup(final Object instance) { in Lookup() method in InjectedClassRuntime.Lookup
/external/brotli/csharp/org/brotli/dec/
DContext.cs11 …internal static readonly int[] Lookup = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0… field in Org.Brotli.Dec.Context
/external/tensorflow/tensorflow/python/lib/core/
Dpy_exception_registry.h60 static inline PyObject* Lookup(error::Code code) { in Lookup() function
Dpy_exception_registry.cc66 PyObject* PyExceptionRegistry::Lookup(TF_Code code) { in Lookup() function in tensorflow::PyExceptionRegistry
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookup.java16 public /*abstract*/ class Lookup class
50 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
/external/libtextclassifier/native/lang_id/common/
Dregistry.h173 T *Lookup(const char *key) const { in Lookup() function
181 T *Lookup(const std::string &key) const { return Lookup(key.c_str()); } in Lookup() function
/external/tensorflow/tensorflow/cc/framework/
Dgrad_op_registry.cc32 Status GradOpRegistry::Lookup(const string& op, GradFunc* func) const { in Lookup() function in tensorflow::ops::GradOpRegistry
/external/v8/src/utils/
Daddress-map.cc41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup() function in v8::internal::RootIndexMap
Daddress-map.h61 bool Lookup(HeapObject obj, RootIndex* out_root_list) const { in Lookup() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dcustom_call_target_registry.cc32 void* CustomCallTargetRegistry::Lookup(const std::string& symbol, in Lookup() function in xla::CustomCallTargetRegistry
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp28 static const char *Lookup = "0123456789ABCDEF"; in format() local
/external/v8/src/objects/
Dlookup-cache-inl.h24 int DescriptorLookupCache::Lookup(Map source, Name name) { in Lookup() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor_conversion.cc40 TFE_TensorHandle* TFE_TensorHandleCache::Lookup( in Lookup() function in tensorflow::TFE_TensorHandleCache
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh340 struct Lookup struct
342 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value()
354 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null()
365 typename T::type get_class (hb_codepoint_t glyph_id, in get_class()
373 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
387 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
422 struct Null<AAT::Lookup<T>> {
/external/v8/src/compiler/
Drefs-map.cc21 RefsMap::Entry* RefsMap::Lookup(const Address& key) const { in Lookup() function in v8::internal::compiler::RefsMap
/external/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/libtextclassifier/native/utils/container/
Dsorted-strings-table_test.cc28 TEST(SortedStringsTest, Lookup) { in TEST() argument
/external/libcxx/utils/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/v8/src/codegen/
Dcompilation-cache.cc147 MaybeHandle<SharedFunctionInfo> CompilationCacheScript::Lookup( in Lookup() function in v8::internal::CompilationCacheScript
202 InfoCellPair CompilationCacheEval::Lookup(Handle<String> source, in Lookup() function in v8::internal::CompilationCacheEval
239 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, in Lookup() function in v8::internal::CompilationCacheRegExp
273 MaybeHandle<Code> CompilationCacheCode::Lookup(Handle<SharedFunctionInfo> key) { in Lookup() function in v8::internal::CompilationCacheCode
/external/v8/src/torque/
Ddeclarations.h51 static std::vector<Declarable*> Lookup(const QualifiedName& name) { in Lookup() function
/external/v8/src/date/
Ddateparser.cc152 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable

12345