/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RelocationResolver.cpp | 26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 61 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 82 static bool supportsBPF(uint64_t Type) { in supportsBPF() 103 static bool supportsMips64(uint64_t Type) { in supportsMips64() 130 static bool supportsPPC64(uint64_t Type) { in supportsPPC64() 151 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ() 172 static bool supportsSparc64(uint64_t Type) { in supportsSparc64() 196 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu() 216 static bool supportsX86(uint64_t Type) { in supportsX86() 240 static bool supportsPPC32(uint64_t Type) { in supportsPPC32() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-face.hh | 86 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument 87 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument 97 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument 102 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument 103 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument 110 #define HB_OT_TABLE(Namespace, Type) \ argument 112 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
D | hb-ot-face.cc | 48 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument 49 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) in init0() argument 56 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument 57 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) in fini() argument
|
D | hb-null.hh | 91 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 94 #define Null(Type) NullHelper<Type>::get_null () argument 97 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 108 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 112 #define DECLARE_NULL_INSTANCE(Type) \ argument 121 #define DEFINE_NULL_INSTANCE(Type) \ argument 144 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 147 #define Crap(Type) CrapHelper<Type>::get_crap () argument 157 #define CrapOrNull(Type) CrapOrNullHelper<Type>::get () argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-face.hh | 42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument 43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument 53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument 58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument 64 #define HB_OT_TABLE(Namespace, Type) \ argument 66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
D | hb-null.hh | 103 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 106 #define Null(Type) NullHelper<Type>::get_null () argument 109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 124 #define DECLARE_NULL_INSTANCE(Type) \ argument 133 #define DEFINE_NULL_INSTANCE(Type) \ argument 156 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 159 #define Crap(Type) CrapHelper<Type>::get_crap () argument 169 #define CrapOrNull(Type) CrapOrNullHelper<Type>::get () argument
|
/third_party/harfbuzz/src/ |
D | hb-ot-face.hh | 42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument 43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument 53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument 58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument 64 #define HB_OT_TABLE(Namespace, Type) \ argument 66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
D | hb-null.hh | 103 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 106 #define Null(Type) NullHelper<Type>::get_null () argument 109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 124 #define DECLARE_NULL_INSTANCE(Type) \ argument 133 #define DEFINE_NULL_INSTANCE(Type) \ argument 156 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 159 #define Crap(Type) CrapHelper<Type>::get_crap () argument 169 #define CrapOrNull(Type) CrapOrNullHelper<Type>::get () argument
|
D | hb-ot-face.cc | 49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument 55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 53 …PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triang… typedef 54 …mitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triang… typedef 55 …imitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triang… typedef 56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type… typedef 57 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line … typedef 58 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line … typedef 59 …ruct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point … typedef 60 …eTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef 61 …eTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef 62 …raits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triang… typedef [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 34 unsigned Type; // The type of the relocation. member 119 uint8_t getRType(uint32_t Type) const { in getRType() 122 uint8_t getRType2(uint32_t Type) const { in getRType2() 125 uint8_t getRType3(uint32_t Type) const { in getRType3() 128 uint8_t getRSsym(uint32_t Type) const { in getRSsym() 133 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() 136 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() 139 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3() 142 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Wasm.cpp | 11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString() 27 std::string llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() 39 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.h | 68 Type(const char* name) in Type() function 78 Type(const char* name, std::vector<Field> fields) in Type() function 89 Type(String name, Kind kind) in Type() function 99 Type(const char* name, std::vector<const Type*> types) in Type() function 110 Type(int offset, String name, std::vector<Field> fields) in Type() function 135 Type(const char* name, in Type() function 152 Type(String name, Kind kind, const Type& componentType) in Type() function 166 Type(const char* name, const Type& componentType, int columns) in Type() function 170 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function 184 Type(const char* name, const Type& componentType, int columns, int rows) in Type() function [all …]
|
/third_party/boost/boost/serialization/ |
D | map.hpp | 74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument 86 std::map<Key, Type, Compare, Allocator> &t, in load() argument 97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument 107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument 119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument 130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 48 struct Type { struct 50 const Type* fBase; argument 54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | bitcast_validation_test.cc | 25 struct Type { struct 27 static constexpr Type Create() { in Create() 32 builder::ast_type_func_ptr ast; 33 builder::sem_type_func_ptr sem; 34 builder::ast_expr_func_ptr expr;
|
/third_party/flutter/skia/third_party/externals/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::ArwTypeChecker 207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::Cr2TypeChecker 237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::CrwTypeChecker 263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::DcrTypeChecker 305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::DngTypeChecker 357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::KdcTypeChecker 393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::MosTypeChecker 419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::MrwTypeChecker 470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::NefTypeChecker 508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anoncc6448c00111::NrwTypeChecker [all …]
|
/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::ArwTypeChecker 207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::Cr2TypeChecker 237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::CrwTypeChecker 263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::DcrTypeChecker 305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::DngTypeChecker 357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::KdcTypeChecker 393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::MosTypeChecker 419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::MrwTypeChecker 470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::NefTypeChecker 508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anonae07a58b0111::NrwTypeChecker [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Architecture.cpp | 21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() argument 33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() argument 57 #define ARCHINFO(Arch, Type, Subtype) \ in getCPUTypeFromArchitecture() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTLS.h | 76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument 80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument 104 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument 106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
|
/third_party/cef/include/ |
D | cef_dom.h | 72 typedef cef_dom_document_type_t Type; typedef 168 typedef cef_dom_node_type_t Type; typedef
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | empty.h | 41 MS_DECLARE_PARENT(TypeAnything, Type) in MS_DECLARE_PARENT() argument 53 MS_DECLARE_PARENT(TypeNone, Type) in MS_DECLARE_PARENT() argument 66 MS_DECLARE_PARENT(TypeNull, Type) in MS_DECLARE_PARENT() argument 78 MS_DECLARE_PARENT(TypeEllipsis, Type) in MS_DECLARE_PARENT() argument
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkReflected.h | 48 struct Type { struct 50 const Type* fBase; argument 54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | parser509630.js | 2 class Type { class 5 class Any extends Type { field in Type 26 function Type() { class in Type
|
/third_party/node/src/ |
D | node_postmortem_metadata.cc | 12 #define NODEDBG_OFFSET(Class, Member, Type) \ argument 43 #define V(Class, Member, Type, Accessor) \ argument 62 #define V(Class, Member, Type, Accessor) \ in GenDebugSymbols() argument
|