Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/List/
DListFactories.java60 static final int NUM_STRINGS = 20; // should be larger than the largest fixed-arg overload field in ListFactories
63 String[] sa = new String[NUM_STRINGS];
64 for (int i = 0; i < NUM_STRINGS; i++) {
135 a(List.of(stringArray).subList(5, NUM_STRINGS), in sublists()
136 asList(Arrays.copyOfRange(stringArray, 5, NUM_STRINGS))) in sublists()