Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 1950) sorted by relevance

12345678910>>...78

/external/armnn/src/armnn/
DResolveType.hpp21 using Type = Half; typedef
27 using Type = float; typedef
33 using Type = uint8_t; typedef
39 using Type = int8_t; typedef
45 using Type = int8_t; typedef
51 using Type = int16_t; typedef
57 using Type = int32_t; typedef
63 using Type = int64_t; typedef
69 using Type = uint8_t; typedef
75 using Type = BFloat16; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp26 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 …]
/external/harfbuzz_ng/src/
Dhb-ot-face.hh42 #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_CORE_TABLE(Namespace, Type) \ argument
68 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
Dhb-null.hh121 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef
124 #define Null(Type) NullHelper<Type>::get_null () argument
127 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
138 #define DECLARE_NULL_NAMESPACE_BYTES_TEMPLATE1(Namespace, Type, Size) \ argument
149 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
153 #define DECLARE_NULL_INSTANCE(Type) \ argument
162 #define DEFINE_NULL_INSTANCE(Type) \ argument
185 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef
188 #define Crap(Type) CrapHelper<Type>::get_crap () argument
198 #define CrapOrNull(Type) CrapOrNullHelper<Type>::get () argument
/external/rust/crates/clap_derive/src/utils/
Dty.rs58 pub fn inner_type(field_ty: &syn::Type) -> &syn::Type { in inner_type()
73 pub fn sub_type(ty: &syn::Type) -> Option<&syn::Type> { in sub_type()
95 fn subty_if<F>(ty: &syn::Type, f: F) -> Option<&syn::Type> in subty_if()
116 pub fn subty_if_name<'a>(ty: &'a syn::Type, name: &str) -> Option<&'a syn::Type> { in subty_if_name()
120 pub fn is_simple_ty(ty: &syn::Type, name: &str) -> bool { in is_simple_ty()
132 fn is_generic_ty(ty: &syn::Type, name: &str) -> bool { in is_generic_ty()
152 fn get_vec_ty(ty: &Type, vec_ty: Ty, vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty()
163 fn get_vec_ty(ty: &Type, vec_ty: Ty, _vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
DType.java36 public abstract class Type<T extends Type> extends Node { class
40 public Type() { in Type() method in Type
43 public Type(List<AnnotationExpr> annotation){ in Type() method in Type
47 public Type(Range range) { in Type() method in Type
51 public Type(Range range, List<AnnotationExpr> annotations) { in Type() method in Type
/external/golang-protobuf/internal/impl/
Dcodec_field.go193 func makeMessageFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs {
241 func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshal…
275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm…
305 func consumeMessageValue(b []byte, v protoreflect.Value, _ protowire.Number, wtyp protowire.Type, o…
334 func consumeGroupValue(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, o…
348 func makeGroupFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs {
398 func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp…
419 func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp protowire.Type, opts unmars…
439 func makeMessageSliceFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) pointerCoderFuncs…
493 func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unma…
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
DType.java32 public abstract class Type extends Node { class
36 public Type() { in Type() method in Type
39 public Type(List<AnnotationExpr> annotation){ in Type() method in Type
43 public Type(int beginLine, int beginColumn, int endLine, int endColumn) { in Type() method in Type
47 …public Type(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annot… in Type() method in Type
/external/deqp/framework/referencerenderer/
DrrPrimitiveTypes.hpp53 …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 …]
/external/rust/crates/zerocopy-derive/src/
Dext.rs8 fn nested_types(&self) -> Vec<&Type>; in nested_types()
12 fn nested_types(&self) -> Vec<&Type> { in nested_types()
22 fn nested_types(&self) -> Vec<&Type> { in nested_types()
28 fn nested_types(&self) -> Vec<&Type> { in nested_types()
47 fn nested_types(&self) -> Vec<&Type> { in nested_types()
52 fn fields_to_types(fields: &Fields) -> Vec<&Type> { in fields_to_types()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h34 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()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h34 unsigned Type; // The type of the relocation. member
111 uint8_t getRType(uint32_t Type) const { in getRType()
114 uint8_t getRType2(uint32_t Type) const { in getRType2()
117 uint8_t getRType3(uint32_t Type) const { in getRType3()
120 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
125 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
128 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
131 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
134 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go81 func (Syntax) Type() protoreflect.EnumType { func
198 func (Field_Kind) Type() protoreflect.EnumType { func
255 func (Field_Cardinality) Type() protoreflect.EnumType { func
269 type Type struct { struct
270 state protoimpl.MessageState
271 sizeCache protoimpl.SizeCache
272 unknownFields protoimpl.UnknownFields
275 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
277 Fields []*Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
279 Oneofs []string `protobuf:"bytes,3,rep,name=oneofs,proto3" json:"oneofs,omitempty"`
[all …]
/external/deqp/external/vulkancts/vkscserver/
DvksProtocol.hpp35 static constexpr u32 Type () { return 0; } in Type() function
46 static constexpr u32 Type() { return 1; } in Type() function
57 static constexpr u32 Type() { return 2; } in Type() function
67 static constexpr u32 Type() { return 3; } in Type() function
79 static constexpr u32 Type() { return 4; } in Type() function
91 static constexpr u32 Type() { return 5; } in Type() function
102 static constexpr u32 Type() { return 6; } in Type() function
112 static constexpr u32 Type() { return 7; } in Type() function
126 static constexpr u32 Type() { return 8; } in Type() function
137 static constexpr u32 Type() { return 9; } in Type() function
/external/rust/crates/protobuf/src/reflect/dynamic/
Dmod.rs274 fn field(&mut self, t: Type, number: u32, value: &ReflectValueRef) -> crate::Result<()>; in field()
277 t: Type, in repeated_packed()
285 kt: Type, in map_field_entry()
287 vt: Type, in map_field_entry()
401 t: Type, in write_to_with_cached_sizes_dyn()
410 t: Type, in write_to_with_cached_sizes_dyn()
421 kt: Type, in write_to_with_cached_sizes_dyn()
423 vt: Type, in write_to_with_cached_sizes_dyn()
451 t: Type, in compute_size_dyn()
461 t: Type, in compute_size_dyn()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic.h31 typedef u8 Type; typedef
36 typedef u16 Type; typedef
41 typedef u32 Type; typedef
46 typedef u64 Type; typedef
52 typedef uptr Type; typedef
/external/clang/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/clang/test/Parser/
Dms-if-exists.cpp5 typedef int Type; typedef in MayExist
36 __if_exists(MayExist::Type) { in __if_exists()
44 __if_not_exists(MayExist::Type) { in __if_not_exists()
82 __if_exists(MayExist::Type) { in __if_exists()
94 __if_not_exists(MayExist::Type) { in __if_not_exists()
/external/clang/lib/Driver/
DAction.cpp67 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
70 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
111 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
117 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
123 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
130 types::ID Type) in VerifyJobAction()
139 types::ID Type) in VerifyDebugInfoJobAction()
144 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc117 typedef bool Type; typedef
128 typedef int32_t Type; typedef
139 typedef int32_t Type; typedef
150 typedef uint32_t Type; typedef
160 typedef int64_t Type; typedef
171 typedef int64_t Type; typedef
181 typedef uint64_t Type; typedef
192 typedef uint32_t Type; typedef
203 typedef uint64_t Type; typedef
219 typedef int32_t Type; typedef
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc113 typedef bool Type; typedef
124 typedef int32_t Type; typedef
135 typedef int32_t Type; typedef
146 typedef uint32_t Type; typedef
156 typedef int64_t Type; typedef
167 typedef int64_t Type; typedef
177 typedef uint64_t Type; typedef
188 typedef uint32_t Type; typedef
199 typedef uint64_t Type; typedef
215 typedef int32_t Type; typedef
[all …]
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp61 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument
105 #define TRY_DUMP_TYPE(Type) \ argument
109 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument
128 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren()
134 PDBSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DWasm.cpp11 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()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_types.cc50 .Case<mlir::TF::Qint8Type>([&type](Type) { in ToLegalElementType() argument
53 .Case<mlir::TF::Qint16Type>([&type](Type) { in ToLegalElementType() argument
56 .Case<mlir::TF::Qint32Type>([&type](Type) { in ToLegalElementType() argument
59 .Case<mlir::TF::Quint8Type>([&type](Type) { in ToLegalElementType() argument
64 .Case<mlir::TF::Quint16Type>([&type](Type) { in ToLegalElementType() argument
69 .Default([&type](Type) { return type; }); in ToLegalElementType() argument
/external/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::ArwTypeChecker
211 virtual RawImageTypes Type() const { return kCr3Image; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::Cr3TypeChecker
227 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::Cr2TypeChecker
257 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::CrwTypeChecker
283 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::DcrTypeChecker
325 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::DngTypeChecker
377 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::KdcTypeChecker
413 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::MosTypeChecker
439 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::MrwTypeChecker
490 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon7add3e6a0111::NefTypeChecker
[all …]

12345678910>>...78