Home
last modified time | relevance | path

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

12345678910>>...62

/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/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.hh91 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
/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/OpenCL-CTS/test_conformance/clcpp/utils_common/
Dtype_name.hpp29 #define ADD_TYPE_NAME(Type, str) \ argument
36 #define ADD_TYPE_NAME2(Type) \ argument
39 #define ADD_TYPE_NAME3(Type, x) \ argument
42 #define ADD_TYPE_NAMES(Type) \ argument
Dtype_supported.hpp29 #define ADD_SUPPORTED_TYPE(Type) \ argument
78 #define ADD_SUPPORTED_VEC_TYPE1(Type, n) \ argument
85 #define ADD_SUPPORTED_VEC_TYPE2(Type) \ argument
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h34 unsigned Type; // The type of the relocation. member
113 uint8_t getRType(uint32_t Type) const { in getRType()
116 uint8_t getRType2(uint32_t Type) const { in getRType2()
119 uint8_t getRType3(uint32_t Type) const { in getRType3()
122 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
127 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
130 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
133 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
136 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/external/clang/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSycl.h22 typedef typename cl::sycl::global_ptr<T>::pointer_t Type; typedef
28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type; typedef
40 typedef const T Type; typedef
/external/skqp/src/sksl/ir/
DSkSLType.h65 Type(const char* name) in Type() function
75 Type(const char* name, std::vector<Field> fields) in Type() function
86 Type(String name, Kind kind) in Type() function
96 Type(const char* name, std::vector<const Type*> types) in Type() function
107 Type(int offset, String name, std::vector<Field> fields) in Type() function
118 Type(const char* name, NumberKind numberKind, int priority) in Type() function
131 Type(const char* name, in Type() function
148 Type(const char* name, const Type& componentType, int columns) in Type() function
152 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function
166 Type(const char* name, const Type& componentType, int columns, int rows) in Type() function
[all …]
/external/skia/src/sksl/ir/
DSkSLType.h68 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 …]
/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/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()
Dcxx-decl.cpp9 struct Type { struct
10 int Type; member
57 int Type : fooenum; member
61 int Type; in test() local
Dms-if-exists.c4 struct Type { struct
35 __if_exists(Type) { in __if_exists() argument
43 __if_not_exists(Type) { in __if_not_exists() argument
/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()
DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/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/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/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/swiftshader/third_party/subzero/src/
DIceTLS.h76 #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
/external/scudo/standalone/
Dflags.cpp22 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
27 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
35 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument
42 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() 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::__anon67c301b00111::ArwTypeChecker
207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon67c301b00111::Cr2TypeChecker
237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::CrwTypeChecker
263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::DcrTypeChecker
305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::DngTypeChecker
357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::KdcTypeChecker
393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::MosTypeChecker
419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::MrwTypeChecker
470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::NefTypeChecker
508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anon67c301b00111::NrwTypeChecker
[all …]

12345678910>>...62