/external/elfutils/libebl/ |
D | eblauxvinfo.c | 42 TYPE (NULL, "") \ 43 TYPE (IGNORE, "") \ 44 TYPE (EXECFD, "d") \ 45 TYPE (EXECFN, "s") \ 46 TYPE (PHDR, "p") \ 47 TYPE (PHENT, "u") \ 48 TYPE (PHNUM, "u") \ 49 TYPE (PAGESZ, "u") \ 50 TYPE (BASE, "p") \ 51 TYPE (FLAGS, "x") \ [all …]
|
/external/clang/include/clang/Driver/ |
D | Types.def | 11 // must define the TYPE macro to make use of this information. 15 #ifndef TYPE 16 #error "Define TYPE prior to including this file!" 19 // TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) 42 TYPE("cpp-output", PP_C, INVALID, "i", "u") 43 TYPE("c", C, PP_C, "c", "u") 44 TYPE("cl", CL, PP_C, "cl", "u") 45 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", "u") 46 TYPE("cuda", CUDA, PP_CUDA, "cu", "u") 47 TYPE("cuda", CUDA_DEVICE, PP_CUDA, "cu", "") [all …]
|
/external/clang/lib/Format/ |
D | FormatToken.h | 29 TYPE(ArrayInitializerLSquare) \ 30 TYPE(ArraySubscriptLSquare) \ 31 TYPE(AttributeParen) \ 32 TYPE(BinaryOperator) \ 33 TYPE(BitFieldColon) \ 34 TYPE(BlockComment) \ 35 TYPE(CastRParen) \ 36 TYPE(ConditionalExpr) \ 37 TYPE(ConflictAlternative) \ 38 TYPE(ConflictEnd) \ [all …]
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 911 #define TYPE(str, type) if (s == str) return type; macro 918 TYPE("GR32", TYPE_R32) in typeFromString() 923 TYPE("GR16", TYPE_Rv) in typeFromString() 924 TYPE("i16imm", TYPE_IMMv) in typeFromString() 928 TYPE("GR32", TYPE_Rv) in typeFromString() 930 TYPE("i16mem", TYPE_Mv) in typeFromString() 931 TYPE("i16imm", TYPE_IMM16) in typeFromString() 932 TYPE("i16i8imm", TYPE_IMMv) in typeFromString() 933 TYPE("GR16", TYPE_R16) in typeFromString() 934 TYPE("i32mem", TYPE_Mv) in typeFromString() [all …]
|
/external/libedit/src/ |
D | history.c | 61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); 63 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); 64 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); 66 struct TYPE(history) { in TYPE() function 104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 105 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 106 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 107 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *); 108 private int history_set_fun(TYPE(History) *, TYPE(History) *); [all …]
|
/external/elfutils/libelf/ |
D | gelf_xlate.h | 41 TYPE (Ehdr, LIBELFBITS) 42 TYPE (Phdr, LIBELFBITS) 43 TYPE (Shdr, LIBELFBITS) 44 TYPE (Sym, LIBELFBITS) 45 TYPE (Rel, LIBELFBITS) 46 TYPE (Rela, LIBELFBITS) 47 TYPE (Note, LIBELFBITS) 48 TYPE (Dyn, LIBELFBITS) 49 TYPE (Syminfo, LIBELFBITS) 50 TYPE (Move, LIBELFBITS) [all …]
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 16 // TYPE(Class, Base) - A type that can show up anywhere in the AST, 35 // is non-canonical unless it is dependent. Defaults to TYPE because 47 # define ABSTRACT_TYPE(Class, Base) TYPE(Class, Base) 51 # define NON_CANONICAL_TYPE(Class, Base) TYPE(Class, Base) 55 # define DEPENDENT_TYPE(Class, Base) TYPE(Class, Base) 59 # define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) TYPE(Class, Base) 62 TYPE(Builtin, Type) 63 TYPE(Complex, Type) 64 TYPE(Pointer, Type) 65 TYPE(BlockPointer, Type) [all …]
|
/external/easymock/src/org/easymock/internal/ |
D | MethodSerializationWrapper.java | 31 primitiveTypes.put(Boolean.TYPE.getName(), Boolean.TYPE); in Boolean.TYPE.getName() 32 primitiveTypes.put(Byte.TYPE.getName(), Byte.TYPE); in Byte.TYPE.getName() 33 primitiveTypes.put(Short.TYPE.getName(), Short.TYPE); in Short.TYPE.getName() 34 primitiveTypes.put(Character.TYPE.getName(), Character.TYPE); in Character.TYPE.getName() 35 primitiveTypes.put(Integer.TYPE.getName(), Integer.TYPE); in Integer.TYPE.getName() 36 primitiveTypes.put(Long.TYPE.getName(), Long.TYPE); in Long.TYPE.getName() 37 primitiveTypes.put(Float.TYPE.getName(), Float.TYPE); in Float.TYPE.getName() 38 primitiveTypes.put(Double.TYPE.getName(), Double.TYPE); in Double.TYPE.getName()
|
D | RecordState.java | 42 emptyReturnValues.put(Void.TYPE, null); in emptyReturnValues.put() argument 43 emptyReturnValues.put(Boolean.TYPE, Boolean.FALSE); in emptyReturnValues.put() argument 44 emptyReturnValues.put(Byte.TYPE, Byte.valueOf((byte) 0)); in emptyReturnValues.put() argument 45 emptyReturnValues.put(Short.TYPE, Short.valueOf((short) 0)); in emptyReturnValues.put() argument 46 emptyReturnValues.put(Character.TYPE, Character.valueOf((char)0)); in emptyReturnValues.put() argument 47 emptyReturnValues.put(Integer.TYPE, Integer.valueOf(0)); in emptyReturnValues.put() argument 48 emptyReturnValues.put(Long.TYPE, Long.valueOf(0)); in emptyReturnValues.put() argument 49 emptyReturnValues.put(Float.TYPE, Float.valueOf(0)); in emptyReturnValues.put() argument 50 emptyReturnValues.put(Double.TYPE, Double.valueOf(0)); in emptyReturnValues.put() argument 56 primitiveToWrapperType.put(Boolean.TYPE, Boolean.class); in primitiveToWrapperType.put() argument [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_gentype.hpp | 48 template <typename> class TYPE 59 typedef TYPE<bool> bool_type; 65 typedef TYPE<VALTYPE> type; 66 typedef TYPE<VALTYPE> * pointer; 67 typedef TYPE<VALTYPE> const * const_pointer; 68 typedef TYPE<VALTYPE> const * const const_pointer_const; 69 typedef TYPE<VALTYPE> * const pointer_const; 70 typedef TYPE<VALTYPE> & reference; 71 typedef TYPE<VALTYPE> const & const_reference; 72 typedef TYPE<VALTYPE> const & param_type; [all …]
|
/external/eigen/Eigen/src/Core/util/ |
D | StaticAssert.h | 137 #define EIGEN_STATIC_ASSERT_VECTOR_ONLY(TYPE) \ 138 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \ 142 #define EIGEN_STATIC_ASSERT_FIXED_SIZE(TYPE) \ 143 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime!=Eigen::Dynamic, \ 147 #define EIGEN_STATIC_ASSERT_DYNAMIC_SIZE(TYPE) \ 148 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime==Eigen::Dynamic, \ 152 #define EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE(TYPE, SIZE) \ 153 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \ 157 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \ 158 EIGEN_STATIC_ASSERT(TYPE::RowsAtCompileTime==ROWS && TYPE::ColsAtCompileTime==COLS, \ [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 997 #define TYPE(str, type) if (s == str) return type; macro 1005 TYPE("GR16", TYPE_R16) in typeFromString() 1006 TYPE("GR32", TYPE_R32) in typeFromString() 1007 TYPE("GR64", TYPE_R64) in typeFromString() 1012 TYPE("GR32", TYPE_R32) in typeFromString() 1017 TYPE("GR16", TYPE_R16) in typeFromString() 1018 TYPE("i16imm", TYPE_IMM16) in typeFromString() 1020 TYPE("i16mem", TYPE_Mv) in typeFromString() 1021 TYPE("i16imm", TYPE_IMMv) in typeFromString() 1022 TYPE("i16i8imm", TYPE_IMMv) in typeFromString() [all …]
|
/external/libxcam/xcore/base/ |
D | xcam_common.h | 58 #define xcam_malloc_type(TYPE) (TYPE*)(xcam_malloc(sizeof(TYPE))) argument 59 #define xcam_malloc_type_array(TYPE, num) (TYPE*)(xcam_malloc(sizeof(TYPE) * (num))) argument 61 #define xcam_malloc0_type(TYPE) (TYPE*)(xcam_malloc0(sizeof(TYPE))) argument 62 #define xcam_malloc0_type_array(TYPE, num) (TYPE*)(xcam_malloc0(sizeof(TYPE) * (num))) argument
|
/external/clang/test/CodeGenCXX/ |
D | arm-swiftcall.cpp | 15 #define TEST(TYPE) \ argument 16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \ 17 TYPE result = {}; \ 20 extern "C" SWIFTCALL void take_##TYPE(TYPE v) { \ 22 extern "C" void test_##TYPE() { \ 23 take_##TYPE(return_##TYPE()); \
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | ClassUtils.java | 34 primitiveWrapperMap.put(Boolean.TYPE, Boolean.class); in primitiveWrapperMap.put() argument 35 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put() argument 36 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put() argument 37 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put() argument 38 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put() argument 39 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put() argument 40 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put() argument 41 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put() argument 42 primitiveWrapperMap.put(Void.TYPE, Void.TYPE); in primitiveWrapperMap.put() argument
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/ |
D | ClassUtils.java | 12 primitiveWrapperMap.put(Boolean.TYPE, Boolean.class); in primitiveWrapperMap.put() argument 13 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put() argument 14 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put() argument 15 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put() argument 16 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put() argument 17 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put() argument 18 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put() argument 19 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put() argument 20 primitiveWrapperMap.put(Void.TYPE, Void.TYPE); in primitiveWrapperMap.put() argument
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | RoboType.java | 4 VOID(Void.TYPE), 5 BOOLEAN(Boolean.TYPE), 6 BYTE(Byte.TYPE), 7 CHAR(Character.TYPE), 8 SHORT(Short.TYPE), 9 INT(Integer.TYPE), 10 LONG(Long.TYPE), 11 FLOAT(Float.TYPE), 12 DOUBLE(Double.TYPE),
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efilink.h | 145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument 152 #define _CR(Record, TYPE, Field) \ argument 153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field))) 156 #define CR(Record, TYPE, Field, Sig) \ argument 157 _CR(Record, TYPE, Field)->Signature != Sig ? \ 158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \ 159 _CR(Record, TYPE, Field) 161 #define CR(Record, TYPE, Field, Signature) \ argument 162 _CR(Record, TYPE, Field)
|
/external/syslinux/efi32/include/efi/ |
D | efilink.h | 145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument 152 #define _CR(Record, TYPE, Field) \ argument 153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field))) 156 #define CR(Record, TYPE, Field, Sig) \ argument 157 _CR(Record, TYPE, Field)->Signature != Sig ? \ 158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \ 159 _CR(Record, TYPE, Field) 161 #define CR(Record, TYPE, Field, Signature) \ argument 162 _CR(Record, TYPE, Field)
|
/external/syslinux/efi64/include/efi/ |
D | efilink.h | 145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument 152 #define _CR(Record, TYPE, Field) \ argument 153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field))) 156 #define CR(Record, TYPE, Field, Sig) \ argument 157 _CR(Record, TYPE, Field)->Signature != Sig ? \ 158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \ 159 _CR(Record, TYPE, Field) 161 #define CR(Record, TYPE, Field, Signature) \ argument 162 _CR(Record, TYPE, Field)
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 70 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 80 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 90 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 143 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 153 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument 163 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_ops.cc | 110 #define REGISTER(TYPE) \ argument 115 .TypeConstraint<TYPE>("dtype"), \ 117 random::PhiloxRandom, TYPE> >); \ 122 .TypeConstraint<TYPE>("dtype"), \ 124 random::PhiloxRandom, TYPE> >); \ 129 .TypeConstraint<TYPE>("dtype"), \ 133 random::SingleSampleAdapter<random::PhiloxRandom>, TYPE> >); 143 #define REGISTER(TYPE) \ argument 149 .TypeConstraint<TYPE>("dtype"), \ 151 random::PhiloxRandom, TYPE> >); \ [all …]
|
/external/libxml2/os400/ |
D | xmlcatalog.cmd | 13 PARM KWD(INSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) + 20 PARM KWD(KIND) TYPE(*CHAR) LEN(7) VARY(*YES *INT2) + 27 PARM KWD(OUTSTMF) TYPE(*PNAME) LEN(5000) VARY(*YES *INT2) + 35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) + 42 PARM KWD(SUPERUPD) TYPE(*CHAR) LEN(17) VARY(*YES *INT2) + 49 PARM KWD(VERBOSE) TYPE(*CHAR) LEN(4) VARY(*YES *INT2) + 58 PARM KWD(DELETE) TYPE(*PNAME) LEN(256) VARY(*YES *INT2) + 65 PARM KWD(ADD) TYPE(XMLELEM) MAX(10) PMTCTL(TYPEXML) + 67 XMLELEM: ELEM TYPE(*CHAR) LEN(16) VARY(*YES *INT2) DFT(*PUBLIC) + 80 ELEM TYPE(*PNAME) LEN(256) VARY(*YES *INT2) EXPR(*YES) + [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.h | 73 #define TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, STYPE) \ argument 75 struct SaveTypeTraits<TYPE> { \ 81 inline const STYPE* TensorProtoData<TYPE>(const TensorProto& t) { \ 82 static_assert(SaveTypeTraits<TYPE>::supported, \ 83 "Specified type " #TYPE " not supported for Restore"); \ 87 inline protobuf::RepeatedField<FTYPE>* MutableTensorProtoData<TYPE>( \ 89 static_assert(SaveTypeTraits<TYPE>::supported, \ 90 "Specified type " #TYPE " not supported for Save"); \ 95 #define TENSOR_PROTO_EXTRACT_TYPE(TYPE, FIELD, FTYPE) \ argument 96 TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, FTYPE) \ [all …]
|
/external/v8/src/wasm/ |
D | wasm-objects.h | 206 #define WCM_OBJECT_OR_WEAK(TYPE, NAME, ID, TYPE_CHECK) \ argument 207 Handle<TYPE> NAME() const { return handle(ptr_to_##NAME()); } \ 209 MaybeHandle<TYPE> maybe_##NAME() const { \ 211 return MaybeHandle<TYPE>(); \ 214 TYPE* maybe_ptr_to_##NAME() const { \ 217 return TYPE::cast(obj); \ 220 TYPE* ptr_to_##NAME() const { \ 223 return TYPE::cast(obj); \ 226 void set_##NAME(Handle<TYPE> value) { set_ptr_to_##NAME(*value); } \ 228 void set_ptr_to_##NAME(TYPE* value) { set(ID, value); } \ [all …]
|