| /libcore/ojluni/src/main/java/java/util/ |
| D | Set.java | 523 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() 543 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() 564 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() 587 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() 611 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() 636 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() 662 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 | 884 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() 904 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() 925 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() 948 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() 972 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() 997 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() 1023 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 | 285 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() 312 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of()
|
| D | DualPivotQuicksort.java | 232 int e4 = (e3 + e5) >>> 1; in sort() local 986 int e4 = (e3 + e5) >>> 1; local 1799 int e4 = (e3 + e5) >>> 1; local 2118 int e4 = (e3 + e5) >>> 1; in sort() local 2527 int e4 = (e3 + e5) >>> 1; in sort() local 3333 int e4 = (e3 + e5) >>> 1; in sort() local
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | Set.annotated.java | 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 | 98 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4) { throw… in of() 100 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 102 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 104 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 106 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 108 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of() 110 … E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNull E e4, @libcor… in of()
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | ConcurrentSkipListSubSetTest.java | 376 Object e4 = q.lower(zero); in testLower() local 394 Object e4 = q.higher(six); in testHigher() local 412 Object e4 = q.floor(zero); in testFloor() local 430 Object e4 = q.ceiling(six); in testCeiling() local 866 Object e4 = q.lower(zero); in testDescendingLower() local 884 Object e4 = q.higher(m6); in testDescendingHigher() local 902 Object e4 = q.floor(zero); in testDescendingFloor() local 920 Object e4 = q.ceiling(m6); in testDescendingCeiling() local
|
| D | TreeSubSetTest.java | 373 Object e4 = q.lower(zero); in testLower() local 391 Object e4 = q.higher(six); in testHigher() local 409 Object e4 = q.floor(zero); in testFloor() local 427 Object e4 = q.ceiling(six); in testCeiling() local 852 Object e4 = q.lower(zero); in testDescendingLower() local 870 Object e4 = q.higher(m6); in testDescendingHigher() local 888 Object e4 = q.floor(zero); in testDescendingFloor() local 906 Object e4 = q.ceiling(m6); in testDescendingCeiling() local
|
| D | TreeSetTest.java | 422 Object e4 = q.lower(zero); in testLower() local 440 Object e4 = q.higher(six); in testHigher() local 458 Object e4 = q.floor(zero); in testFloor() local 476 Object e4 = q.ceiling(six); in testCeiling() local
|
| D | ConcurrentSkipListSetTest.java | 425 Object e4 = q.lower(zero); in testLower() local 443 Object e4 = q.higher(six); in testHigher() local 461 Object e4 = q.floor(zero); in testFloor() local 479 Object e4 = q.ceiling(six); in testCeiling() local
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | TreeSubSetTest.java | 350 Object e4 = q.lower(zero); in testLower() local 368 Object e4 = q.higher(six); in testHigher() local 386 Object e4 = q.floor(zero); in testFloor() local 404 Object e4 = q.ceiling(six); in testCeiling() local 829 Object e4 = q.lower(zero); in testDescendingLower() local 847 Object e4 = q.higher(m6); in testDescendingHigher() local 865 Object e4 = q.floor(zero); in testDescendingFloor() local 883 Object e4 = q.ceiling(m6); in testDescendingCeiling() local
|
| D | ConcurrentSkipListSubSetTest.java | 353 Object e4 = q.lower(zero); in testLower() local 371 Object e4 = q.higher(six); in testHigher() local 389 Object e4 = q.floor(zero); in testFloor() local 407 Object e4 = q.ceiling(six); in testCeiling() local 843 Object e4 = q.lower(zero); in testDescendingLower() local 861 Object e4 = q.higher(m6); in testDescendingHigher() local 879 Object e4 = q.floor(zero); in testDescendingFloor() local 897 Object e4 = q.ceiling(m6); in testDescendingCeiling() local
|
| D | ConcurrentSkipListSetTest.java | 395 Object e4 = q.lower(zero); in testLower() local 413 Object e4 = q.higher(six); in testHigher() local 431 Object e4 = q.floor(zero); in testFloor() local 449 Object e4 = q.ceiling(six); in testCeiling() local
|
| D | TreeSetTest.java | 399 Object e4 = q.lower(zero); in testLower() local 417 Object e4 = q.higher(six); in testHigher() local 435 Object e4 = q.floor(zero); in testFloor() local 453 Object e4 = q.ceiling(six); in testCeiling() local
|
| /libcore/ojluni/annotations/hiddenapi/java/util/ |
| D | EnumSet.java | 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/ojluni/src/test/java/util/EnumMap/ |
| D | EnumMapBash.java | 220 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 225 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 230 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 244 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 252 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 260 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 272 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 284 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 296 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
|
| /libcore/ojluni/src/test/java/util/EnumSet/ |
| D | EnumSetBash.java | 179 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 184 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 189 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 195 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 203 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 211 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 219 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 231 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 243 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant 255 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 | 57 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
|
| D | Defaults.java | 722 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
|