/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 216 template <TagT N> struct Lookup { struct 218 using MemberT = decltype( 222 using PointerT = typename MemberT::PointerT; 225 using TraitsT = typename MemberT::TraitsT;
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_lookup.h | 50 virtual Status Lookup(const string& proto_key, in Lookup() function 64 virtual Status Lookup(int64_t uid, int proto_index, in Lookup() function
|
D | tpu_compilation_cache_local_lookup.cc | 30 Status TpuCompilationCacheLocalLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheLocalLookup 48 Status TpuCompilationCacheLocalLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheLocalLookup
|
D | tpu_compilation_cache_rpc_lookup.cc | 63 Status TpuCompilationCacheRpcLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheRpcLookup 98 Status TpuCompilationCacheRpcLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheRpcLookup
|
D | tpu_fingerprint_lookup.cc | 82 absl::optional<::tensorflow::StringPiece> TpuFingerprintLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuFingerprintLookup
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Legacy.h | 53 LookupFnRef &&Lookup) in LambdaSymbolResolver() 69 LookupFn Lookup; variable 81 LookupFn &&Lookup) { in createSymbolResolver()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | InjectedClassRuntime.java | 89 private static class Lookup { class in InjectedClassRuntime 93 private Lookup(final Object instance) { in Lookup() method in InjectedClassRuntime.Lookup
|
/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/webrtc/api/transport/ |
D | field_trial_based_config.cc | 15 std::string FieldTrialBasedConfig::Lookup(absl::string_view key) const { in Lookup() function in webrtc::FieldTrialBasedConfig
|
/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/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/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/harfbuzz_ng/src/ |
D | hb-aat-layout-common.hh | 343 struct Lookup struct 345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() 357 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() 368 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() 376 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 390 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 425 struct Null<AAT::Lookup<T>> {
|
/external/webrtc/test/ |
D | explicit_key_value_config.cc | 49 std::string ExplicitKeyValueConfig::Lookup(absl::string_view key) const { in Lookup() function in webrtc::test::ExplicitKeyValueConfig
|
/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/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/fonttools/Lib/fontTools/otlLib/optimize/ |
D | gpos.py | 44 def compact_lookup(font: TTFont, mode: str, lookup: otTables.Lookup) -> None: 50 def compact_ext_lookup(font: TTFont, mode: str, lookup: otTables.Lookup) -> None:
|
/external/libtextclassifier/native/annotator/vocab/ |
D | vocab-level-table.cc | 60 Optional<LookupResult> VocabLevelTable::Lookup(const std::string& vocab) const { in Lookup() function in libtextclassifier3::VocabLevelTable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | Formatters.cpp | 27 static const char *Lookup = "0123456789ABCDEF"; in format() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor_conversion.cc | 40 TFE_TensorHandle* TFE_TensorHandleCache::Lookup( in Lookup() function in tensorflow::TFE_TensorHandleCache
|
/external/libtextclassifier/native/utils/container/ |
D | double-array-trie_test.cc | 34 TEST(DoubleArrayTest, 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/google-benchmark/test/ |
D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|