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

/libcore/luni/src/test/java/libcore/xml/
H A DExpatSaxParserTest.java74 } catch (SAXException checked) { /* expected */ }
88 } catch (SAXException checked) { /* expected */ }
101 } catch (SAXException checked) { /* expected */ }
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java245 private LogManager(Void checked) { argument
259 // These permission will be checked in the LogManager constructor,
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1436 public static final int checked = 0; field in class:R
/libcore/ojluni/src/main/java/java/util/
H A DCollections.java3148 // element into it after it has been type checked.
3160 // semantics (which we wouldn't get if we type-checked each
3677 List<Map.Entry<K,V>> checked = new ArrayList<>(entries.length);
3683 checked.add(
3686 for (Map.Entry<K,V> e : checked)

Completed in 291 milliseconds