Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DLDAPCertStoreParametersTest.java47 CertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters01() local
58 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters02() local
69 CertStoreParameters cp = new LDAPCertStoreParameters("myhost"); in testLDAPCertStoreParametersString01() local
81 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(serverName); in testLDAPCertStoreParametersString02() local
105 CertStoreParameters cp = new LDAPCertStoreParameters("myhost", 1098); in testLDAPCertStoreParametersStringint01() local
118 LDAPCertStoreParameters cp = in testLDAPCertStoreParametersStringint02() local
179 LDAPCertStoreParameters cp = in testGetPort() local
189 LDAPCertStoreParameters cp = in testGetServerName() local
DCollectionCertStoreParametersTest.java48 CertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters01() local
58 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters02() local
101 CollectionCertStoreParameters cp = in testCollectionCertStoreParametersCollection03() local
173 CollectionCertStoreParameters cp = in testToString01() local
185 CollectionCertStoreParameters cp = in testToString02() local
195 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testGetCollection01() local
204 CollectionCertStoreParameters cp = in testGetCollection02() local
DCertPathCertPathRepTest.java29 MyCertPath cp = new MyCertPath(testEncoding); in testCertPathCertPathRep() local
43 MyCertPath cp = new MyCertPath(testEncoding); in testReadResolve() local
DCertPathValidatorExceptionTest.java279 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException13() local
307 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException14() local
376 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException15() local
423 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException16() local
DPKIXCertPathBuilderResultTest.java216 CertPath cp = new MyCertPath(testEncoding); in testGetCertPath() local
DCertificateFactory2Test.java153 CertPath cp; in checkResult() local
DCertPathTest.java213 MyFailingCertPath cp = new MyFailingCertPath(testEncoding); in testWriteReplace_ObjectStreamException() local
DCertificateFactory1Test.java600 CertPath cp = certFs[i].generateCertPath(list); in testCertificateFactory15() local
/libcore/luni/src/test/java/libcore/java/nio/charset/
DSettableCharsetProvider.java32 public static void setDelegate(CharsetProvider cp) { in setDelegate()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIX.java52 static ValidatorParams checkParams(CertPath cp, CertPathParameters params) in checkParams()
90 ValidatorParams(CertPath cp, PKIXParameters params) in ValidatorParams()
120 void setCertPath(CertPath cp) { in setCertPath()
DPKIXCertPathValidator.java74 public CertPathValidatorResult engineValidate(CertPath cp, in engineValidate()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset.java436 CharsetProvider cp = (CharsetProvider)i.next(); in lookupViaProviders() local
/libcore/ojluni/src/main/java/sun/misc/
DService.java175 int cp = ln.codePointAt(0); in parseLine() local
/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java259 int cp = ln.codePointAt(0); in parseLine() local
/libcore/ojluni/src/main/native/
Dzip_util.c564 unsigned char *cp; in readCEN() local
/libcore/ojluni/src/main/java/java/net/
DURI.java2125 String cp = normalize(child.path); in relativize() local