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

  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 357 myCertPath mcp = new myCertPath("X.509", ""); local
358 CertPath cp = mcp.get("X.509");
391 myCertPath mcp = new myCertPath("X.509", ""); local
392 CertPath cp = mcp.get("X.509");
466 myCertPath mcp = new myCertPath("X.509", ""); local
467 CertPath cp = mcp.get("X.509");
519 myCertPath mcp = new myCertPath("X.509", ""); local
520 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...]

Completed in 95 milliseconds