Searched refs:getName (Results 176 - 200 of 525) sorted by relevance

1234567891011>>

/libcore/ojluni/src/main/java/sun/security/ec/
H A DECKeyFactory.java71 p.put("KeyFactory.EC", ECKeyFactory.class.getName());
72 p.put("AlgorithmParameters.EC", ECParameters.class.getName());
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DDistributionPointFetcher.java171 ((X500Name) crlIssuers.get(0).getName(), relativeName);
184 X500Name x500Name = (X500Name) name.getName();
189 URIName uriName = (URIName)name.getName();
346 GeneralNameInterface name = t.next().getName();
454 GeneralNameInterface idpName = i.next().getName();
460 GeneralNameInterface pointName = p.next().getName();
483 GeneralNameInterface crlIssuerName = t.next().getName();
486 GeneralNameInterface idpName = i.next().getName();
H A DPKIXMasterCertPathValidator.java112 currChecker.getClass().getName() + "]");
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DDHCrypt.java201 !KeyUtil.isOracleJCEProvider(ka.getProvider().getName())) {
223 (!KeyUtil.isOracleJCEProvider(kpg.getProvider().getName()));
H A DSunJSSE.java117 this(checkNull(cryptoProvider), cryptoProvider.getName());
/libcore/benchmarks/src/benchmarks/
H A DBufferedZipFileBenchmark.java39 file = File.createTempFile(getClass().getName(), ".zip");
H A DZipFileBenchmark.java39 file = File.createTempFile(getClass().getName(), ".zip");
/libcore/dalvik/src/main/java/dalvik/system/
H A DBaseDexClassLoader.java93 * {@code myClass.getPackage().getName()} happy. Thus we construct
145 return getClass().getName() + "[" + pathList + "]";
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Delementgetattributenodens01.java90 attrName = attribute.getName();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarOutputStreamTest.java49 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilder.java80 "This DocumentBuilder, \"" + this.getClass().getName() + "\", does not support the reset functionality."
/libcore/luni/src/main/java/libcore/util/
H A DObjects.java59 sb.append(f.getName());
/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java105 assertEquals("", f.getName());
295 assertEquals("dir_\uD80C\uDC00", files[0].getName());
299 assertEquals("file_\uD80C\uDC00", files[0].getName());
359 assertEquals("test1", file.getName());
/libcore/luni/src/test/java/libcore/java/lang/
H A DClassTest.java77 // Note that getName() and getSimpleName() are inconsistent here because for
83 cl.getName());
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DFieldTest.java42 assertEquals(FieldTestHelper.class.getName().hashCode() ^ "a".hashCode(), f1.hashCode());
H A DOldGenericTypesTest.java115 assertEquals("T", typeVariableT.getName());
117 assertEquals("S", typeVariableS.getName());
152 assertEquals("T", typeVariableT.getName());
154 assertEquals("S", typeVariableS.getName());
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProvider2Test.java77 * java.security.Provider#getName()
80 // test method of java.security.provider.getName
82 "provTest", provTest.getName());
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DElementGetAttributeNodeNS.java74 attrName = attribute.getName();
/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathValidator3Test.java61 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
/libcore/ojluni/src/main/java/java/text/
H A DFieldPosition.java241 return getClass().getName() +
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarFile.java264 return man.getAttributes(getName());
433 (JarEntry) ze : getJarEntry(ze.getName()),
549 String name = getName();
595 value = e.getName();
/libcore/ojluni/src/main/java/java/util/logging/
H A DSocketHandler.java80 String cname = getClass().getName();
/libcore/ojluni/src/main/java/sun/net/
H A DProgressSource.java207 return getClass().getName() + "[url=" + url + ", method=" + method + ", state=" + state
/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertificateAlgorithmId.java167 public String getName() { method in class:CertificateAlgorithmId
H A DCertificateIssuerExtension.java206 public String getName() { method in class:CertificateIssuerExtension

Completed in 1568 milliseconds

1234567891011>>