Searched refs:ARRAY (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DTypes.java34 * The type code that identifies the SQL type {@code ARRAY}.
36 public static final int ARRAY = 2003; field in class:Types
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationMember.java64 protected static final char ARRAY = '['; field in class:AnnotationMember
114 tag = ARRAY;
168 if (tag == ARRAY) {
201 if (tag == ARRAY) {
261 if (tag == ARRAY) {
364 if (tag != ARRAY || Array.getLength(value) == 0) {
H A DAnnotationFactory.java215 if (el.tag == AnnotationMember.ARRAY) {
/libcore/benchmarks/src/benchmarks/regression/
H A DMutableIntBenchmark.java27 ARRAY() { method in enum:MutableIntBenchmark.Kind
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT,

Completed in 214 milliseconds