Searched refs:TYPE (Results 101 - 125 of 798) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/util/
H A DStaticAssert.h136 // static assertion failing if the type \a TYPE is not a vector type
137 #define EIGEN_STATIC_ASSERT_VECTOR_ONLY(TYPE) \
138 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \
141 // static assertion failing if the type \a TYPE is not fixed-size
142 #define EIGEN_STATIC_ASSERT_FIXED_SIZE(TYPE) \
143 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime!=Eigen::Dynamic, \
146 // static assertion failing if the type \a TYPE is not dynamic-size
147 #define EIGEN_STATIC_ASSERT_DYNAMIC_SIZE(TYPE) \
148 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime==Eigen::Dynamic, \
151 // static assertion failing if the type \a TYPE i
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java6 VOID(null, null, "", "", Void.TYPE),
7 BOOLEAN(false, "false", ".booleanValue()", "java.lang.Boolean", Boolean.TYPE),
8 BYTE(0, "0", ".byteValue()", "java.lang.Byte", Byte.TYPE),
9 CHAR(0, "0", ".charValue()", "java.lang.Character", Character.TYPE),
10 SHORT(0, "0", ".shortValue()", "java.lang.Short", Short.TYPE),
11 INT(0, "0", ".intValue()", "java.lang.Integer", Integer.TYPE),
12 LONG(0, "0l", ".longValue()", "java.lang.Long", Long.TYPE),
13 FLOAT(0, "0f", ".floatValue()", "java.lang.Float", Float.TYPE),
14 DOUBLE(0, "0d", ".doubleValue()", "java.lang.Double", Double.TYPE),
/external/dagger2/core/src/main/java/dagger/
H A DComponent.java27 import static java.lang.annotation.ElementType.TYPE;
209 @Target(TYPE)
255 @Target(TYPE)
/external/dagger2/producers/src/main/java/dagger/producers/
H A DProductionComponent.java27 import static java.lang.annotation.ElementType.TYPE;
70 @Target(TYPE)
118 @Target(TYPE)
/external/syslinux/efi32/include/efi/
H A Defilink.h145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Fiel
[all...]
/external/syslinux/efi64/include/efi/
H A Defilink.h145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Fiel
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defilink.h145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Fiel
[all...]
/external/autotest/client/deps/glbench/
H A Dupdate_glbench_image_filelists.sh7 TYPE=(glbench_knownbad_images glbench_fixedbad_images)
9 for images in ${TYPE[*]}
/external/elfutils/libasm/
H A Dsymbolhash.h33 #define TYPE AsmSym_t * macro
/external/elfutils/src/
H A Dsymbolhash.c28 #define TYPE struct symbol * macro
H A Dsymbolhash.h22 #define TYPE struct symbol * macro
H A Dversionhash.c28 #define TYPE struct id_list * macro
/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
H A DKeepName.java15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
/external/python/cpython2/Parser/
H A Dlistnode.c33 if (ISNONTERMINAL(TYPE(n))) {
38 else if (ISTERMINAL(TYPE(n))) {
39 switch (TYPE(n)) {
53 if (TYPE(n) == NEWLINE) {
/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DExcludeFromJson.java20 import static java.lang.annotation.ElementType.TYPE;
29 @Target({FIELD, TYPE})
/external/caliper/caliper/src/main/java/com/google/caliper/platform/
H A DSupportedPlatform.java19 import static java.lang.annotation.ElementType.TYPE;
29 @Target(TYPE)
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DTrialScoped.java20 import static java.lang.annotation.ElementType.TYPE;
33 @Target({ TYPE, METHOD })
/external/droiddriver/src/io/appium/droiddriver/runner/
H A DMinSdkVersion.java20 import static java.lang.annotation.ElementType.TYPE;
35 @Target({TYPE, METHOD})
H A DUseUiAutomation.java20 import static java.lang.annotation.ElementType.TYPE;
37 @Target({TYPE, METHOD})
/external/iptables/libiptc/
H A Dlinux_stddef.h12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/external/libxml2/os400/
H A Dxmlcatalog.cmd13 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(*PNAM
[all...]
/external/llvm/test/MC/ELF/ARM/
H A Dgnu-type-hash-diagnostics.s5 .type TYPE #32
7 // CHECK: .type TYPE #32
/external/mockito/src/main/java/org/mockito/internal/util/
H A DPrimitives.java65 PRIMITIVE_TYPES.put(Boolean.class, Boolean.TYPE);
66 PRIMITIVE_TYPES.put(Character.class, Character.TYPE);
67 PRIMITIVE_TYPES.put(Byte.class, Byte.TYPE);
68 PRIMITIVE_TYPES.put(Short.class, Short.TYPE);
69 PRIMITIVE_TYPES.put(Integer.class, Integer.TYPE);
70 PRIMITIVE_TYPES.put(Long.class, Long.TYPE);
71 PRIMITIVE_TYPES.put(Float.class, Float.TYPE);
72 PRIMITIVE_TYPES.put(Double.class, Double.TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMediaInformationBox.java25 public static final String TYPE = "minf"; field in class:MediaInformationBox
28 super(TYPE);

Completed in 907 milliseconds

1234567891011>>