OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensurethrows
(Results
1 - 1
of
1
) sorted by null
/art/test/407-arrays/src/
Main.java
25
ensureThrows
(new boolean[2], 2);
26
ensureThrows
(new boolean[2], 4);
27
ensureThrows
(new boolean[2], -1);
28
ensureThrows
(new boolean[2], Integer.MIN_VALUE);
29
ensureThrows
(new boolean[2], Integer.MAX_VALUE);
133
public static void
ensureThrows
(boolean[] array, int index) {
Completed in 71 milliseconds