Searched defs:TYPE (Results 1 - 12 of 12) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DVoid.java33 public static final Class<Void> TYPE = lookupType(); field in class:Void
34 // Note: Void.TYPE can't be set to "void.class", since *that* is
35 // defined to be "java.lang.Void.TYPE";
H A DBoolean.java41 public static final Class<Boolean> TYPE field in class:Boolean
43 // Note: Boolean.TYPE can't be set to "boolean.class", since *that* is
44 // defined to be "java.lang.Boolean.TYPE";
H A DByte.java57 public static final Class<Byte> TYPE field in class:Byte
59 // Note: Byte.TYPE can't be set to "byte.class", since *that* is
60 // defined to be "java.lang.Byte.TYPE";
H A DShort.java59 public static final Class<Short> TYPE field in class:Short
61 // Note: Short.TYPE can't be set to "short.class", since *that* is
62 // defined to be "java.lang.Short.TYPE";
H A DDouble.java102 public static final Class<Double> TYPE field in class:Double
104 // Note: Double.TYPE can't be set to "double.class", since *that* is
105 // defined to be "java.lang.Double.TYPE";
H A DFloat.java99 public static final Class<Float> TYPE field in class:Float
101 // Note: Float.TYPE can't be set to "float.class", since *that* is
102 // defined to be "java.lang.Float.TYPE";
H A DInteger.java76 public static final Class<Integer> TYPE field in class:Integer
78 // Note: Integer.TYPE can't be set to "int.class", since *that* is
79 // defined to be "java.lang.Integer.TYPE";
H A DLong.java56 public static final Class<Long> TYPE field in class:Long
58 // Note: Long.TYPE can't be set to "long.class", since *that* is
59 // defined to be "java.lang.Long.TYPE";
H A DCharacter.java129 public static final Class<Character> TYPE field in class:Character
131 // Note: Character.TYPE can't be set to "char.class", since *that* is
132 // defined to be "java.lang.Character.TYPE";
/libcore/luni/src/main/java/java/lang/annotation/
H A DElementType.java31 TYPE, enum constant in enum:ElementType
/libcore/luni/src/main/java/libcore/util/
H A DEmptyArray.java35 public static final java.lang.reflect.Type[] TYPE = new java.lang.reflect.Type[0]; field in class:EmptyArray
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java309 public static final String TYPE = "Test"; field in class:TestCertUtils.TestCertificate
321 super(TYPE);
329 super(TYPE);
334 * A ctor that allows to specify both the TYPE of certificate and the

Completed in 2258 milliseconds