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

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 282 myCertPath mcp = new myCertPath("X.509", ""); local
283 CertPath cp = mcp.get("X.509");
310 myCertPath mcp = new myCertPath("X.509", ""); local
311 CertPath cp = mcp.get("X.509");
  /external/tcpdump/
print-ospf.c 556 register const struct mcla *mcp; local
707 mcp = lsap->lsa_un.un_mcla;
708 while ((u_char *)mcp < ls_end) {
709 ND_TCHECK(mcp->mcla_vid);
710 switch (EXTRACT_32BITS(&mcp->mcla_vtype)) {
714 ipaddr_string(ndo, &mcp->mcla_vid)));
719 ipaddr_string(ndo, &mcp->mcla_vid)));
724 EXTRACT_32BITS(&mcp->mcla_vtype)));
727 ++mcp;
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 278 myCertPath mcp = new myCertPath("X.509", ""); local
279 CertPath cp = mcp.get("X.509");
306 myCertPath mcp = new myCertPath("X.509", ""); local
307 CertPath cp = mcp.get("X.509");
375 myCertPath mcp = new myCertPath("X.509", ""); local
376 CertPath cp = mcp.get("X.509");
422 myCertPath mcp = new myCertPath("X.509", ""); local
423 CertPath cp = mcp.get("X.509");

Completed in 101 milliseconds