Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/com/android/org/bouncycastle/jce/provider/
DCertBlacklistTest.java152 CertBlacklist bl = new CertBlacklist(path, ""); in getPubkeyBlacklist() local
165 CertBlacklist bl = new CertBlacklist("", path); in getSerialBlacklist() local
234 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistLegit() local
250 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted() local
265 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlacklisted() local
272 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistLegit() local
284 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleLegit() local
297 HashSet<String> bl = new HashSet<String>(); in testSerialBlacklistMultipleLegit() local
310 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlacklistMultipleBad() local
326 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()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java38 static boolean atBugLevel(java.lang.String bl) { in atBugLevel()