Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 25 of 33) 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.java486 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.java972 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()
DDualPivotQuicksort.java231 int e2 = (e1 + e3) >>> 1; in sort() local
985 int e2 = (e1 + e3) >>> 1; local
1798 int e2 = (e1 + e3) >>> 1; local
2117 int e2 = (e1 + e3) >>> 1; in sort() local
2526 int e2 = (e1 + e3) >>> 1; in sort() local
3332 int e2 = (e1 + e3) >>> 1; in sort() 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
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
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
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/flagged_api/java/util/
DList.annotated.java107 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.java57 Map.Entry<Integer, Integer> e2 = m2.entrySet().iterator().next(); in testHashCode() local
/libcore/luni/src/test/java/libcore/java/util/
DInvalidPropertiesFormatExceptionTest.java36 InvalidPropertiesFormatException e2 = new InvalidPropertiesFormatException(e); in testConstructorArgs() local
/libcore/ojluni/src/main/java/java/lang/
DClassValue.java357 Entry<T> e2 = new Entry<>(v2, (T) value); in refreshVersion() local
570 Entry<?> e2 = cache[home]; // victim, if we find the real guy in probeBackupLocations() local
672 Entry<?> e2 = cache[i2 & mask]; in findReplacement() local
730 Entry<?> e2 = placeInCache(cache, home, e, false); in addToCache() local
749 Entry<?> e2 = overwrittenEntry(cache[pos]); in placeInCache() local
765 private <T> Entry<T> overwrittenEntry(Entry<T> e2) { in overwrittenEntry()
/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()
/libcore/ojluni/src/test/java/util/Properties/
DPropertiesEntrySetTest.java164 var e2 = 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