Home
last modified time | relevance | path

Searched defs:all (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/test/java/util/List/
DListFactories.java141 public Iterator<Object[]> all() { in all() method in ListFactories
142 List<Object[]> all = new ArrayList<>(); in all() local
151 List<Object[]> all = new ArrayList<>(); in nonsublists() local
/libcore/ojluni/src/test/java/util/Map/
DCollisions.java44 BitSet all = new BitSet(mapSize); in testIntegerIteration() local
75 BitSet all = new BitSet(mapSize); in testStringIteration() local
DDefaults.java783 Collection<Object[]> all = new ArrayList<>(); in makeAllRWMapsWithNulls() local
791 Collection<Object[]> all = new ArrayList<>(); in makeRWMapsNoNulls() local
800 Collection<Object[]> all = new ArrayList<>(); in makeAllROMaps() local
809 Collection<Object[]> all = new ArrayList<>(); in makeAllRWMaps() local
819 Collection<Object[]> all = new ArrayList<>(); in makeAllMaps() local
828 Collection<Object[]> all = new ArrayList<>(); in makeAllMapsWithNulls() local
/libcore/ojluni/src/test/java/util/Collection/
DSetFactories.java117 public Iterator<Object[]> all() { in all() method in SetFactories
118 List<Object[]> all = new ArrayList<>(); in all() local
/libcore/luni/src/test/java/libcore/java/util/
DCurrencyTest.java73 Set<Currency> all = Currency.getAvailableCurrencies(); in testGetAvailableCurrencies() local
/libcore/luni/src/test/java/libcore/java/util/beans/
DPropertyChangeSupportTest.java65 EventLog all = new EventLog(); in testEventsFilteredByProxies() local
111 EventLog all = new EventLog(); in testRemoveWithProxies() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DObservableTest.java48 public DeleteTestObserver(boolean all) { in DeleteTestObserver()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressTest.java83 InetAddress[] all = InetAddress.getAllByName("localhost"); in test_getAllByNameLjava_lang_String() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java663 ThreadGroup[] all = new ThreadGroup[count]; in allGroups() local
705 ThreadGroup[] all = new ThreadGroup[count]; in groups() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java356 ThreadGroup[] all = new ThreadGroup[count]; in groups() local
/libcore/dalvik/src/main/java/dalvik/system/
DEmulatedStackFrame.java114 public static Range all(MethodType frameType) { in all() method in EmulatedStackFrame.Range
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectStreamClass.java73 static java.io.ObjectStreamClass lookup(java.lang.Class<?> cl, boolean all) { in lookup()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java329 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup()