Home
last modified time | relevance | path

Searched defs:all (Results 1 – 21 of 21) 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.java53 BitSet all = new BitSet(mapSize); in testIntegerIteration() local
84 BitSet all = new BitSet(mapSize); in testStringIteration() local
DDefaults.java790 Collection<Object[]> all = new ArrayList<>(); in makeAllRWMapsWithNulls() local
798 Collection<Object[]> all = new ArrayList<>(); in makeRWMapsNoNulls() local
807 Collection<Object[]> all = new ArrayList<>(); in makeAllROMaps() local
816 Collection<Object[]> all = new ArrayList<>(); in makeAllRWMaps() local
826 Collection<Object[]> all = new ArrayList<>(); in makeAllMaps() local
835 Collection<Object[]> all = new ArrayList<>(); in makeAllMapsWithNulls() local
/libcore/ojluni/src/tools/make/
DMakefile76 all: \ target
/libcore/ojluni/annotations/flagged_api/java/util/random/
DRandomGeneratorFactory.annotated.java39 …java.util.random.RandomGeneratorFactory<java.util.random.RandomGenerator>> all() { throw new Runti… in all() method in RandomGeneratorFactory
/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.java75 Set<Currency> all = Currency.getAvailableCurrencies(); in testGetAvailableCurrencies() local
/libcore/ojluni/src/test/java/util/Collections/
DCheckedListBash.java135 List all = clone(odd); in main() 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/ojluni/src/test/java/util/Random/
DRandomStreamTest.java157 …CompletableFuture<Void> all = CompletableFuture.allOf(cfs.stream().toArray(CompletableFuture[]::ne… in testRandomResultSupplierConcurrently() local
/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/src/main/java/java/util/concurrent/locks/
DAbstractQueuedSynchronizer.java1448 private void doSignal(ConditionNode first, boolean all) { in doSignal()
DAbstractQueuedLongSynchronizer.java1082 private void doSignal(ConditionNode first, boolean all) { in doSignal()
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectStreamClass.java73 static java.io.ObjectStreamClass lookup(java.lang.Class<?> cl, boolean all) { in lookup()
/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java100 public Iterator<Object[]> all() { in all() method in Basic
DBasicMap.java91 public Iterator<Object[]> all() { in all() method in BasicMap
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java349 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup()