/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | ClassUtils.java | 34 primitiveWrapperMap.put(Boolean.TYPE, Boolean.class); in primitiveWrapperMap.put() 35 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put() 36 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put() 37 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put() 38 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put() 39 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put() 40 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put() 41 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put() 42 primitiveWrapperMap.put(Void.TYPE, Void.TYPE); in primitiveWrapperMap.put()
|
/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() 13 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put() 14 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put() 15 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put() 16 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put() 17 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put() 18 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put() 19 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put() 20 primitiveWrapperMap.put(Void.TYPE, Void.TYPE); in primitiveWrapperMap.put()
|
/external/easymock/src/org/easymock/internal/ |
D | RecordState.java | 42 emptyReturnValues.put(Void.TYPE, null); in emptyReturnValues.put() 43 emptyReturnValues.put(Boolean.TYPE, Boolean.FALSE); in emptyReturnValues.put() 44 emptyReturnValues.put(Byte.TYPE, Byte.valueOf((byte) 0)); in emptyReturnValues.put() 45 emptyReturnValues.put(Short.TYPE, Short.valueOf((short) 0)); in emptyReturnValues.put() 46 emptyReturnValues.put(Character.TYPE, Character.valueOf((char)0)); in emptyReturnValues.put() 47 emptyReturnValues.put(Integer.TYPE, Integer.valueOf(0)); in emptyReturnValues.put() 48 emptyReturnValues.put(Long.TYPE, Long.valueOf(0)); in emptyReturnValues.put() 49 emptyReturnValues.put(Float.TYPE, Float.valueOf(0)); in emptyReturnValues.put() 50 emptyReturnValues.put(Double.TYPE, Double.valueOf(0)); in emptyReturnValues.put() 56 primitiveToWrapperType.put(Boolean.TYPE, Boolean.class); in primitiveToWrapperType.put() [all …]
|
/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/util/ |
D | saved_tensor_slice_util.h | 73 #define TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, STYPE) \ argument 95 #define TENSOR_PROTO_EXTRACT_TYPE(TYPE, FIELD, FTYPE) \ argument 104 #define TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(TYPE, FIELD, FTYPE) \ argument
|
/external/mockito/src/main/java/org/mockito/internal/util/ |
D | Primitives.java | 65 PRIMITIVE_TYPES.put(Boolean.class, Boolean.TYPE); in PRIMITIVE_TYPES.put() 66 PRIMITIVE_TYPES.put(Character.class, Character.TYPE); in PRIMITIVE_TYPES.put() 67 PRIMITIVE_TYPES.put(Byte.class, Byte.TYPE); in PRIMITIVE_TYPES.put() 68 PRIMITIVE_TYPES.put(Short.class, Short.TYPE); in PRIMITIVE_TYPES.put() 69 PRIMITIVE_TYPES.put(Integer.class, Integer.TYPE); in PRIMITIVE_TYPES.put() 70 PRIMITIVE_TYPES.put(Long.class, Long.TYPE); in PRIMITIVE_TYPES.put() 71 PRIMITIVE_TYPES.put(Float.class, Float.TYPE); in PRIMITIVE_TYPES.put() 72 PRIMITIVE_TYPES.put(Double.class, Double.TYPE); in PRIMITIVE_TYPES.put()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | snapshot_op.cc | 26 #define REGISTER_KERNEL(TYPE) \ argument 36 #define REGISTER_SYCL_KERNEL(TYPE) \ argument
|
/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/mesa3d/src/util/ |
D | rgtc.c | 39 #define TYPE unsigned char macro 51 #define TYPE signed char macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_pkt_md_access.c | 16 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 24 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
|
/external/llvm/include/llvm/Support/ |
D | Debug.h | 62 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 69 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0) argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Debug.h | 63 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | image_ops.cc | 93 #define REGISTER(TYPE) \ argument 115 #define DECLARE_FUNCTOR(TYPE) \ argument 130 #define REGISTER(TYPE) \ argument
|
/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 156 #define CR(Record, TYPE, Field, Sig) \ argument 161 #define CR(Record, TYPE, Field, Signature) \ argument
|
/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 156 #define CR(Record, TYPE, Field, Sig) \ argument 161 #define CR(Record, TYPE, Field, Signature) \ argument
|
/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 156 #define CR(Record, TYPE, Field, Sig) \ argument 161 #define CR(Record, TYPE, Field, Signature) \ argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Debug.h | 67 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0) argument
|
/external/clang/include/clang/AST/ |
D | TypeVisitor.h | 73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() macro 81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro
|
/external/deqp/framework/delibs/debase/ |
D | deMemory.h | 32 #define DE_NEW(TYPE) ((TYPE*)deMalloc(sizeof(TYPE))) argument 33 #define DE_DELETE(TYPE, PTR) deFree(PTR) argument
|
/external/syslinux/com32/lib/ |
D | strtoll.c | 1 #define TYPE signed long long macro
|
D | atol.c | 1 #define TYPE long macro
|
D | strtoumax.c | 1 #define TYPE uintmax_t macro
|
D | strtoimax.c | 1 #define TYPE intmax_t macro
|
D | strtol.c | 1 #define TYPE signed long macro
|
D | strtoull.c | 1 #define TYPE unsigned long long macro
|