Searched refs:elementType (Results 1 – 6 of 6) sorted by relevance
124 Class<?> elementType = clazz.getComponentType(); in deepHashCode() local125 if (elementType.isPrimitive()) { in deepHashCode()160 Class<?> elementType = o.getClass().getComponentType(); in primitiveArrayHashCode() local161 if (elementType == boolean.class) { in primitiveArrayHashCode()164 if (elementType == byte.class) { in primitiveArrayHashCode()167 if (elementType == char.class) { in primitiveArrayHashCode()170 if (elementType == double.class) { in primitiveArrayHashCode()173 if (elementType == float.class) { in primitiveArrayHashCode()176 if (elementType == int.class) { in primitiveArrayHashCode()179 if (elementType == long.class) { in primitiveArrayHashCode()[all …]
163 public static FrameType buffer1D(int elementType) { in buffer1D() argument164 return FrameType.fetchType(elementType, 1, ACCESS_UNKNOWN); in buffer1D()172 public static FrameType buffer2D(int elementType) { in buffer2D() argument173 return FrameType.fetchType(elementType, 2, ACCESS_UNKNOWN); in buffer2D()182 public static FrameType image2D(int elementType, int accessHint) { in image2D() argument183 return FrameType.fetchType(elementType, 2, accessHint); in image2D()
114 public static Integer getANQPElementID(ANQPElementType elementType) { in getANQPElementID() argument115 return sRevAnqpmap.get(elementType); in getANQPElementID()118 public static Integer getHS20ElementID(ANQPElementType elementType) { in getHS20ElementID() argument119 return sRevHs20map.get(elementType); in getHS20ElementID()
149 for (Constants.ANQPElementType elementType : querySet) { in buildAnqpIdSet()150 Integer id = Constants.getANQPElementID(elementType); in buildAnqpIdSet()154 id = Constants.getHS20ElementID(elementType); in buildAnqpIdSet()
31062 HSPLorg/ccil/cowan/tagsoup/Schema;->elementType(Ljava/lang/String;III)V
109744 Ljava/util/EnumSet$SerializationProxy;->elementType:Ljava/lang/Class;