Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DClassUtils.java34 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/
DClassUtils.java12 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/
DRecordState.java42 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/
DTargetBuiltins.h28 #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/
Dsaved_tensor_slice_util.h73 #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/
DPrimitives.java65 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/
Dsnapshot_op.cc26 #define REGISTER_KERNEL(TYPE) \ argument
36 #define REGISTER_SYCL_KERNEL(TYPE) \ argument
/external/libxcam/xcore/base/
Dxcam_common.h58 #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/
Drgtc.c39 #define TYPE unsigned char macro
51 #define TYPE signed char macro
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_pkt_md_access.c16 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
24 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
/external/llvm/include/llvm/Support/
DDebug.h62 #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/
DDebug.h63 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.cc93 #define REGISTER(TYPE) \ argument
115 #define DECLARE_FUNCTOR(TYPE) \ argument
130 #define REGISTER(TYPE) \ argument
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilink.h145 #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/
Defilink.h145 #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/
Defilink.h145 #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/
DDebug.h67 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0) argument
/external/clang/include/clang/AST/
DTypeVisitor.h73 #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/
DdeMemory.h32 #define DE_NEW(TYPE) ((TYPE*)deMalloc(sizeof(TYPE))) argument
33 #define DE_DELETE(TYPE, PTR) deFree(PTR) argument
/external/syslinux/com32/lib/
Dstrtoll.c1 #define TYPE signed long long macro
Datol.c1 #define TYPE long macro
Dstrtoumax.c1 #define TYPE uintmax_t macro
Dstrtoimax.c1 #define TYPE intmax_t macro
Dstrtol.c1 #define TYPE signed long macro
Dstrtoull.c1 #define TYPE unsigned long long macro

12345678910>>...20