Home
last modified time | relevance | path

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

12

/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
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
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
/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/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.java842 static <E> List<E> of(E e1, E e2) { in of()
860 static <E> List<E> of(E e1, E e2, E e3) { in of()
879 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.java239 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of()
262 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of()
287 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of()
314 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of()
DDualPivotQuicksort.java303 int e2 = e3 - seventh; in sort() local
769 int e2 = e3 - seventh; in sort() local
1271 int e2 = e3 - seventh; in sort() local
1773 int e2 = e3 - seventh; in sort() local
2371 int e2 = e3 - seventh; in sort() local
2928 int e2 = e3 - seventh; in sort() local
DAbstractList.java544 ListIterator<?> e2 = ((List<?>) o).listIterator(); in equals() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DEntryTest.java76 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testConstructor3() local
97 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testEquals() local
115 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testNotEquals() local
136 Map.Entry e2 = new AbstractMap.SimpleEntry(k1, v1); in testSetValue1() local
DTreeSubSetTest.java367 Object e2 = q.lower(six); in testLower() local
385 Object e2 = q.higher(zero); in testHigher() local
403 Object e2 = q.floor(six); in testFloor() local
421 Object e2 = q.ceiling(zero); in testCeiling() local
846 Object e2 = q.lower(m6); in testDescendingLower() local
864 Object e2 = q.higher(zero); in testDescendingHigher() local
882 Object e2 = q.floor(m6); in testDescendingFloor() local
900 Object e2 = q.ceiling(zero); in testDescendingCeiling() local
DConcurrentSkipListSubSetTest.java370 Object e2 = q.lower(six); in testLower() local
388 Object e2 = q.higher(zero); in testHigher() local
406 Object e2 = q.floor(six); in testFloor() local
424 Object e2 = q.ceiling(zero); in testCeiling() local
860 Object e2 = q.lower(m6); in testDescendingLower() local
878 Object e2 = q.higher(zero); in testDescendingHigher() local
896 Object e2 = q.floor(m6); in testDescendingFloor() local
914 Object e2 = q.ceiling(zero); in testDescendingCeiling() local
DTreeSetTest.java416 Object e2 = q.lower(six); in testLower() local
434 Object e2 = q.higher(zero); in testHigher() local
452 Object e2 = q.floor(six); in testFloor() local
470 Object e2 = q.ceiling(zero); in testCeiling() local
DConcurrentSkipListSetTest.java419 Object e2 = q.lower(six); in testLower() local
437 Object e2 = q.higher(zero); in testHigher() local
455 Object e2 = q.floor(six); in testFloor() local
473 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()
/libcore/luni/src/test/java/libcore/java/util/
DInvalidPropertiesFormatExceptionTest.java36 InvalidPropertiesFormatException e2 = new InvalidPropertiesFormatException(e); in testConstructorArgs() local
/libcore/ojluni/src/test/java/util/EnumSet/
DSmallEnumIteratorRemoveResilience.java34 private enum SmallEnum { e0, e1, e2 } enumConstant
DInsertWrongType.java106 static void heterogeneousCopyOf(Enum e1, Enum e2) { in heterogeneousCopyOf()
116 static void heterogeneousOf2(Enum e1, Enum e2) { in heterogeneousOf2()
123 static void heterogeneousOf3(Enum e1, Enum e2) { in heterogeneousOf3()
130 static void heterogeneousOf4(Enum e1, Enum e2) { in heterogeneousOf4()
137 static void heterogeneousOf5(Enum e1, Enum e2) { in heterogeneousOf5()
144 static void heterogeneousOfVar(Enum e1, Enum e2) { in heterogeneousOfVar()
DEnumSetBash.java172 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
177 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
182 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
188 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
196 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
204 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
212 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
224 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
248 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.java213 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
218 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
223 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
229 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
237 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
245 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
289 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.java52 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant
DDefaults.java715 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, enumConstant

12