Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 25 of 30) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DSet.java469 static <E> Set<E> of(E e1) { in of()
486 static <E> Set<E> of(E e1, E e2) { in of()
504 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.java955 static <E> List<E> of(E e1) { in of()
972 static <E> List<E> of(E e1, E e2) { in of()
990 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.java237 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of()
260 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()
DAbstractSequentialList.java217 ListIterator<E> e1 = listIterator(index); in addAll() local
DImmutableCollections.java560 private final Object e1; field in List12
569 List12(E e0, E e1) { in List12()
787 private final Object e1; field in Set12
796 Set12(E e0, E e1) { in Set12()
DDualPivotQuicksort.java228 int e1 = low + step; in sort() local
982 int e1 = low + step; local
1795 int e1 = low + step; local
2114 int e1 = low + step; in sort() local
2523 int e1 = low + step; in sort() local
3329 int e1 = low + step; in sort() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DSet.annotated.java68 …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()
DList.annotated.java92 …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/flagged_api/java/util/
DList.annotated.java105 public static <E> java.util.List<E> of(E e1) { throw new RuntimeException("Stub!"); } in of()
107 public static <E> java.util.List<E> of(E e1, E e2) { throw new RuntimeException("Stub!"); } in of()
109 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.java70 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/ojluni/src/test/java/util/Collections/
DCheckedIdentityMap.java56 Map.Entry<Integer, Integer> e1 = m1.entrySet().iterator().next(); in testHashCode() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTreeSubSetTest.java364 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
DConcurrentSkipListSubSetTest.java367 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
DTreeSetTest.java413 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
DConcurrentSkipListSetTest.java416 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/
DConcurrentSkipListSubSetTest.java344 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
DTreeSubSetTest.java341 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
DConcurrentSkipListSetTest.java386 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
DTreeSetTest.java390 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
/libcore/ojluni/src/test/java/util/EnumSet/
DSmallEnumIteratorRemoveResilience.java45 private enum SmallEnum { e0, e1, e2 } enumConstant
DInsertWrongType.java113 static void heterogeneousCopyOf(Enum e1, Enum e2) { in heterogeneousCopyOf()
123 static void heterogeneousOf2(Enum e1, Enum e2) { in heterogeneousOf2()
130 static void heterogeneousOf3(Enum e1, Enum e2) { in heterogeneousOf3()
137 static void heterogeneousOf4(Enum e1, Enum e2) { in heterogeneousOf4()
144 static void heterogeneousOf5(Enum e1, Enum e2) { in heterogeneousOf5()
151 static void heterogeneousOfVar(Enum e1, Enum e2) { in heterogeneousOfVar()
DEnumSetBash.java198 public enum Silly1 { e1 } enumConstant
201 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
[all …]
DJumboRange.java46 static <T extends Enum<T>> void test(Class<T> enumClass, T e0,T e1) { in test()
/libcore/ojluni/src/test/java/util/Properties/
DPropertiesEntrySetTest.java159 var e1 = i.next(); in testEntrySetWithoutException() local
/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

12