Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationMember.java64 protected static final char ARRAY = '['; field in AnnotationMember
114 tag = ARRAY; in AnnotationMember()
168 if (tag == ARRAY) { in toString()
201 if (tag == ARRAY) { in equals()
261 if (tag == ARRAY) { in hashCode()
364 if (tag != ARRAY || Array.getLength(value) == 0) { in copyValue()
DAnnotationFactory.java215 if (el.tag == AnnotationMember.ARRAY) { in equals()
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicReferenceArray.java56 private static final long ARRAY; field in AtomicReferenceArray
63 ARRAY = U.objectFieldOffset
329 U.putObjectVolatile(this, ARRAY, a); in readObject()
/libcore/ojluni/src/main/java/java/sql/
DTypes.java219 public final static int ARRAY = 2003; field in Types
/libcore/benchmarks/src/benchmarks/regression/
DMutableIntBenchmark.java25 ARRAY() { in ARRAY() enumConstant
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT, in test_getTypeInfo()