Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DSet.java482 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()
DList.java841 static <E> List<E> of(E e1, E e2) { in of()
859 static <E> List<E> of(E e1, E e2, E e3) { in of()
878 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of()
898 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
919 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
942 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
966 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
991 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()
1017 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.java234 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of()
257 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of()
282 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()
DAbstractSequentialList.java216 Iterator<? extends E> e2 = c.iterator(); in addAll() local
DDualPivotQuicksort.java290 int e2 = e3 - seventh; in sort() local
738 int e2 = e3 - seventh; in sort() local
1222 int e2 = e3 - seventh; in sort() local
1706 int e2 = e3 - seventh; in sort() local
2286 int e2 = e3 - seventh; in sort() local
2825 int e2 = e3 - seventh; in sort() local
DAbstractList.java544 ListIterator<?> e2 = ((List<?>) o).listIterator(); in equals() local
DArrays.java4192 Object e2 = a2[i]; in deepEquals() local
4208 static boolean deepEquals0(Object e1, Object e2) { in deepEquals0()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DSet.annotated.java70 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw… in of()
72 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
74 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
76 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
78 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
80 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
82 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
84 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
86 …il.Set<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
DList.annotated.java94 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2) { throw… in of()
96 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
98 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
100 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
102 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
104 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
106 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
108 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
110 …l.List<@libcore.util.NonNull E> of(@libcore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcor… in of()
/libcore/jsr166-tests/src/test/java/jsr166/
DEntryTest.java53 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testConstructor3() local
74 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testEquals() local
92 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testNotEquals() local
113 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testSetValue1() local
DTreeSubSetTest.java344 Object e2 = q.lower(six); in testLower() local
362 Object e2 = q.higher(zero); in testHigher() local
380 Object e2 = q.floor(six); in testFloor() local
398 Object e2 = q.ceiling(zero); in testCeiling() local
823 Object e2 = q.lower(m6); in testDescendingLower() local
841 Object e2 = q.higher(zero); in testDescendingHigher() local
859 Object e2 = q.floor(m6); in testDescendingFloor() local
877 Object e2 = q.ceiling(zero); in testDescendingCeiling() local
DConcurrentSkipListSubSetTest.java347 Object e2 = q.lower(six); in testLower() local
365 Object e2 = q.higher(zero); in testHigher() local
383 Object e2 = q.floor(six); in testFloor() local
401 Object e2 = q.ceiling(zero); in testCeiling() local
837 Object e2 = q.lower(m6); in testDescendingLower() local
855 Object e2 = q.higher(zero); in testDescendingHigher() local
873 Object e2 = q.floor(m6); in testDescendingFloor() local
891 Object e2 = q.ceiling(zero); in testDescendingCeiling() local
DConcurrentSkipListSetTest.java389 Object e2 = q.lower(six); in testLower() local
407 Object e2 = q.higher(zero); in testHigher() local
425 Object e2 = q.floor(six); in testFloor() local
443 Object e2 = q.ceiling(zero); in testCeiling() local
DTreeSetTest.java393 Object e2 = q.lower(six); in testLower() local
411 Object e2 = q.higher(zero); in testHigher() local
429 Object e2 = q.floor(six); in testFloor() local
447 Object e2 = q.ceiling(zero); in testCeiling() local
/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()
DArrays.java588 static boolean deepEquals0(java.lang.Object e1, java.lang.Object e2) { in deepEquals0()
/libcore/luni/src/test/java/libcore/java/util/
DInvalidPropertiesFormatExceptionTest.java36 InvalidPropertiesFormatException e2 = new InvalidPropertiesFormatException(e); in testConstructorArgs() local