/libcore/luni/src/test/java/libcore/java/util/ |
D | CurrencyTest.java | 73 Set<Currency> all = Currency.getAvailableCurrencies(); in testGetAvailableCurrencies() local 75 assertTrue(all.toString(), all.contains(Currency.getInstance("CHF"))); in testGetAvailableCurrencies() 76 assertTrue(all.toString(), all.contains(Currency.getInstance("EUR"))); in testGetAvailableCurrencies() 77 assertTrue(all.toString(), all.contains(Currency.getInstance("GBP"))); in testGetAvailableCurrencies() 78 assertTrue(all.toString(), all.contains(Currency.getInstance("JPY"))); in testGetAvailableCurrencies() 79 assertTrue(all.toString(), all.contains(Currency.getInstance("USD"))); in testGetAvailableCurrencies()
|
/libcore/dom/src/test/java/ |
D | README | 1 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/ |
D | ThreadGroupTest.java | 663 ThreadGroup[] all = new ThreadGroup[count]; in allGroups() local 664 parent.enumerate(all, true); in allGroups() 665 return all; in allGroups() 705 ThreadGroup[] all = new ThreadGroup[count]; in groups() local 706 parent.enumerate(all, false); in groups() 709 for (; actualSize < all.length; actualSize++) { in groups() 710 if (all[actualSize] == null) { in groups() 715 if (actualSize == all.length) { in groups() 716 result = all; in groups() 719 System.arraycopy(all, 0, result, 0, actualSize); in groups()
|
/libcore/luni/src/test/java/libcore/java/util/beans/ |
D | PropertyChangeSupportTest.java | 64 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/ |
D | JavaLibrary.bp | 139 //"-Xlint:all", 157 // See core-all-system-modules for more details. 159 name: "core-all", 194 src: ":core-all", 198 // contains the core-all jar, which contains the classes that end up in core-oj, 205 name: "core-all-system-modules", 217 libs: ["core-all"], 240 system_modules: "core-all-system-modules", 288 system_modules: "core-all-system-modules", 344 system_modules: "core-all-system-modules", [all …]
|
D | LICENSE | 16 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 …]
|
D | NOTICE | 45 copyright notice(s) and this permission notice appear in all copies of 83 included in all copies or substantial portions of the Software.
|
D | NativeCode.bp | 19 // Defaults that apply to all of the modules
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadGroupTest.java | 356 ThreadGroup[] all = new ThreadGroup[count]; in groups() local 357 parent.enumerate(all, false); in groups() 360 for (; actualSize < all.length; actualSize++) { in groups() 361 if (all[actualSize] == null) { in groups() 365 return Arrays.copyOfRange(all, 0, actualSize); in groups()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | InetAddressTest.java | 83 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/luni/src/test/java9language/ |
D | Android.bp | 27 system_modules: "core-all-system-modules", 68 system_modules: "core-all-system-modules",
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ObservableTest.java | 48 public DeleteTestObserver(boolean all) { in DeleteTestObserver() argument 49 deleteAll = all; in DeleteTestObserver()
|
/libcore/benchmarks/ |
D | Android.bp | 23 system_modules: "core-all-system-modules",
|
/libcore/luni/ |
D | unicode-license.txt | 3 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,
|
D | bouncycastle-license.txt | 13 included in all copies or substantial portions of the Software.
|
/libcore/ojluni/ |
D | Android.bp | 16 // directory, detect that it is a GPL license and then copy all the files
|
/libcore/expectations/ |
D | virtualdeviceknownfailures.txt | 4 * Many are because of the network environment used by some or all of the
|
/libcore/tools/testmapping/ |
D | README | 16 run, rather than once after all three runs.)
|
/libcore/tools/docs/crypto/ |
D | README | 11 all-uppercase versions, but this produces substandard results in some cases
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 16 "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/metrictests/memory/ |
D | README | 17 make tradefed-all libcore-memory-metrics-tests LibcoreHeapDumper ahat
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | EmulatedStackFrame.java | 120 public static Range all(MethodType frameType) { in all() method in EmulatedStackFrame.Range
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 400 this.callerRange = EmulatedStackFrame.Range.all(type()); in Construct() 459 this.range = EmulatedStackFrame.Range.all(this.type()); in BindTo() 495 allArgs = EmulatedStackFrame.Range.all(type()); in FilterReturnValue() 1639 combinerArgs = Range.all(combiner.type()); in FoldArguments() 1640 targetArgs = Range.all(type()); in FoldArguments()
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | ObjectStreamClass.java | 73 static java.io.ObjectStreamClass lookup(java.lang.Class<?> cl, boolean all) { in lookup() argument
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 329 static ObjectStreamClass lookup(Class<?> cl, boolean all) { in lookup() argument 330 if (!(all || Serializable.class.isAssignableFrom(cl))) { in lookup()
|