Searched refs:check (Results 51 - 54 of 54) sorted by relevance

123

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyChecker.java176 public void check(Certificate cert, Collection<String> unresCritExts) method in class:PolicyChecker
751 + "inside policyMapping check");
H A DSunCertPathBuilder.java237 /* check if anchor satisfies target constraints */
356 * and check for loops. Call depthFirstSearchForward()
508 currChecker.check(currCert, unresCritExts);
673 * and check for loops. Call depthFirstSearchReverse()
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLContextImpl.java842 // check endpoint identity
851 // try the best to check the algorithm constraints
884 // check endpoint identity
893 // try the best to check the algorithm constraints
935 // A forward checker, need to check from trust to target
942 checker.check(cert, Collections.<String>emptySet());
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java410 * is around 13%, meaning that only about 1 in 8 puts check
721 * equivalent check), thus ensuring that any index argument taking
2293 * @param check if <0, don't check resize, if <= 1 only check if uncontended
2295 private final void addCount(long x, int check) { argument
2308 if (check <= 1)
2312 if (check >= 0) {

Completed in 75 milliseconds

123