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/
DCertBlocklistTest.java152 CertBlocklist bl = new CertBlocklist(path, ""); in getPubkeyBlocklist() local
165 CertBlocklist bl = new CertBlocklist("", path); in getSerialBlocklist() local
234 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlocklistLegit() local
250 CertBlocklist bl = new CertBlocklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlocklisted() local
265 CertBlocklist bl = new CertBlocklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlocklisted() local
272 HashSet<String> bl = new HashSet<String>(); in testSerialBlocklistLegit() local
284 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlocklistMultipleLegit() local
297 HashSet<String> bl = new HashSet<String>(); in testSerialBlocklistMultipleLegit() local
310 HashSet<String> bl = new HashSet<String>(); in testPubkeyBlocklistMultipleBad() local
326 HashSet<String> bl = new HashSet<String>(); in testSerialBlocklistMultipleBad() 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()