/libcore/ojluni/src/main/java/java/util/ |
D | Set.java | 465 static <E> Set<E> of(E e1) { in of() 482 static <E> Set<E> of(E e1, E e2) { in of() 500 static <E> Set<E> of(E e1, E e2, E e3) { in of() 519 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() 539 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() 560 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() 583 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() 607 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() 632 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() 658 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
|
D | List.java | 825 static <E> List<E> of(E e1) { in of() 842 static <E> List<E> of(E e1, E e2) { in of() 860 static <E> List<E> of(E e1, E e2, E e3) { in of() 879 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() 899 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() 920 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() 943 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() 967 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() 992 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() 1018 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
|
D | EnumSet.java | 234 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() 257 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() 282 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() 309 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of()
|
D | AbstractSequentialList.java | 215 ListIterator<E> e1 = listIterator(index); in addAll() local
|
D | ImmutableCollections.java | 367 private final E e1; field in ImmutableCollections.List12 374 List12(E e0, E e1) { in List12() 550 final E e1; field in ImmutableCollections.Set2 552 Set2(E e0, E e1) { in Set2()
|
D | DualPivotQuicksort.java | 291 int e1 = e2 - seventh; in sort() local 739 int e1 = e2 - seventh; in sort() local 1223 int e1 = e2 - seventh; in sort() local 1707 int e1 = e2 - seventh; in sort() local 2287 int e1 = e2 - seventh; in sort() local 2826 int e1 = e2 - seventh; in sort() local
|
D | Arrays.java | 4191 Object e1 = a1[i]; in deepEquals() local 4208 static boolean deepEquals0(Object e1, Object e2) { in deepEquals0()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Set.annotated.java | 68 …et<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1) { throw new RuntimeException("Stub!"); } in of() 70 …of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw new RuntimeException("Stub!"); } in of() 72 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new RuntimeException("Stub!… in of() 74 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4) { throw… in of() 76 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 78 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 80 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 82 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 84 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 86 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
|
D | List.annotated.java | 92 …st<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1) { throw new RuntimeException("Stub!"); } in of() 94 …of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw new RuntimeException("Stub!"); } in of() 96 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new RuntimeException("Stub… in of() 98 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4) { thro… in of() 100 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of() 102 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of() 104 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of() 106 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of() 108 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of() 110 …l E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libco… in of()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumSet.java | 70 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2) { in of() 74 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3) { in of() 78 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() 83 E e1, E e2, E e3, E e4, E e5) { in of()
|
D | Arrays.java | 588 static boolean deepEquals0(java.lang.Object e1, java.lang.Object e2) { in deepEquals0()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | TreeSubSetTest.java | 364 Object e1 = q.lower(three); in testLower() local 382 Object e1 = q.higher(three); in testHigher() local 400 Object e1 = q.floor(three); in testFloor() local 418 Object e1 = q.ceiling(three); in testCeiling() local 843 Object e1 = q.lower(m3); in testDescendingLower() local 861 Object e1 = q.higher(m3); in testDescendingHigher() local 879 Object e1 = q.floor(m3); in testDescendingFloor() local 897 Object e1 = q.ceiling(m3); in testDescendingCeiling() local
|
D | ConcurrentSkipListSubSetTest.java | 367 Object e1 = q.lower(three); in testLower() local 385 Object e1 = q.higher(three); in testHigher() local 403 Object e1 = q.floor(three); in testFloor() local 421 Object e1 = q.ceiling(three); in testCeiling() local 857 Object e1 = q.lower(m3); in testDescendingLower() local 875 Object e1 = q.higher(m3); in testDescendingHigher() local 893 Object e1 = q.floor(m3); in testDescendingFloor() local 911 Object e1 = q.ceiling(m3); in testDescendingCeiling() local
|
D | TreeSetTest.java | 413 Object e1 = q.lower(three); in testLower() local 431 Object e1 = q.higher(three); in testHigher() local 449 Object e1 = q.floor(three); in testFloor() local 467 Object e1 = q.ceiling(three); in testCeiling() local
|
D | ConcurrentSkipListSetTest.java | 416 Object e1 = q.lower(three); in testLower() local 434 Object e1 = q.higher(three); in testHigher() local 452 Object e1 = q.floor(three); in testFloor() local 470 Object e1 = q.ceiling(three); in testCeiling() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | TreeSubSetTest.java | 341 Object e1 = q.lower(three); in testLower() local 359 Object e1 = q.higher(three); in testHigher() local 377 Object e1 = q.floor(three); in testFloor() local 395 Object e1 = q.ceiling(three); in testCeiling() local 820 Object e1 = q.lower(m3); in testDescendingLower() local 838 Object e1 = q.higher(m3); in testDescendingHigher() local 856 Object e1 = q.floor(m3); in testDescendingFloor() local 874 Object e1 = q.ceiling(m3); in testDescendingCeiling() local
|
D | ConcurrentSkipListSubSetTest.java | 344 Object e1 = q.lower(three); in testLower() local 362 Object e1 = q.higher(three); in testHigher() local 380 Object e1 = q.floor(three); in testFloor() local 398 Object e1 = q.ceiling(three); in testCeiling() local 834 Object e1 = q.lower(m3); in testDescendingLower() local 852 Object e1 = q.higher(m3); in testDescendingHigher() local 870 Object e1 = q.floor(m3); in testDescendingFloor() local 888 Object e1 = q.ceiling(m3); in testDescendingCeiling() local
|
D | TreeSetTest.java | 390 Object e1 = q.lower(three); in testLower() local 408 Object e1 = q.higher(three); in testHigher() local 426 Object e1 = q.floor(three); in testFloor() local 444 Object e1 = q.ceiling(three); in testCeiling() local
|
D | ConcurrentSkipListSetTest.java | 386 Object e1 = q.lower(three); in testLower() local 404 Object e1 = q.higher(three); in testHigher() local 422 Object e1 = q.floor(three); in testFloor() local 440 Object e1 = q.ceiling(three); in testCeiling() local
|