| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | PointerSumType.h | 130 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/ |
| D | PointerSumType.h | 129 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/ |
| D | page-memory.h | 240 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/ |
| D | Legacy.h | 53 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/ |
| D | InjectedClassRuntime.java | 88 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/ |
| D | Context.cs | 11 …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/ |
| D | py_exception_registry.h | 60 static inline PyObject* Lookup(error::Code code) { in Lookup() function
|
| D | py_exception_registry.cc | 66 PyObject* PyExceptionRegistry::Lookup(TF_Code code) { in Lookup() function in tensorflow::PyExceptionRegistry
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | Lookup.java | 16 public /*abstract*/ class Lookup class 50 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
|
| /external/libtextclassifier/native/lang_id/common/ |
| D | registry.h | 173 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/ |
| D | grad_op_registry.cc | 32 Status GradOpRegistry::Lookup(const string& op, GradFunc* func) const { in Lookup() function in tensorflow::ops::GradOpRegistry
|
| /external/v8/src/utils/ |
| D | address-map.cc | 41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup() function in v8::internal::RootIndexMap
|
| D | address-map.h | 61 bool Lookup(HeapObject obj, RootIndex* out_root_list) const { in Lookup() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | custom_call_target_registry.cc | 32 void* CustomCallTargetRegistry::Lookup(const std::string& symbol, in Lookup() function in xla::CustomCallTargetRegistry
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
| D | Formatters.cpp | 28 static const char *Lookup = "0123456789ABCDEF"; in format() local
|
| /external/v8/src/objects/ |
| D | lookup-cache-inl.h | 24 int DescriptorLookupCache::Lookup(Map source, Name name) { in Lookup() function
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | pywrap_tensor_conversion.cc | 40 TFE_TensorHandle* TFE_TensorHandleCache::Lookup( in Lookup() function in tensorflow::TFE_TensorHandleCache
|
| /external/harfbuzz_ng/src/ |
| D | hb-aat-layout-common.hh | 340 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/ |
| D | refs-map.cc | 21 RefsMap::Entry* RefsMap::Lookup(const Address& key) const { in Lookup() function in v8::internal::compiler::RefsMap
|
| /external/google-benchmark/test/ |
| D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
| /external/libtextclassifier/native/utils/container/ |
| D | sorted-strings-table_test.cc | 28 TEST(SortedStringsTest, Lookup) { in TEST() argument
|
| /external/libcxx/utils/google-benchmark/test/ |
| D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
| /external/v8/src/codegen/ |
| D | compilation-cache.cc | 147 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/ |
| D | declarations.h | 51 static std::vector<Declarable*> Lookup(const QualifiedName& name) { in Lookup() function
|
| /external/v8/src/date/ |
| D | dateparser.cc | 152 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable
|