Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStringUTF16.java101 private static int codePointAt(byte[] value, int index, int end, boolean checked) {
103 if (checked) {
108 if (checked) {
123 private static int codePointBefore(byte[] value, int index, boolean checked) {
125 if (checked) {
131 if (checked) {
146 private static int codePointCount(byte[] value, int beginIndex, int endIndex, boolean checked) {
150 if (checked && i < endIndex) {
/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/annotations/hiddenapi/java/util/logging/
DLogManager.java38 private LogManager(java.lang.Void checked) { in LogManager() argument
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java246 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.java3816 List<Map.Entry<K,V>> checked = new ArrayList<>(entries.length);
3822 checked.add(
3825 for (Map.Entry<K,V> e : checked)
/libcore/
DJavaLibrary.bp1028 // the API will be checked for compatibility against the latest released