Home
last modified time | relevance | path

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

12345678910>>...69

/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 = uint8_t; typedef
69 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/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/rust/crates/structopt-derive/src/
Dty.rs43 pub fn sub_type(ty: &syn::Type) -> Option<&syn::Type> { in sub_type()
62 fn subty_if<F>(ty: &syn::Type, f: F) -> Option<&syn::Type> in subty_if()
85 pub fn subty_if_name<'a>(ty: &'a syn::Type, name: &str) -> Option<&'a syn::Type> { in subty_if_name()
89 pub fn is_simple_ty(ty: &syn::Type, name: &str) -> bool { in is_simple_ty()
112 fn strip_group(mut ty: &syn::Type) -> &syn::Type { in strip_group()
120 fn is_generic_ty(ty: &syn::Type, name: &str) -> bool { in is_generic_ty()
/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_ACCELERATOR(Namespace, Type) \ argument
Dhb-null.hh103 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
/external/golang-protobuf/internal/impl/
Dcodec_field.go193 func makeMessageFieldCoder(fd pref.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 pref.Value, _ protowire.Number, wtyp protowire.Type, opts unma…
334 func consumeGroupValue(b []byte, v pref.Value, num protowire.Number, wtyp protowire.Type, opts unma…
348 func makeGroupFieldCoder(fd pref.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 pref.FieldDescriptor, ft reflect.Type) pointerCoderFuncs {
493 func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unma…
[all …]
Dlegacy_message.go38 func legacyLoadMessageType(t reflect.Type, name pref.FullName) protoreflect.MessageType {
50 func legacyLoadMessageInfo(t reflect.Type, name pref.FullName) *MessageInfo {
92 func LegacyLoadMessageDesc(t reflect.Type) pref.MessageDescriptor {
95 func legacyLoadMessageDesc(t reflect.Type, name pref.FullName) pref.MessageDescriptor {
167 func aberrantLoadMessageDesc(t reflect.Type, name pref.FullName) pref.MessageDescriptor {
175 func aberrantLoadMessageDescReentrant(t reflect.Type, name pref.FullName) pref.MessageDescriptor {
270 func aberrantDeriveMessageName(t reflect.Type, name pref.FullName) pref.FullName {
289 func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag, tagKey, tagVal string) {
509 func (m aberrantMessage) Type() pref.MessageType { func
Dlegacy_enum.go46 func legacyLoadEnumType(t reflect.Type) pref.EnumType {
92 func (e *legacyEnumWrapper) Type() pref.EnumType { func
118 func LegacyLoadEnumDesc(t reflect.Type) pref.EnumDescriptor {
161 func aberrantLoadEnumDesc(t reflect.Type) pref.EnumDescriptor {
195 func AberrantDeriveFullName(t reflect.Type) pref.FullName {
/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/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/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/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/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/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/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/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::ArwTypeChecker
211 virtual RawImageTypes Type() const { return kCr3Image; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::Cr3TypeChecker
227 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::Cr2TypeChecker
257 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::CrwTypeChecker
283 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::DcrTypeChecker
325 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::DngTypeChecker
377 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::KdcTypeChecker
413 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::MosTypeChecker
439 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::MrwTypeChecker
490 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon9c8e5d310111::NefTypeChecker
[all …]
/external/skia/modules/particles/include/
DSkReflected.h48 struct Type { struct
50 const Type* fBase; argument
54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_types.cc49 .Case<mlir::TF::Qint8Type>([&type](Type) { in ToLegalElementType() argument
52 .Case<mlir::TF::Qint16Type>([&type](Type) { in ToLegalElementType() argument
55 .Case<mlir::TF::Qint32Type>([&type](Type) { in ToLegalElementType() argument
58 .Case<mlir::TF::Quint8Type>([&type](Type) { in ToLegalElementType() argument
63 .Case<mlir::TF::Quint16Type>([&type](Type) { in ToLegalElementType() argument
68 .Default([&type](Type) { return type; }); in ToLegalElementType() argument
/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/protobuf/src/google/protobuf/stubs/
Dmathlimits.h80 typedef T Type; typedef
149 #define SIGNED_INT_MAX(Type) \ argument
152 #define SIGNED_INT_MIN(Type) \ argument
155 #define UNSIGNED_INT_MAX(Type) \ argument
159 #define SIGNED_MAX_10_EXP(Type) \ argument
165 #define UNSIGNED_MAX_10_EXP(Type) \ argument
/external/rust/crates/bindgen/src/ir/
Dty.rs27 pub struct Type { struct
33 kind: TypeKind, argument
44 impl Type { argument
290 ) -> &'tr Type { in canonical_type()
303 ) -> Option<&'tr Type> { in safe_canonical_type()
353 impl IsOpaque for Type { implementation
369 impl AsTemplateParam for Type { implementation
397 impl DotAttributes for Type { implementation
527 impl TemplateParameters for Type { implementation
672 impl Type { impl
[all …]

12345678910>>...69