Home
last modified time | relevance | path

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

/libcore/ojluni/src/tools/make/
DMakefile60 all: \ target
/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.java50 BitSet all = new BitSet(mapSize); in testIntegerIteration() local
81 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/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/src/main/java/java/util/concurrent/locks/
DAbstractQueuedLongSynchronizer.java1082 private void doSignal(ConditionNode first, boolean all) { in doSignal()
DAbstractQueuedSynchronizer.java1448 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/main/java/java/io/
DObjectStreamClass.java349 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup()