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

12345

/libcore/libdvm/src/main/java/java/lang/reflect/
H A DMethod.java181 appendGenericType(sb, Types.getType(genericReturnType));
253 return Types.getType(genericReturnType);
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DTrustManagerFactoryTest.java181 String type = service.getType();
227 String type = service.getType();
H A DKeyManagerFactoryTest.java269 String type = service.getType();
/libcore/luni/src/main/java/java/lang/
H A DCharacter.java2416 if (getType(codePoint) == Character.UNASSIGNED) {
2494 public static int getType(char c) { method in class:Character
2495 return getType((int) c);
2505 public static int getType(int codePoint) { method in class:Character
2535 if (getType(codePoint) == Character.UNASSIGNED) {
2765 int type = getType(codePoint);
2803 int type = getType(codePoint);
/libcore/libart/src/main/java/java/lang/
H A DClass.java885 result.getType(); // Throw NoClassDefFoundError if type cannot be resolved.
905 f.getType(); // Throw NoClassDefFoundError if type cannot be resolved.
1043 result.getType(); // Throw NoClassDefFoundError if type cannot be resolved.
1087 f.getType(); // Throw NoClassDefFoundError if type cannot be resolved.
1148 return Types.getType(genericSuperclass);
/libcore/luni/src/main/java/java/io/
H A DObjectStreamClass.java283 fields[i].getType(), fields[i].isUnshared());
349 declaredField.getType());
365 Class<?> type = _fields[i].getType();
395 if (field.getType() == long.class) {
626 if (f.getType() == ARRAY_OF_FIELDS) {
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java155 getType(f);
195 private void getType(CertificateFactory f) throws Exception { method in class:X509CRLTest
198 assertEquals("X.509", crlRsa.getType());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java270 if ("Type".equals(s.getType()) &&
275 if ("MessageDigest".equals(s.getType()) &&
280 if ("MessageDigest".equals(s.getType()) &&
H A DAlgorithmParameterGenerator2Test.java256 public String getType() { method in class:AlgorithmParameterGenerator2Test.tmpAlgorithmParameterSpec
H A DKeyStoreSpiTest.java262 return "[My test Certificate, type: " + getType() + "]";
H A DIdentity2Test.java73 return cert.getType();
/libcore/crypto/src/main/java/org/conscrypt/
H A DServerKeyExchange.java241 public int getType() { method in class:ServerKeyExchange
H A DHandshakeProtocol.java437 io_stream.writeUint8(message.getType());
H A DTrustManagerImpl.java116 if ("AndroidCAStore".equals(keyStore.getType())) {
/libcore/libart/src/main/java/java/lang/reflect/
H A DAbstractMethod.java275 Types.appendGenericType(sb, Types.getType(info.genericReturnType));
/libcore/luni/src/main/java/java/security/
H A DSecurity.java373 if (service.getType().equalsIgnoreCase(serviceName)) {
/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A DAtomicIntegerFieldUpdater.java273 Class<?> fieldt = field.getType();
H A DAtomicReferenceFieldUpdater.java196 fieldClass = field.getType();
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
H A DJarUtils.java187 if (Arrays.equals(a.getType().getOid(), MESSAGE_DIGEST_OID)) {
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DClassLoaderReflectionTest.java71 assertEquals(aClass, aListClass.getDeclaredField("field").getType());
/libcore/luni/src/test/java/libcore/java/security/
H A DProviderTest.java70 String type = service.getType();
H A DKeyPairGeneratorTest.java61 String type = service.getType();
237 if (!"KeyFactory".equals(service.getType())) {
/libcore/luni/src/test/java/libcore/java/lang/
H A DStringTest.java208 if (!Modifier.isStatic(f.getModifiers()) && f.getType() == char[].class) {
/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1045 public int getType() throws SQLException; method in interface:ResultSet
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
H A DAttributeTypeAndValue.java300 public ObjectIdentifier getType() { method in class:AttributeTypeAndValue

Completed in 611 milliseconds

12345