HomeSort by relevance Sort by last modified time
    Searched defs:mcp (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 273 myCertPath mcp = new myCertPath("X.509", ""); local
274 CertPath cp = mcp.get("X.509");
301 myCertPath mcp = new myCertPath("X.509", ""); local
302 CertPath cp = mcp.get("X.509");
370 myCertPath mcp = new myCertPath("X.509", ""); local
371 CertPath cp = mcp.get("X.509");
417 myCertPath mcp = new myCertPath("X.509", ""); local
418 CertPath cp = mcp.get("X.509");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 283 myCertPath mcp = new myCertPath("X.509", ""); local
284 CertPath cp = mcp.get("X.509");
311 myCertPath mcp = new myCertPath("X.509", ""); local
312 CertPath cp = mcp.get("X.509");
  /external/tcpdump/
print-ospf.c 254 register const struct mcla *mcp; local
421 mcp = lsap->lsa_un.un_mcla;
422 while ((u_char *)mcp < ls_end) {
423 TCHECK(mcp->mcla_vid);
424 switch (EXTRACT_32BITS(&mcp->mcla_vtype)) {
428 ipaddr_string(&mcp->mcla_vid));
433 ipaddr_string(&mcp->mcla_vid));
438 EXTRACT_32BITS(&mcp->mcla_vtype));
441 ++mcp;
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 236 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
238 Configuration cf = Configuration.getInstance("MockType", mcp, mp);
239 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp);
243 Configuration.getInstance(null, mcp, mp);
251 Configuration.getInstance("MockType2", mcp, mp);
259 Configuration.getInstance("MockType2", mcp, (Provider)null);
275 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
278 Configuration cf = Configuration.getInstance("MockType", mcp, "MockProvider");
280 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp);
284 Configuration.getInstance(null, mcp, "MockProvider")
330 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
363 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
374 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
385 MockConfigurationParameters mcp = new MockConfigurationParameters(); local
    [all...]

Completed in 172 milliseconds