Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h216 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/
Dtpu_compilation_cache_lookup.h50 virtual Status Lookup(const string& proto_key, in Lookup() function
64 virtual Status Lookup(int64_t uid, int proto_index, in Lookup() function
Dtpu_compilation_cache_local_lookup.cc30 Status TpuCompilationCacheLocalLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheLocalLookup
48 Status TpuCompilationCacheLocalLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheLocalLookup
Dtpu_compilation_cache_rpc_lookup.cc63 Status TpuCompilationCacheRpcLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheRpcLookup
98 Status TpuCompilationCacheRpcLookup::Lookup( in Lookup() function in tensorflow::tpu::TpuCompilationCacheRpcLookup
Dtpu_fingerprint_lookup.cc82 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/
DLegacy.h53 LookupFnRef &&Lookup) in LambdaSymbolResolver()
69 LookupFn Lookup; variable
81 LookupFn &&Lookup) { in createSymbolResolver()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DInjectedClassRuntime.java89 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/
DLookup.java16 public /*abstract*/ class Lookup class
50 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
/external/webrtc/api/transport/
Dfield_trial_based_config.cc15 std::string FieldTrialBasedConfig::Lookup(absl::string_view key) const { in Lookup() function in webrtc::FieldTrialBasedConfig
/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/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/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/harfbuzz_ng/src/
Dhb-aat-layout-common.hh343 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/
Dexplicit_key_value_config.cc49 std::string ExplicitKeyValueConfig::Lookup(absl::string_view key) const { in Lookup() function in webrtc::test::ExplicitKeyValueConfig
/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/tensorflow/tensorflow/compiler/xla/service/
Dcustom_call_target_registry.cc32 void* CustomCallTargetRegistry::Lookup(const std::string& symbol, in Lookup() function in xla::CustomCallTargetRegistry
/external/fonttools/Lib/fontTools/otlLib/optimize/
Dgpos.py44 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/
Dvocab-level-table.cc60 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/
DFormatters.cpp27 static const char *Lookup = "0123456789ABCDEF"; in format() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor_conversion.cc40 TFE_TensorHandle* TFE_TensorHandleCache::Lookup( in Lookup() function in tensorflow::TFE_TensorHandleCache
/external/libtextclassifier/native/utils/container/
Ddouble-array-trie_test.cc34 TEST(DoubleArrayTest, 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/google-benchmark/test/
Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument

12345