Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DCurrencyTest.java50 Set<Currency> all = Currency.getAvailableCurrencies(); in testGetAvailableCurrencies() local
52 assertTrue(all.toString(), all.contains(Currency.getInstance("CHF"))); in testGetAvailableCurrencies()
53 assertTrue(all.toString(), all.contains(Currency.getInstance("EUR"))); in testGetAvailableCurrencies()
54 assertTrue(all.toString(), all.contains(Currency.getInstance("GBP"))); in testGetAvailableCurrencies()
55 assertTrue(all.toString(), all.contains(Currency.getInstance("JPY"))); in testGetAvailableCurrencies()
56 assertTrue(all.toString(), all.contains(Currency.getInstance("USD"))); in testGetAvailableCurrencies()
/libcore/
DJavaLibrary.mk43 define all-test-java-files-under
47 define all-core-resource-dirs
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)
57 ojtest_src_files := $(call all-test-java-files-under,ojluni)
61 …nojcore_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenera…
77 android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main/java)
92 LOCAL_MODULE := core-all
109 LOCAL_JAVA_LIBRARIES := core-all
126 LOCAL_JAVA_LIBRARIES := core-all
[all …]
DAndroid.mk23 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
DLICENSE16 software is free for all its users. This General Public License applies to
35 a fee, you must give the recipients all the rights that you have. You must
53 everyone's free use or not licensed at all.
79 disclaimer of warranty; keep intact all the notices that refer to this License
88 or work under the terms of Section 1 above, provided that you also meet all of
96 licensed as a whole at no charge to all third parties under the terms of
149 modifications to it. For an executable work, complete source code means all
150 the source code for all modules it contains, plus any associated interface
175 do so, and all its terms and conditions for copying, distributing or modifying
191 obligations, then as a consequence you may not distribute the Program at all.
[all …]
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/tzdata/
DAndroid.mk19 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
25 LOCAL_SRC_FILES := $(call all-java-files-under, tools/src/main)
36 LOCAL_SRC_FILES := $(call all-java-files-under, update/src/main)
45 LOCAL_SRC_FILES := $(call all-java-files-under, update/src/test)
/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/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/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/tzdata/update_test_app/
DAndroid.mk22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/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/ojluni/src/main/java/sun/util/
DLocaleServiceProviderPool.java180 Set<Locale> all = new HashSet<Locale>(allLocales.length);
182 all.add(getLookupLocale(locale)); in getLookupLocale()
188 all.addAll(pool.getProviderLocales()); in pool.getProviderLocales()
191 allAvailableLocales = all.toArray(new Locale[0]);
/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DObservableTest.java48 public DeleteTestObserver(boolean all) { in DeleteTestObserver() argument
49 deleteAll = all; in DeleteTestObserver()
/libcore/expectations/
Dbrokentests.txt11 description: "We're retiring the security manager. Unfortunately, tests all over the place
12 need to check that they're secure, so they all fail when we refuse to install
13 a security manager. This suppresses all of these failures.",
/libcore/luni/
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,
Dbouncycastle-license.txt13 included in all copies or substantial portions of the 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
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java306 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup() argument
307 if (!(all || Serializable.class.isAssignableFrom(cl))) { in lookup()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/ojluni/
DNOTICE302 software is free for all its users. This General Public License applies to
321 a fee, you must give the recipients all the rights that you have. You must
339 everyone's free use or not licensed at all.
365 disclaimer of warranty; keep intact all the notices that refer to this License
374 or work under the terms of Section 1 above, provided that you also meet all of
382 licensed as a whole at no charge to all third parties under the terms of
435 modifications to it. For an executable work, complete source code means all
436 the source code for all modules it contains, plus any associated interface
461 do so, and all its terms and conditions for copying, distributing or modifying
477 obligations, then as a consequence you may not distribute the Program at all.
[all …]