Home
last modified time | relevance | path

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

12345678910>>...64

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc47 #define DEF_COMMON_LIMITS(Type) argument
48 #define DEF_UNSIGNED_INT_LIMITS(Type) argument
49 #define DEF_SIGNED_INT_LIMITS(Type) argument
50 #define DEF_PRECISION_LIMITS(Type) argument
103 #define DEF_FP_LIMITS(Type, PREFIX) \ argument
Dmathlimits.h67 typedef T Type; typedef
136 #define SIGNED_INT_MAX(Type) \ argument
139 #define SIGNED_INT_MIN(Type) \ argument
142 #define UNSIGNED_INT_MAX(Type) \ argument
146 #define SIGNED_MAX_10_EXP(Type) \ argument
152 #define UNSIGNED_MAX_10_EXP(Type) \ argument
/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.hh86 #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
Dhb-ot-face.cc48 #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
/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-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/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/clang/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/syzkaller/pkg/compiler/
Dcheck.go296 func (comp *compiler) checkLenType(t *ast.Type, name string, fields []*ast.Field,
326 func (comp *compiler) checkLenTarget(t *ast.Type, name, target string, fields []*ast.Field, parents…
395 func (comp *compiler) collectUsedType(structs, flags, strflags map[string]bool, t *ast.Type, isArg …
499 func (comp *compiler) checkTypeCtors(t *ast.Type, dir prog.Dir, isArg bool,
608 func (comp *compiler) recurseField(checked map[string]bool, t *ast.Type, path []pathElem) {
664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) {
713 func (comp *compiler) checkTypeBasic(t *ast.Type, desc *typeDesc, flags checkFlags) {
746 func (comp *compiler) checkTypeArgs(t *ast.Type, desc *typeDesc, flags checkFlags) []*ast.Type {
779 func (comp *compiler) replaceTypedef(ctx *checkCtx, t *ast.Type, flags checkFlags) {
849 func (comp *compiler) instantiate(templ ast.Node, params []*ast.Ident, args []*ast.Type) bool {
[all …]
/external/syzkaller/sys/linux/
Dinit_iptables.go12 func (arch *arch) generateIptables(g *prog.Gen, typ prog.Type, old prog.Arg) (
17 func (arch *arch) generateArptables(g *prog.Gen, typ prog.Type, old prog.Arg) (
22 func (arch *arch) generateNetfilterTable(g *prog.Gen, typ prog.Type, old prog.Arg,
109 func (arch *arch) generateEbtables(g *prog.Gen, typ prog.Type, old prog.Arg) (
Dinit_alg.go12 func (arch *arch) generateSockaddrAlg(g *prog.Gen, typ0 prog.Type, old prog.Arg) (
38 func (arch *arch) generateAlgName(g *prog.Gen, typ prog.Type, old prog.Arg) (
43 func (arch *arch) generateAlgAeadName(g *prog.Gen, typ prog.Type, old prog.Arg) (
48 func (arch *arch) generateAlgHashName(g *prog.Gen, typ prog.Type, old prog.Arg) (
53 func (arch *arch) generateAlgBlkcipherhName(g *prog.Gen, typ prog.Type, old prog.Arg) (
58 func generateAlgNameStruct(g *prog.Gen, typ0 prog.Type, algTyp int) (arg prog.Arg, calls []*prog.Ca…
/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/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()
/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/skia/src/sksl/ir/
DSkSLType.h66 Type(const char* name) in Type() function
76 Type(const char* name, std::vector<Field> fields) in Type() function
87 Type(String name, Kind kind) in Type() function
97 Type(const char* name, std::vector<const Type*> types) in Type() function
108 Type(int offset, String name, std::vector<Field> fields) in Type() function
133 Type(const char* name, in Type() function
150 Type(String name, Kind kind, const Type& componentType) in Type() function
164 Type(const char* name, const Type& componentType, int columns) in Type() function
168 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function
182 Type(const char* name, const Type& componentType, int columns, int rows) in Type() function
[all …]
/external/skia/resources/particles/
Dexplosion.json15 "Type": "Constant", string
24 "Type": "SkImageDrawable", string
31 "Type": "SkPositionInCircleAffector", string
44 "Type": "Constant", string
61 "Type": "Constant", string
78 "Type": "Constant", string
89 "Type": "SkPointForceAffector", string
96 "Type": "SkFrameAffector", string
108 "Type": "Linear", string
Dwarp.json15 "Type": "Constant", string
23 "Type": "SkCircleDrawable", string
28 "Type": "SkPositionInCircleAffector", string
41 "Type": "Constant", string
58 "Type": "Constant", string
75 "Type": "Constant", string
86 "Type": "SkPointForceAffector", string
93 "Type": "SkSizeAffector", string
105 "Type": "Linear", string
Dpenguin_cannon.json15 "Type": "Constant", string
23 "Type": "SkImageDrawable", string
30 "Type": "SkLinearVelocityAffector", string
44 "Type": "Constant", string
62 "Type": "Constant", string
74 "Type": "SkLinearVelocityAffector", string
88 "Type": "Constant", string
105 "Type": "Constant", string
114 "Type": "SkOrientationAffector", string
127 "Type": "Constant", string
Dswirl.json15 "Type": "Constant", string
24 "Type": "SkCircleDrawable", string
29 "Type": "SkPositionOnPathAffector", string
41 "Type": "SkLinearVelocityAffector", string
55 "Type": "Constant", string
73 "Type": "Constant", string
85 "Type": "SkLinearVelocityAffector", string
99 "Type": "Constant", string
116 "Type": "Cubic", string
128 "Type": "SkSizeAffector", string
[all …]
/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/syzkaller/pkg/ast/
Dast.go144 Type *Type member
194 type Type struct { struct
195 Pos Pos
197 Value uint64
198 ValueFmt IntFmt
199 Ident string
200 String string
201 HasString bool
203 HasColon bool
204 Pos2 Pos
[all …]

12345678910>>...64