HomeSort by relevance Sort by last modified time
    Searched defs:mcp (Results 1 - 3 of 3) 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 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 565 register const struct mcla *mcp; local
717 mcp = lsap->lsa_un.un_mcla;
718 while ((u_char *)mcp < ls_end) {
719 TCHECK(mcp->mcla_vid);
720 switch (EXTRACT_32BITS(&mcp->mcla_vtype)) {
724 ipaddr_string(&mcp->mcla_vid));
729 ipaddr_string(&mcp->mcla_vid));
734 EXTRACT_32BITS(&mcp->mcla_vtype));
737 ++mcp;
    [all...]

Completed in 100 milliseconds