Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 25) sorted by relevance

/libcore/luni/src/test/java/libcore/util/
DZoneInfoTest.java39 int[][] types = {}; in testMakeTimeZone_NoTypes() local
52 int[][] types = { in testMakeTimeZone_OneType_NoTransitions() local
77 int[][] types = { in testReadTimeZone_OneNonDstTransition() local
102 int[][] types = { in testReadTimeZone_OneDstTransition() local
122 int[][] types = { in testReadTimeZone_NegativeTransition() local
156 int[][] types = { in testReadTimeZone_PositiveTransition() local
190 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_NegativeTransitions() local
223 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_PositiveTransitions() local
258 int[][] types = { in testReadTimeZone_HasPastDST_NoFutureDST_NegativeTransitions() local
288 int[][] types = { in testReadTimeZone_HasPastDST_NoFutureDST_PositiveTransitions() local
[all …]
/libcore/luni/src/test/java/tests/support/
DMockCallback.java41 public void types(String[] types) { in types() method in MockCallback
/libcore/luni/src/main/java/libcore/reflect/
DListOfTypes.java27 private final ArrayList<Type> types; field in ListOfTypes
34 ListOfTypes(Type[] types) { in ListOfTypes()
DTypes.java46 public static Type[] getTypeArray(ListOfTypes types, boolean clone) { in getTypeArray()
79 public static String toString(Class<?>[] types) { in toString()
114 public static void appendArrayGenericType(StringBuilder out, Type[] types) { in appendArrayGenericType()
/libcore/luni/src/test/java/libcore/java/net/
DOldAuthenticatorRequestorTypeTest.java42 Authenticator.RequestorType[] types = Authenticator.RequestorType.values(); in test_values() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyRepTypeTest.java62 KeyRep.Type[] types = new KeyRep.Type[] { KeyRep.Type.SECRET, in testValues() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DConstructorTest.java276 Class[] types = null; in test_getParameterTypes() local
303 Type[] types = null; in test_getGenericParameterTypes() local
344 Type[] types = null; in test_getGenericExceptionTypes() local
DFieldTest.java429 char types[] = { 'L', 'B', 'S', 'C', 'I', 'J', 'F', 'D' }; in testProtectedFieldAccess() local
/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributeListImpl.java287 private ArrayList<String> types = new ArrayList<String>(); field in AttributeListImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DProxyTest.java231 Proxy.Type types[] = Proxy.Type.values(); in test_Type_values() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java93 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces() local
121 Type[] types = method.getGenericParameterTypes(); in testMethodGenericParameterTypes() local
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java176 int[] types = { Types.SMALLINT, Types.VARCHAR, Types.VARCHAR}; in testGetColumnType() local
DOldResultSetGetterTests.java705 List<String> types = Arrays.asList("VARCHAR", "INTEGER", "INTEGER", in testGetMetaData() local
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java267 private ZoneInfo(String name, long[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts, in ZoneInfo()
/libcore/ojluni/src/main/java/java/lang/reflect/
DExecutable.java68 void separateWithCommas(Class<?>[] types, StringBuilder sb) { in separateWithCommas()
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1776 private static Constructor<?> getConstructor(Class<?> c, Class<?>... types) { in getConstructor()
1784 private static Method getMethod(Class<?> c, String name, Class<?>... types) { in getMethod()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java121 int[] types = { GeneralNameInterface.NAME_ANY, in test_addSubjectAlternativeNameLintLbyte_array() local
145 int[] types = { GeneralNameInterface.NAME_ANY, in test_addSubjectAlternativeNameLintLjava_lang_String() local
173 int[] types = { GeneralNameInterface.NAME_ANY, in test_addPathToNameLintLbyte_array() local
/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1523 String tableNamePattern, String types[]) throws SQLException; in getTables()
2820 String typeNamePattern, int[] types) in getUDTs()
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java428 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java1013 List<Class<?>> types = BytecodeDescriptor.parseMethod(descriptor, loader); in fromMethodDescriptorString() local
DMethodHandles.java2292 private static List<Class<?>> copyTypes(List<Class<?>> types) { in copyTypes()
DTransformers.java917 StackFrameReader reader, Class<?>[] types, in collectArguments()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1183 int[] types = { Types.ARRAY, Types.BIGINT, Types.BINARY, Types.BIT, in test_getTypeInfo() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1874 private final Class<?>[] types; field in ObjectStreamClass.FieldReflector
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3774 TimeZoneNames.NameType[] types = in getTree() local