/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/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 | 239 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() 262 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() 287 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() 314 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 | 369 private final E e1; field in ImmutableCollections.List12 376 List12(E e0, E e1) { in List12() 561 final E e1; field in ImmutableCollections.Set2 563 Set2(E e0, E e1) { in Set2()
|
D | DualPivotQuicksort.java | 304 int e1 = e2 - seventh; in sort() local 770 int e1 = e2 - seventh; in sort() local 1272 int e1 = e2 - seventh; in sort() local 1774 int e1 = e2 - seventh; in sort() local 2372 int e1 = e2 - seventh; in sort() local 2929 int e1 = e2 - seventh; in sort() local
|
/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()
|
/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
|
/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/ojluni/src/test/java/util/EnumSet/ |
D | SmallEnumIteratorRemoveResilience.java | 34 private enum SmallEnum { e0, e1, e2 } enumConstant
|
D | InsertWrongType.java | 106 static void heterogeneousCopyOf(Enum e1, Enum e2) { in heterogeneousCopyOf() 116 static void heterogeneousOf2(Enum e1, Enum e2) { in heterogeneousOf2() 123 static void heterogeneousOf3(Enum e1, Enum e2) { in heterogeneousOf3() 130 static void heterogeneousOf4(Enum e1, Enum e2) { in heterogeneousOf4() 137 static void heterogeneousOf5(Enum e1, Enum e2) { in heterogeneousOf5() 144 static void heterogeneousOfVar(Enum e1, Enum e2) { in heterogeneousOfVar()
|
D | EnumSetBash.java | 169 public enum Silly1 { e1 } enumConstant 172 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 177 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 182 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 188 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 196 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 204 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 212 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 224 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 236 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant [all …]
|
D | JumboRange.java | 39 static <T extends Enum<T>> void test(Class<T> enumClass, T e0,T e1) { in test()
|
D | Range.java | 38 static <T extends Enum<T>> void test(Class<T> enumClass, T e0,T e1) { in test()
|
/libcore/ojluni/src/test/java/util/EnumMap/ |
D | EnumMapBash.java | 213 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 218 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 223 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 229 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 237 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 245 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 253 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 265 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 277 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 289 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
|
/libcore/ojluni/src/test/java/util/Map/ |
D | BasicSerialization.java | 52 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
|
D | Defaults.java | 715 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
|