Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java36 import java.sql.Types;
204 assertEquals("Incorrect data type", java.sql.Types.INTEGER, rs.getInt("DATA_TYPE")); in test_getBestRowIdentifierLjava_lang_StringLjava_lang_StringLjava_lang_StringIZ()
1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT, in test_getTypeInfo()
1184 Types.BLOB, Types.BOOLEAN, Types.CHAR, Types.CLOB, in test_getTypeInfo()
1185 Types.DATALINK, Types.DATE, Types.DECIMAL, Types.DISTINCT, in test_getTypeInfo()
1186 Types.DOUBLE, Types.FLOAT, Types.INTEGER, Types.JAVA_OBJECT, in test_getTypeInfo()
1187 Types.LONGVARBINARY, Types.LONGVARCHAR, Types.NULL, in test_getTypeInfo()
1188 Types.NUMERIC, Types.OTHER, Types.REAL, Types.REF, in test_getTypeInfo()
1189 Types.SMALLINT, Types.STRUCT, Types.TIME, Types.TIMESTAMP, in test_getTypeInfo()
1190 Types.TINYINT, Types.VARBINARY, Types.VARCHAR }; in test_getTypeInfo()
[all …]
/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java40 import libcore.reflect.Types;
193 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericParameterTypes, false); in getGenericParameterTypes()
197 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericExceptionTypes, false); in getGenericExceptionTypes()
340 Types.appendGenericType(sb, info.formalTypeParameters[i]); in toGenericStringHelper()
350 Types.appendTypeName(sb, declaringClass); in toGenericStringHelper()
353 Types.appendGenericType(sb, Types.getType(info.genericReturnType)); in toGenericStringHelper()
356 Types.appendTypeName(sb, declaringClass); in toGenericStringHelper()
361 Types.appendArrayGenericType(sb, info.genericParameterTypes.getResolvedTypes()); in toGenericStringHelper()
365 Types.getTypeArray(info.genericExceptionTypes, false); in toGenericStringHelper()
368 Types.appendArrayGenericType(sb, genericExceptionTypeArray); in toGenericStringHelper()
/libcore/ojluni/src/main/java/java/sql/
DTypes.java34 public class Types { class
313 private Types() {} in Types() method in Types
/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java35 import libcore.reflect.Types;
178 return Types.getType(getMethodOrConstructorGenericInfo().genericReturnType); in getGenericReturnType()
224 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericParameterTypes, false); in getGenericParameterTypes()
262 return Types.getTypeArray(getMethodOrConstructorGenericInfo().genericExceptionTypes, false); in getGenericExceptionTypes()
616 result.append(Types.getSignature(parameterType)); in getSignature()
619 result.append(Types.getSignature(getReturnType())); in getSignature()
DConstructor.java32 import libcore.reflect.Types;
474 result.append(Types.getSignature(parameterType)); in getSignature()
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java38 import java.sql.Types;
1466 ps.setNull(1, Types.INTEGER); in testSetNull_int_int()
1479 ps.setNull(1, Types.BIGINT); in testSetNull_int_int()
1492 ps.setNull(1, Types.DECIMAL); in testSetNull_int_int()
1505 ps.setNull(1, Types.DATE); in testSetNull_int_int()
1518 ps.setNull(1, Types.BLOB); in testSetNull_int_int()
1529 ps.setNull(1, Types.CHAR); in testSetNull_int_int()
1557 ps.setNull(1, Types.DATALINK); in testSetNullIntintString()
1741 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER); in testSetObject_int_Object_int()
1759 ps.setObject(1, "test text", Types.CHAR); in testSetObject_int_Object_int()
[all …]
DOldResultSetMetaDataTest.java23 import java.sql.Types;
176 int[] types = { Types.SMALLINT, Types.VARCHAR, Types.VARCHAR}; in testGetColumnType()
/libcore/luni/src/main/java/libcore/reflect/
DTypes.java27 public final class Types { class
28 private Types() { in Types() method in Types
/libcore/ojluni/src/main/java/java/lang/
DClass.java71 import libcore.reflect.Types;
828 return Types.getType(genericSuperclass); in getGenericSuperclass()
989 result = Types.getTypeArray(parser.interfaceTypes, false); in getGenericInterfaces()
/libcore/
Dnon_openjdk_java_files.mk404 luni/src/main/java/libcore/reflect/Types.java \
Dopenjdk_java_files.mk618 ojluni/src/main/java/java/sql/Types.java \
/libcore/expectations/
Dknownfailures.txt416 description: "Fails for Types.DATE",