/libcore/ojluni/src/test/java/util/Map/ |
D | ToArray.java | 70 for (int each = 0; each < TEST_SIZE; each++) { 71 KEYS[each] = Integer.valueOf(each); 72 VALUES[each] = Long.valueOf(each + TEST_SIZE); 80 for (int each = 0; each < TEST_SIZE; each++) { in testMap() 81 map.put(KEYS[each], VALUES[each]); in testMap() 88 for(int each = 0; each < TEST_SIZE; each++) { in testMap() 89 Assert.assertTrue( keys[each] == KEYS[each]); in testMap() 96 for(int each = 0; each < TEST_SIZE; each++) { in testMap() 97 Assert.assertTrue( values[each] == VALUES[each]); in testMap() 107 for(int each = 0; each < TEST_SIZE; each++) { in testMap() [all …]
|
D | Collisions.java | 54 for (Map.Entry<IntKey, IntKey> each : map.entrySet()) { in testIntegerIteration() 55 assertFalse(all.get(each.getKey().getValue()), "Iteration: key already seen"); in testIntegerIteration() 56 all.set(each.getKey().getValue()); in testIntegerIteration() 62 for (IntKey each : map.keySet()) { in testIntegerIteration() 63 assertFalse(all.get(each.getValue()), "Iteration: key already seen"); in testIntegerIteration() 64 all.set(each.getValue()); in testIntegerIteration() 71 for (IntKey each : map.values()) { in testIntegerIteration() 85 for (Map.Entry<String, String> each : map.entrySet()) { in testStringIteration() 86 String key = each.getKey(); in testStringIteration() 96 for (String each : map.keySet()) { in testStringIteration() [all …]
|
D | BasicSerialization.java | 83 for (int each = 0; each < TEST_SIZE; each++) { 84 KEYS[each] = keys[each]; 85 VALUES[each] = keys[each].name(); 217 for (int each = 0; each < TEST_SIZE; each++) { in fillMap() 218 result.put(KEYS[each], VALUES[each]); in fillMap()
|
D | Defaults.java | 748 for (int each = 0; each < TEST_SIZE; each++) { 749 KEYS[each] = keys[each]; 750 VALUES[each] = String.valueOf(each); 906 for (int each = 0; each < TEST_SIZE; each++) { 907 IntegerEnum key = nullKeys ? (each == 0) ? null : KEYS[each] : KEYS[each]; 908 String value = nullValues ? (each == 0) ? null : VALUES[each] : VALUES[each];
|
/libcore/ojluni/src/main/java/java/util/ |
D | Collection.java | 581 final Iterator<E> each = iterator(); in removeIf() local 582 while (each.hasNext()) { in removeIf() 583 if (filter.test(each.next())) { in removeIf() 584 each.remove(); in removeIf()
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | CheckedSetBash.java | 159 for (int each=1; each < numItr; each++) { in navigableSetsProvider()
|
D | CheckedMapBash.java | 160 for (int each=1; each < numItr; each++) { in bashNavigableMapProvider()
|
D | SyncSubMutexes.java | 159 for(String each : BASE_COLLECTION) { 160 map.put(each, "*" + each + "*"); in map.put() argument
|
/libcore/ojluni/src/test/java/util/Collection/testlibrary/ |
D | CollectionAsserts.java | 117 T each = iter.next(); in assertUnique() local 118 assertTrue(!uniq.contains(each)); in assertUnique() 119 uniq.add(each); in assertUnique()
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 145 agreed to in writing, Licensor provides the Work (and each 173 defend, and hold each Contributor harmless for any liability
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | LambdaTestHelpers.java | 271 T each = iter.next(); in assertUnique() local 272 assertTrue(!uniq.contains(each), "Not unique"); in assertUnique() 273 uniq.add(each); in assertUnique()
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | LambdaTestHelpers.java | 273 T each = iter.next(); in assertUnique() local 274 assertTrue(!uniq.contains(each), "Not unique"); in assertUnique() 275 uniq.add(each); in assertUnique()
|
/libcore/tools/docs/crypto/ |
D | README | 4 the supported API levels for each crypto algorithm that has ever been supported
|
/libcore/tools/testmapping/ |
D | README | 15 you to pick the runs you want. (If you prefer, you can run this after each
|
/libcore/luni/src/test/resources/keystore/ |
D | README.md | 4 PKCS#12 KeyStore files, each using a different PKCS#7 encryption scheme for the
|
/libcore/ |
D | LICENSE | 43 Also, for each author's protection and ours, we want to make certain that 78 appropriately publish on each copy an appropriate copyright notice and 116 whole, and thus to each and every part regardless of who wrote it. 271 them to the start of each source file to most effectively convey the exclusion 272 of warranty; and each file should have at least the "copyright" line and a 342 choice, provided that you also meet, for each linked independent module,
|
/libcore/ojluni/src/main/resources/java/time/chrono/ |
D | hijrah-config-Hijrah-umalqura_islamic-umalqura.properties | 46 # Number of days for each month of a Hijrah year
|
/libcore/ojluni/src/test/ |
D | LICENSE | 43 Also, for each author's protection and ours, we want to make certain 81 conspicuously and appropriately publish on each copy an appropriate 122 entire whole, and thus to each and every part regardless of who wrote it. 289 to attach them to the start of each source file to most effectively 290 convey the exclusion of warranty; and each file should have at least
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 43 Also, for each author's protection and ours, we want to make certain 81 conspicuously and appropriately publish on each copy an appropriate 122 entire whole, and thus to each and every part regardless of who wrote it. 289 to attach them to the start of each source file to most effectively 290 convey the exclusion of warranty; and each file should have at least
|
/libcore/luni/ |
D | unicode-license.txt | 31 associated documentation, and (c) there is clear notice in each modified Data
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 76 * when $a$ $coding$ error has occurred. In each case a {@link CoderResult} 173 * $otype$s that will be produced for each input $itype$ 177 * $otype$s that will be produced for each input $itype$ 250 * $otype$s that will be produced for each input $itype$ 254 * $otype$s that will be produced for each input $itype$ 474 * Returns the average number of $otype$s that will be produced for each 486 * Returns the maximum number of $otype$s that will be produced for each
|
/libcore/ojluni/annotations/ |
D | README | 44 …4. Add @libcore.api.Hide to each class, methods and fields in the new files. This will prevent it …
|
/libcore/tools/expected_upstream/ |
D | README.md | 13 `git merge` from an OpenJDK branch. However, each file in `ojluni/` can come 15 storing the OpenJDK version of each file. Thus, we can use `git merge` when
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 118 # this tells Samba to use a separate log file for each machine 338 # specifically define each individual printer 399 # a service which has a different directory for each machine that connects
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 113 * before (or after) each invocation of one of the underlying operating 154 * <i>get</i> and <i>put</i> methods for each type. For 32-bit floating-point 331 * capacity, its mark will be undefined, each of its elements will be 357 * capacity, its mark will be undefined, each of its elements will be 989 * buffer into this buffer, starting at each buffer's current position. 1890 * position of each sequence within its corresponding buffer. 1939 * {@link #position() position} of each buffer and will be in the range of 1941 * elements in each buffer (exclusive). 1947 * the smaller of the remaining elements in each buffer, and it follows that
|