Home
last modified time | relevance | path

Searched defs:bl (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
DCertBlacklistTest.java154 CertBlacklist bl = new CertBlacklist(path, ""); in getPubkeyBlacklist() local
167 CertBlacklist bl = new CertBlacklist("", path); in getSerialBlacklist() local
236 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistLegit() local
252 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted() local
267 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlacklisted() local
274 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistLegit() local
286 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleLegit() local
299 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistMultipleLegit() local
312 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleBad() local
328 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistMultipleBad() local
[all …]
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset.java281 static boolean atBugLevel(String bl) { // package-private in atBugLevel()