HomeSort by relevance Sort by last modified time
    Searched full:normalcountinglist (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 107 ArrayList normalCountingList;
116 if (!(col.isEmpty() || col.containsAll(normalCountingList) || col
124 col.addAll(normalCountingList);
136 normalCountingList = new ArrayList(colSize);
139 normalCountingList.add(new Integer(counter));
146 col.addAll(normalCountingList);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 90 ArrayList normalCountingList;
99 if (!(col.isEmpty() || col.containsAll(normalCountingList) || col
107 col.addAll(normalCountingList);
119 normalCountingList = new ArrayList(colSize);
122 normalCountingList.add(new Integer(counter));
129 col.addAll(normalCountingList);
    [all...]

Completed in 312 milliseconds