Home
last modified time | relevance | path

Searched defs:e3 (Results 1 – 20 of 20) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DSet.java504 static <E> Set<E> of(E e1, E e2, E e3) { in of()
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()
DList.java990 static <E> List<E> of(E e1, E e2, E e3) { in of()
1009 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of()
1029 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
1050 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
1073 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
1097 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
1122 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()
1148 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.java260 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of()
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()
DDualPivotQuicksort.java230 int e3 = (e1 + e5) >>> 1; in sort() local
984 int e3 = (e1 + e5) >>> 1; local
1797 int e3 = (e1 + e5) >>> 1; local
2116 int e3 = (e1 + e5) >>> 1; in sort() local
2525 int e3 = (e1 + e5) >>> 1; in sort() local
3331 int e3 = (e1 + e5) >>> 1; in sort() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DSet.annotated.java72 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw… in of()
74 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
76 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
78 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
80 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
82 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
84 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
86 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
DList.annotated.java96 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw… in of()
98 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
100 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
102 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
104 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
106 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
108 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
110 … E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcor… in of()
/libcore/ojluni/annotations/flagged_api/java/util/
DList.annotated.java109 public static <E> java.util.List<E> of(E e1, E e2, E e3) { throw new RuntimeException("Stub!"); } in of()
111 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4) { throw new RuntimeException("Stub!"… in of()
113 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5) { throw new RuntimeException("… in of()
115 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { throw new RuntimeExcep… in of()
117 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { throw new Runtim… in of()
119 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { throw new … in of()
121 public static <E> java.util.List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { thro… in of()
123 public static <E> java.util.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()
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumSet.java74 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/ojluni/src/test/java/util/concurrent/tck/
DTreeSubSetTest.java370 Object e3 = q.lower(one); in testLower() local
388 Object e3 = q.higher(five); in testHigher() local
406 Object e3 = q.floor(one); in testFloor() local
424 Object e3 = q.ceiling(five); in testCeiling() local
849 Object e3 = q.lower(m1); in testDescendingLower() local
867 Object e3 = q.higher(m5); in testDescendingHigher() local
885 Object e3 = q.floor(m1); in testDescendingFloor() local
903 Object e3 = q.ceiling(m5); in testDescendingCeiling() local
DConcurrentSkipListSubSetTest.java373 Object e3 = q.lower(one); in testLower() local
391 Object e3 = q.higher(five); in testHigher() local
409 Object e3 = q.floor(one); in testFloor() local
427 Object e3 = q.ceiling(five); in testCeiling() local
863 Object e3 = q.lower(m1); in testDescendingLower() local
881 Object e3 = q.higher(m5); in testDescendingHigher() local
899 Object e3 = q.floor(m1); in testDescendingFloor() local
917 Object e3 = q.ceiling(m5); in testDescendingCeiling() local
DTreeSetTest.java419 Object e3 = q.lower(one); in testLower() local
437 Object e3 = q.higher(five); in testHigher() local
455 Object e3 = q.floor(one); in testFloor() local
473 Object e3 = q.ceiling(five); in testCeiling() local
DConcurrentSkipListSetTest.java422 Object e3 = q.lower(one); in testLower() local
440 Object e3 = q.higher(five); in testHigher() local
458 Object e3 = q.floor(one); in testFloor() local
476 Object e3 = q.ceiling(five); in testCeiling() local
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSubSetTest.java350 Object e3 = q.lower(one); in testLower() local
368 Object e3 = q.higher(five); in testHigher() local
386 Object e3 = q.floor(one); in testFloor() local
404 Object e3 = q.ceiling(five); in testCeiling() local
840 Object e3 = q.lower(m1); in testDescendingLower() local
858 Object e3 = q.higher(m5); in testDescendingHigher() local
876 Object e3 = q.floor(m1); in testDescendingFloor() local
894 Object e3 = q.ceiling(m5); in testDescendingCeiling() local
DTreeSubSetTest.java347 Object e3 = q.lower(one); in testLower() local
365 Object e3 = q.higher(five); in testHigher() local
383 Object e3 = q.floor(one); in testFloor() local
401 Object e3 = q.ceiling(five); in testCeiling() local
826 Object e3 = q.lower(m1); in testDescendingLower() local
844 Object e3 = q.higher(m5); in testDescendingHigher() local
862 Object e3 = q.floor(m1); in testDescendingFloor() local
880 Object e3 = q.ceiling(m5); in testDescendingCeiling() local
DConcurrentSkipListSetTest.java392 Object e3 = q.lower(one); in testLower() local
410 Object e3 = q.higher(five); in testHigher() local
428 Object e3 = q.floor(one); in testFloor() local
446 Object e3 = q.ceiling(five); in testCeiling() local
DTreeSetTest.java396 Object e3 = q.lower(one); in testLower() local
414 Object e3 = q.higher(five); in testHigher() local
432 Object e3 = q.floor(one); in testFloor() local
450 Object e3 = q.ceiling(five); in testCeiling() local
/libcore/ojluni/src/test/java/util/EnumSet/
DEnumSetBash.java201 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
206 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
217 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
233 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
241 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
/libcore/ojluni/src/test/java/util/EnumMap/
DEnumMapBash.java220 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/Map/
DBasicSerialization.java57 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
DDefaults.java722 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant