Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
DExpatSaxParserTest.java74 } catch (SAXException checked) { /* expected */ } in testExceptions()
88 } catch (SAXException checked) { /* expected */ } in testExceptions()
101 } catch (SAXException checked) { /* expected */ } in testExceptions()
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java245 private LogManager(Void checked) { in LogManager() argument
/libcore/benchmarks/src/benchmarks/regression/
DR.java1436 public static final int checked = 0; field in R
/libcore/ojluni/src/main/java/java/util/
DCollections.java3677 List<Map.Entry<K,V>> checked = new ArrayList<>(entries.length);
3683 checked.add(
3686 for (Map.Entry<K,V> e : checked)