| /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/tensorflow/tensorflow/core/kernels/lookup_tables/ |
| D | flat_hash_map_op_kernels.cc | 92 Status Lookup(const absl::string_view& key, ValueType* value) const override { in Lookup() function in tensorflow::tables::StaticStringFlatHashMap 97 Status Lookup(const string& key, ValueType* value) const override { in Lookup() function in tensorflow::tables::StaticStringFlatHashMap 103 Status Lookup(absl::Span<const absl::string_view> keys, in Lookup() function in tensorflow::tables::StaticStringFlatHashMap 123 Status Lookup(absl::Span<const string> keys, absl::Span<ValueType> values, in Lookup() function in tensorflow::tables::StaticStringFlatHashMap
|
| D | fingerprint64_map_op_kernels.cc | 41 Status Lookup(const KeyType& key_to_find, ValueType* value) const override { in Lookup() function in tensorflow::tables::Fingerprint64Map 46 Status Lookup(absl::Span<const KeyType> keys, absl::Span<ValueType> values, in Lookup() function in tensorflow::tables::Fingerprint64Map
|
| /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/v8/tools/clang/blink_gc_plugin/ |
| D | RecordInfo.h | 174 RecordInfo* Lookup(const clang::CXXRecordDecl* record) { in Lookup() function 178 RecordInfo* Lookup(clang::DeclContext* decl) { in Lookup() function 182 RecordInfo* Lookup(const clang::Type* type) { in Lookup() function 186 RecordInfo* Lookup(const clang::QualType& type) { in Lookup() function
|
| /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/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/tensorflow/tensorflow/python/lib/core/ |
| D | py_exception_registry.cc | 41 PyObject* PyExceptionRegistry::Lookup(TF_Code code) { in Lookup() function in tensorflow::PyExceptionRegistry
|
| /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/cpu/ |
| D | custom_call_target_registry.cc | 32 void* CustomCallTargetRegistry::Lookup(const std::string& symbol) const { in Lookup() function in xla::cpu::CustomCallTargetRegistry
|
| /external/libtextclassifier/lang_id/common/ |
| D | registry.h | 173 T *Lookup(const char *key) const { in Lookup() function 181 T *Lookup(const string &key) const { return Lookup(key.c_str()); } in Lookup() function
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | attr_builder_test.cc | 36 TEST(AttrTypeMap, Lookup) { in TEST() argument
|
| /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/torque/ |
| D | scope.h | 57 Declarable* Lookup(const std::string& name) { in Lookup() function 101 Declarable* Lookup(const std::string& name) { in Lookup() function
|
| /external/v8/src/ |
| D | lookup-cache-inl.h | 26 int DescriptorLookupCache::Lookup(Map* source, Name* name) { in Lookup() function
|
| D | address-map.h | 61 int Lookup(HeapObject* obj) { in Lookup() function
|
| D | dateparser.cc | 153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() function in v8::internal::DateParser::KeywordTable
|
| /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 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > () in Null()
|
| D | hb-ot-layout-common.hh | 647 struct Lookup struct 649 unsigned int get_subtable_count () const { return subTable.len; } in get_subtable_count() 652 const TSubTable& get_subtable (unsigned int i) const in get_subtable() 656 const OffsetArrayOf<TSubTable>& get_subtables () const in get_subtables() 659 OffsetArrayOf<TSubTable>& get_subtables () in get_subtables() 662 unsigned int get_size () const in get_size() 670 unsigned int get_type () const { return lookupType; } in get_type() 675 uint32_t get_props () const in get_props() 687 typename context_t::return_t dispatch (context_t *c) const in dispatch() 700 bool serialize (hb_serialize_context_t *c, in serialize() [all …]
|
| /external/libtextclassifier/utils/sentencepiece/ |
| D | double_array_trie_test.cc | 33 TEST(DoubleArrayTest, Lookup) { in TEST() argument
|
| D | sorted_strings_table_test.cc | 28 TEST(SortedStringsTest, Lookup) { in TEST() argument
|
| /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
| D | prop.go | 85 func Lookup(s []byte) (p Properties, sz int) { func
|
| /external/google-benchmark/test/ |
| D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() 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
|