Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DCurrencyTest.java48 Set<Currency> all = Currency.getAvailableCurrencies(); in testGetAvailableCurrencies() local
50 assertTrue(all.toString(), all.contains(Currency.getInstance("CHF"))); in testGetAvailableCurrencies()
51 assertTrue(all.toString(), all.contains(Currency.getInstance("EUR"))); in testGetAvailableCurrencies()
52 assertTrue(all.toString(), all.contains(Currency.getInstance("GBP"))); in testGetAvailableCurrencies()
53 assertTrue(all.toString(), all.contains(Currency.getInstance("JPY"))); in testGetAvailableCurrencies()
54 assertTrue(all.toString(), all.contains(Currency.getInstance("USD"))); in testGetAvailableCurrencies()
/libcore/
DJavaLibrary.mk40 define all-main-java-files-under
44 define all-test-java-files-under
48 define all-core-resource-dirs
53 common_core_src_files := $(call all-main-java-files-under,dalvik dex dom json luni xml)
54 core_resource_dirs := $(call all-core-resource-dirs,main)
55 test_resource_dirs := $(call all-core-resource-dirs,test)
56 test_src_files := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml)
60 …common_core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/prege…
65 libart_core_src_files += $(common_core_src_files) $(call all-main-java-files-under,libart)
106 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
[all …]
DCaCerts.mk20 define all-files-under
42 cacerts := $(call all-files-under,luni/src/main/files/cacerts)
DAndroid.mk23 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
DNOTICE45 copyright notice(s) and this permission notice appear in all copies of
83 included in all copies or substantial portions of the Software.
/libcore/dom/src/test/java/
DREADME1 all classes under org.w3c.domts are from the official w3c test suite.
6 all additions under org.w3c.dom.* and org.w3c.dom.events.*
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java662 ThreadGroup[] all = new ThreadGroup[count]; in allGroups() local
663 parent.enumerate(all, true); in allGroups()
664 return all; in allGroups()
704 ThreadGroup[] all = new ThreadGroup[count]; in groups() local
705 parent.enumerate(all, false); in groups()
708 for (; actualSize < all.length; actualSize++) { in groups()
709 if (all[actualSize] == null) { in groups()
714 if (actualSize == all.length) { in groups()
715 result = all; in groups()
718 System.arraycopy(all, 0, result, 0, actualSize); in groups()
/libcore/luni/src/test/java/libcore/java/util/beans/
DPropertyChangeSupportTest.java64 EventLog all = new EventLog(); in testEventsFilteredByProxies() local
65 support.addPropertyChangeListener(all); in testEventsFilteredByProxies()
93 assertEquals(Arrays.asList(eventA, eventB, eventC), all.log); in testEventsFilteredByProxies()
110 EventLog all = new EventLog(); in testRemoveWithProxies() local
111 support.addPropertyChangeListener(all); in testRemoveWithProxies()
138 support.removePropertyChangeListener(all); in testRemoveWithProxies()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java350 ThreadGroup[] all = new ThreadGroup[count]; in groups() local
351 parent.enumerate(all, false); in groups()
354 for (; actualSize < all.length; actualSize++) { in groups()
355 if (all[actualSize] == null) { in groups()
359 return Arrays.copyOfRange(all, 0, actualSize); in groups()
/libcore/benchmarks/
DAndroid.mk23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DObservableTest.java47 public DeleteTestObserver(boolean all) { in DeleteTestObserver() argument
48 deleteAll = 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
84 assertNotNull(all); in test_getAllByNameLjava_lang_String()
86 assertTrue(all.length >= 1); in test_getAllByNameLjava_lang_String()
87 for (InetAddress alias : all) { in test_getAllByNameLjava_lang_String()
/libcore/expectations/
Dbrokentests.txt23 description: "We're retiring the security manager. Unfortunately, tests all over the place
24 need to check that they're secure, so they all fail when we refuse to install
25 a security manager. This suppresses all of these failures.",
/libcore/luni/
Dbouncycastle-license.txt13 included in all copies or substantial portions of the Software.
Dunicode-license.txt3 Unicode Data Files include all data files under the directories
29 and this permission notice appear with all copies of the Data Files or Software,
/libcore/benchmarks/libs/
Dcaliper.jar.txt16 "Legal Entity" shall mean the union of the acting entity and all
102 that You distribute, all copyright, patent, trademark, and
162 work stoppage, computer failure or malfunction, or any and all
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...