/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | gsubgpos-graph.hh | 68 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 …]
|
/aosp_15_r20/external/rust/cxx/gen/build/src/ |
D | cargo.rs | 97 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
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cfx_cttgsubtable.h | 67 struct Lookup { struct 70 Lookup(); argument 72 Lookup& operator=(const Lookup& that) = delete; argument 74 Lookup& operator=(Lookup&& that) noexcept; argument 91 Lookup ParseLookup(const uint8_t* raw); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 59 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
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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;
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-aat-layout-common.hh | 466 struct Lookup struct 468 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() 480 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() 492 void collect_glyphs (set_t &glyphs, unsigned int num_glyphs) const in collect_glyphs() 505 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() 513 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 528 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 545 union { 553 } u;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | EPCGenericDylibManager.h | 36 ExecutorAddr Lookup; member 54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() 63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | EPCGenericDylibManager.h | 36 ExecutorAddr Lookup; member 54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() 63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | EPCGenericDylibManager.h | 36 ExecutorAddr Lookup; member 54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() 63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/importer/ |
D | importer.go | 21 type Lookup func(path string) (io.ReadCloser, error) type 40 func ForCompiler(fset *token.FileSet, compiler string, lookup Lookup) types.Importer { 76 func For(compiler string, lookup Lookup) types.Importer {
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ |
H A D | hpack_decoder_tables.cc | 62 const HpackStringPair* HpackDecoderStaticTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderStaticTable 107 const HpackStringPair* HpackDecoderDynamicTable::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderDynamicTable 140 const HpackStringPair* HpackDecoderTables::Lookup(size_t index) const { in Lookup() function in http2::HpackDecoderTables
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Legacy.h | 53 LookupFnRef &&Lookup) in LambdaSymbolResolver() 69 LookupFn Lookup; variable 81 LookupFn &&Lookup) { in createSymbolResolver()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A 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
|
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | ThreadSafeDenseMap.h | 35 _ValueType Lookup(_KeyType k) { in Lookup() function 40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | ThreadSafeDenseMap.h | 35 _ValueType Lookup(_KeyType k) { in Lookup() function 40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | ThreadSafeDenseMap.h | 35 _ValueType Lookup(_KeyType k) { in Lookup() function 40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | ThreadSafeDenseMap.h | 35 _ValueType Lookup(_KeyType k) { in Lookup() function 40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 37 PFN_vkVoidFunction Lookup(const char* name, in Lookup() function 49 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) { in Lookup() function
|