Searched refs:getType (Results 101 - 116 of 116) sorted by relevance

12345

/libcore/luni/src/main/java/java/security/
H A DProvider.java481 if ("Provider".equals(s.getType())) { // Provider service type cannot be added
907 public final String getType() { method in class:Provider.Service
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore2Test.java370 KeyStore.getDefaultType(), keyTest.getType());
982 return "[My test Certificate, type: " + getType() + "]";
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CertificateTest.java247 getType(f);
318 private void getType(CertificateFactory f) throws Exception { method in class:X509CertificateTest
320 assertEquals("X.509", c.getType());
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java830 return Types.getType(genericSuperclass);
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeDecimalFormat.cpp331 switch (res.getType()) {
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java120 if (URLStreamHandlerFactory.class.equals(f.getType())) {
/libcore/luni/src/test/java/libcore/xml/
H A DNormalizeTest.java615 assertEquals(message, type, error.getType());
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java1399 assertEquals(ResultSet.TYPE_FORWARD_ONLY, res.getType());
1403 res.getType();
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DFieldTest.java167 fail("Exception during getType test : " + e.getMessage());
176 fail("Exception during getType test : " + e.getMessage());
1091 fail("Exception during getType test : " + e.getMessage());
1167 * java.lang.reflect.Field#getType()
1170 // Test for method java.lang.Class java.lang.reflect.Field.getType()
1176 fail("Exception during getType test : " + e.getMessage());
1178 assertTrue("Returned incorrect field type: " + f.getType().toString(),
1179 f.getType().equals(short.class));
/libcore/luni/src/main/java/java/io/
H A DObjectOutputStream.java907 Class<?> type = slot.getField().getType();
H A DObjectInputStream.java998 Class<?> type = element.field.getType();
/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java866 out.println("\tkeyStore.type=" + keyStore.getType());
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java2060 // see ResultSetGetterTest, getType() -> this test fails currently
2061 assertEquals(ResultSet.TYPE_FORWARD_ONLY, rs.getType());
/libcore/luni/src/test/java/libcore/java/security/
H A DSignatureTest.java54 String type = service.getType();
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java705 String type = service.getType();
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 1538 milliseconds

12345