Home
last modified time | relevance | path

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

12345678

/external/harfbuzz_ng/src/graph/
Dgsubgpos-graph.hh68 struct Lookup : public OT::Lookup struct
70 unsigned number_of_subtables () const in number_of_subtables()
75 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
83 bool is_extension (hb_tag_t table_tag) const in is_extension()
88 bool make_extension (gsubgpos_graph_context_t& c, in make_extension()
117 bool split_subtables_if_needed (gsubgpos_graph_context_t& c, in split_subtables_if_needed()
177 hb_vector_t<unsigned> split_subtable (gsubgpos_graph_context_t& c, in split_subtable()
188 bool add_sub_tables (gsubgpos_graph_context_t& c, in add_sub_tables()
251 void fix_existing_subtable_links (gsubgpos_graph_context_t& c, in fix_existing_subtable_links()
273 unsigned create_extension_subtable (gsubgpos_graph_context_t& c, in create_extension_subtable()
[all …]
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h66 struct Lookup { struct
69 Lookup(); argument
71 Lookup& operator=(const Lookup& that) = delete; argument
73 Lookup& operator=(Lookup&& that) noexcept; argument
91 Lookup ParseLookup(pdfium::span<const uint8_t> raw); argument
/external/rust/cxx/gen/build/src/
Dcargo.rs97 struct Lookup(str); struct
99 impl Lookup { implementation
106 fn borrow(&self) -> &Lookup { in borrow()
111 impl Ord for Lookup { implementation
120 impl PartialOrd for Lookup { implementation
126 impl Eq for Lookup {} implementation
128 impl PartialEq for Lookup { implementation
/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-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
DSPIRVBaseInfo.cpp59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic() local
94 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion() local
106 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion() local
150 const SPIRV::SymbolicOperand *Lookup = in getLinkStringForBuiltIn() local
165 const SPIRV::SymbolicOperand *Lookup = in getSpirvBuiltInIdByName() local
201 const SPIRV::ExtendedBuiltin *Lookup = in getExtInstName() local
/external/swiftshader/third_party/llvm-16.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/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
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_decoder_tables.cc67 const HpackStringPair* HpackDecoderStaticTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderStaticTable
112 const HpackStringPair* HpackDecoderDynamicTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderDynamicTable
145 const HpackStringPair* HpackDecoderTables::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderTables
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_decoder_tables.cc67 const HpackStringPair* HpackDecoderStaticTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderStaticTable
112 const HpackStringPair* HpackDecoderDynamicTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderDynamicTable
145 const HpackStringPair* HpackDecoderTables::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderTables
/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/perfetto/src/trace_processor/importers/etm/
Dvirtual_address_space.h151 struct Lookup { struct
152 bool operator()(const MappingVersion& lhs, const LookupKey& rhs) const { in operator() argument
/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/main/java/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/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DEPCGenericDylibManager.cpp86 const SymbolLookupSet &Lookup) { in lookup()
97 const RemoteSymbolLookupSet &Lookup) { in lookup()
/external/webrtc/api/
Dfield_trials_registry.cc22 std::string FieldTrialsRegistry::Lookup(absl::string_view key) const { in Lookup() function in webrtc::FieldTrialsRegistry
/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/cldr/docs/site/development/development-process/design-proposals/
Dresolution-of-cldr-files.md23 ## Lookup section in Resolution of CLDR files
/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/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/grpc-grpc/test/core/avl/
Davl_test.cc25 TEST(AvlTest, Lookup) { in TEST() argument

12345678