Searched refs:ARRAY (Results 1 – 6 of 6) sorted by relevance
64 protected static final char ARRAY = '['; field in AnnotationMember114 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()
215 if (el.tag == AnnotationMember.ARRAY) { in equals()
56 private static final long ARRAY; field in AtomicReferenceArray63 ARRAY = U.objectFieldOffset329 U.putObjectVolatile(this, ARRAY, a); in readObject()
219 public final static int ARRAY = 2003; field in Types
25 ARRAY() { in ARRAY() enumConstant
1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT, in test_getTypeInfo()