Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 25 of 28) 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
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/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.java847 static <E> List<E> of(E e1, E e2) { in of()
865 static <E> List<E> of(E e1, E e2, E e3) { in of()
884 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of()
904 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
925 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
948 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
972 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
997 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()
1023 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
DAbstractList.java544 ListIterator<?> e2 = ((List<?>) o).listIterator(); in equals() 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/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/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/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()
DEnumSetBash.java179 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
184 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
189 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
195 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
203 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
219 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
231 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
243 e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12, e13, e14, e15, e16, enumConstant
255 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

12