| /external/protobuf/src/google/protobuf/stubs/ |
| D | mathlimits.cc | 47 #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
|
| D | mathlimits.h | 67 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/ |
| D | Type.java | 36 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/ |
| D | Type.java | 32 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/clang/test/CodeGenCXX/ |
| D | delayed-template-parsing.cpp | 5 struct Type { struct 7 void Foo() {} in Foo() 9 void Foo<0>() {} in Foo()
|
| /external/llvm/include/llvm/MC/ |
| D | MCELFObjectWriter.h | 34 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/deqp/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 …]
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorSycl.h | 22 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/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_atomic.h | 31 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/ |
| D | ms-if-exists.cpp | 5 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()
|
| D | cxx-decl.cpp | 9 struct Type { struct 10 int Type; argument 57 int Type : fooenum; member 61 int Type; in test() local
|
| D | ms-if-exists.c | 4 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/ |
| D | PDBSymbol.cpp | 61 #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()
|
| D | PDB.cpp | 27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
|
| /external/skqp/src/sksl/ir/ |
| D | SkSLType.h | 65 Type(String name) in Type() function 75 Type(String name, Kind kind) in Type() function 85 Type(String name, std::vector<const Type*> types) in Type() function 96 Type(int offset, String name, std::vector<Field> fields) in Type() function 107 Type(String name, NumberKind numberKind, int priority) in Type() function 120 Type(String name, NumberKind numberKind, int priority, std::vector<const Type*> coercibleTypes) in Type() function 134 Type(String name, const Type& componentType, int columns) in Type() function 138 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function 152 Type(String name, const Type& componentType, int columns, int rows) in Type() function 166 Type(String name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled, in Type() function
|
| /external/skia/src/sksl/ir/ |
| D | SkSLType.h | 65 Type(String name) in Type() function 75 Type(String name, Kind kind) in Type() function 85 Type(String name, std::vector<const Type*> types) in Type() function 96 Type(int offset, String name, std::vector<Field> fields) in Type() function 107 Type(String name, NumberKind numberKind, int priority) in Type() function 120 Type(String name, NumberKind numberKind, int priority, std::vector<const Type*> coercibleTypes) in Type() function 134 Type(String name, const Type& componentType, int columns) in Type() function 138 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function 152 Type(String name, const Type& componentType, int columns, int rows) in Type() function 166 Type(String name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled, in Type() function
|
| /external/clang/lib/Driver/ |
| D | Action.cpp | 67 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/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
|
| /external/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::__anon248980a20111::ArwTypeChecker 207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon248980a20111::Cr2TypeChecker 237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::CrwTypeChecker 263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::DcrTypeChecker 305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::DngTypeChecker 357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::KdcTypeChecker 393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::MosTypeChecker 419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::MrwTypeChecker 470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::NefTypeChecker 508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anon248980a20111::NrwTypeChecker [all …]
|
| /external/llvm/lib/Object/ |
| D | SymbolicFile.cpp | 24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile() 30 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) { in createSymbolicFile()
|
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_asm_test.cc | 38 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument 48 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument 60 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument 80 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument 90 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument 102 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
|
| /external/eigen/Eigen/src/Core/ |
| D | MatrixBase.h | 222 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef 223 …t Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef 241 …unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef 242 …> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef 251 …signed int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef 252 …struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef
|
| /external/compiler-rt/lib/profile/ |
| D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument 31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; argument 37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /external/clang/lib/AST/ |
| D | InheritViz.cpp | 44 void WriteGraph(QualType Type) { in WriteGraph() 63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() 125 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
|
| /external/skia/experimental/svg/model/ |
| D | SkSVGTypes.h | 89 enum class Type { enum 125 enum class Type { enum 153 enum class Type { enum 177 enum class Type { enum 202 enum class Type { enum 225 enum class Type { enum 253 enum class Type { enum 277 enum class Type { enum
|