Searched refs:checked (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | StringUTF16.java | 101 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/ |
D | ExpatSaxParserTest.java | 74 } 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/ |
D | LogManager.java | 38 private LogManager(java.lang.Void checked) { in LogManager() argument
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 246 private LogManager(Void checked) { in LogManager() argument
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | R.java | 1436 public static final int checked = 0; field in R
|
/libcore/ojluni/src/main/java/java/util/ |
D | Collections.java | 3816 List<Map.Entry<K,V>> checked = new ArrayList<>(entries.length); 3822 checked.add( 3825 for (Map.Entry<K,V> e : checked)
|
/libcore/ |
D | JavaLibrary.bp | 1028 // the API will be checked for compatibility against the latest released
|