Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DLDAPCertStoreParametersTest.java59 CertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters01() local
76 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters02() local
93 CertStoreParameters cp = new LDAPCertStoreParameters("myhost"); in testLDAPCertStoreParametersString01() local
111 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(serverName); in testLDAPCertStoreParametersString02() local
147 CertStoreParameters cp = new LDAPCertStoreParameters("myhost", 1098); in testLDAPCertStoreParametersStringint01() local
166 LDAPCertStoreParameters cp = in testLDAPCertStoreParametersStringint02() local
251 LDAPCertStoreParameters cp = in testGetPort() local
267 LDAPCertStoreParameters cp = in testGetServerName() local
DCollectionCertStoreParametersTest.java60 CertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters01() local
76 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testCollectionCertStoreParameters02() local
137 CollectionCertStoreParameters cp = in testCollectionCertStoreParametersCollection03() local
239 CollectionCertStoreParameters cp = in testToString01() local
257 CollectionCertStoreParameters cp = in testToString02() local
273 CollectionCertStoreParameters cp = new CollectionCertStoreParameters(); in testGetCollection01() local
288 CollectionCertStoreParameters cp = in testGetCollection02() local
DCertPathCertPathRepTest.java40 MyCertPath cp = new MyCertPath(testEncoding); in testCertPathCertPathRep() local
60 MyCertPath cp = new MyCertPath(testEncoding); in testReadResolve() local
DCertPathValidatorExceptionTest.java358 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException13() local
392 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException14() local
467 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException15() local
520 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException16() local
DPKIXCertPathBuilderResultTest.java258 CertPath cp = new MyCertPath(testEncoding); in testGetCertPath() local
DCertificateFactory2Test.java158 CertPath cp; in checkResult() local
DCertPathTest.java213 MyFailingCertPath cp = new MyFailingCertPath(testEncoding); in testWriteReplace_ObjectStreamException() local
DCertificateFactory1Test.java752 CertPath cp = certFs[i].generateCertPath(list); in testCertificateFactory15() local
/libcore/dalvik/src/main/native/
Ddalvik_system_TouchDex.cpp161 const char* cp; in dalvik_system_TouchDex_trampoline() local
/libcore/luni/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java590 String cp = System.getProperty("java.class.path"); in checkSystemProperties() local
656 protected Vector checkPathForJars(String cp, String[] jars) in checkPathForJars()