Searched refs:each (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | Collection.java | 399 final Iterator<E> each = iterator(); in removeIf() local 400 while (each.hasNext()) { in removeIf() 401 if (filter.test(each.next())) { in removeIf() 402 each.remove(); in removeIf()
|
/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/testlib/org/openjdk/testlib/java/util/stream/ |
D | LambdaTestHelpers.java | 272 T each = iter.next(); in assertUnique() local 273 assertTrue(!uniq.contains(each), "Not unique"); in assertUnique() 274 uniq.add(each); in assertUnique()
|
/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/ |
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/luni/ |
D | unicode-license.txt | 31 associated documentation, and (c) there is clear notice in each modified Data
|
/libcore/ojluni/ |
D | NOTICE | 329 Also, for each author's protection and ours, we want to make certain that 364 appropriately publish on each copy an appropriate copyright notice and 402 whole, and thus to each and every part regardless of who wrote it. 557 them to the start of each source file to most effectively convey the exclusion 558 of warranty; and each file should have at least the "copyright" line and a 628 choice, provided that you also meet, for each linked independent module, 1466 history, marking each character with an author and revision number. 1535 documentation, and (c) there is clear notice in each modified Data File or 1573 there is clear notice in each modified Data File or in the Software as
|