Home
last modified time | relevance | path

Searched defs:e4 (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DSet.java519 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()
DList.java879 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()
DEnumSet.java282 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()
DDualPivotQuicksort.java292 int e4 = e3 + seventh; in sort() local
740 int e4 = e3 + seventh; in sort() local
1224 int e4 = e3 + seventh; in sort() local
1708 int e4 = e3 + seventh; in sort() local
2288 int e4 = e3 + seventh; in sort() local
2827 int e4 = e3 + seventh; in sort() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DSet.annotated.java74 … 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()
DList.annotated.java98 … 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/
DTreeSubSetTest.java373 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
DConcurrentSkipListSubSetTest.java376 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
DTreeSetTest.java422 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
DConcurrentSkipListSetTest.java425 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/
DTreeSubSetTest.java350 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
DConcurrentSkipListSubSetTest.java353 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
DTreeSetTest.java399 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
DConcurrentSkipListSetTest.java395 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
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumSet.java78 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()