Searched defs:cp (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DSettableCharsetProvider.java32 public static void setDelegate(CharsetProvider cp) { argument
33 delegate = cp;
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPKIXCertPathValidator.java66 * @param cp the X509 certification path
74 public CertPathValidatorResult engineValidate(CertPath cp, argument
78 ValidatorParams valParams = PKIX.checkParams(cp, params);
H A DPKIX.java52 static ValidatorParams checkParams(CertPath cp, CertPathParameters params) argument
59 return new ValidatorParams(cp, (PKIXParameters)params);
90 ValidatorParams(CertPath cp, PKIXParameters params) argument
94 if (!cp.getType().equals("X.509") && !cp.getType().equals("X509")) {
98 this.certPath = cp;
120 void setCertPath(CertPath cp) { argument
121 this.certPath = cp;
/libcore/ojluni/src/main/native/
H A Dzip_util.c564 unsigned char *cp; local
681 for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp += CENSIZE(cp)) {
694 method = CENHOW(cp);
695 nlen = CENNAM(cp);
697 if (GETSIG(cp) != CENSIG) {
700 if (CENFLG(cp) & 1) {
706 if (cp
[all...]

Completed in 222 milliseconds