/libcore/ojluni/src/main/java/java/util/ |
D | Set.java | 500 static <E> Set<E> of(E e1, E e2, E e3) { in of() argument 501 return new ImmutableCollections.SetN<>(e1, e2, e3); in of() 519 static <E> Set<E> of(E e1, E e2, E e3, E e4) { in of() argument 520 return new ImmutableCollections.SetN<>(e1, e2, e3, e4); in of() 539 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 540 return new ImmutableCollections.SetN<>(e1, e2, e3, e4, e5); in of() 560 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument 561 return new ImmutableCollections.SetN<>(e1, e2, e3, e4, e5, in of() 583 static <E> Set<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument 584 return new ImmutableCollections.SetN<>(e1, e2, e3, e4, e5, in of() [all …]
|
D | List.java | 860 static <E> List<E> of(E e1, E e2, E e3) { in of() argument 861 return new ImmutableCollections.ListN<>(e1, e2, e3); in of() 879 static <E> List<E> of(E e1, E e2, E e3, E e4) { in of() argument 880 return new ImmutableCollections.ListN<>(e1, e2, e3, e4); in of() 899 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 900 return new ImmutableCollections.ListN<>(e1, e2, e3, e4, e5); in of() 920 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument 921 return new ImmutableCollections.ListN<>(e1, e2, e3, e4, e5, in of() 943 static <E> List<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument 944 return new ImmutableCollections.ListN<>(e1, e2, e3, e4, e5, in of() [all …]
|
D | DualPivotQuicksort.java | 289 int e3 = (left + right) >>> 1; // The midpoint in sort() local 290 int e2 = e3 - seventh; in sort() 292 int e4 = e3 + seventh; in sort() 298 if (a[e3] < a[e2]) { int t = a[e3]; a[e3] = a[e2]; a[e2] = t; in sort() 301 if (a[e4] < a[e3]) { int t = a[e4]; a[e4] = a[e3]; a[e3] = t; in sort() 302 if (t < a[e2]) { a[e3] = a[e2]; a[e2] = t; in sort() 307 if (t < a[e3]) { a[e4] = a[e3]; a[e3] = t; in sort() 308 if (t < a[e2]) { a[e3] = a[e2]; a[e2] = t; in sort() 318 if (a[e1] != a[e2] && a[e2] != a[e3] && a[e3] != a[e4] && a[e4] != a[e5]) { in sort() 479 int pivot = a[e3]; in sort() [all …]
|
D | EnumSet.java | 257 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() argument 261 result.add(e3); in of() 282 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() argument 286 result.add(e3); in of() 309 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() argument 315 result.add(e3); in of()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Set.annotated.java | 72 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new Runtime… in of() argument 74 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 76 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 78 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 80 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 82 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 84 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 86 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument
|
D | List.annotated.java | 96 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3) { throw new Runtime… in of() argument 98 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 100 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 102 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 104 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 106 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 108 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument 110 …ore.util.NonNull E e1, @libcore.util.NonNull E e2, @libcore.util.NonNull E e3, @libcore.util.NonNu… in of() argument
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | TreeSubSetTest.java | 370 Object e3 = q.lower(one); in testLower() local 371 assertNull(e3); in testLower() 388 Object e3 = q.higher(five); in testHigher() local 389 assertNull(e3); in testHigher() 406 Object e3 = q.floor(one); in testFloor() local 407 assertEquals(one, e3); in testFloor() 424 Object e3 = q.ceiling(five); in testCeiling() local 425 assertEquals(five, e3); in testCeiling() 849 Object e3 = q.lower(m1); in testDescendingLower() local 850 assertNull(e3); in testDescendingLower() [all …]
|
D | ConcurrentSkipListSubSetTest.java | 373 Object e3 = q.lower(one); in testLower() local 374 assertNull(e3); in testLower() 391 Object e3 = q.higher(five); in testHigher() local 392 assertNull(e3); in testHigher() 409 Object e3 = q.floor(one); in testFloor() local 410 assertEquals(one, e3); in testFloor() 427 Object e3 = q.ceiling(five); in testCeiling() local 428 assertEquals(five, e3); in testCeiling() 863 Object e3 = q.lower(m1); in testDescendingLower() local 864 assertNull(e3); in testDescendingLower() [all …]
|
D | TreeMapTest.java | 392 Map.Entry e3 = map.lowerEntry(one); 393 assertNull(e3); 410 Map.Entry e3 = map.higherEntry(five); 411 assertNull(e3); 428 Map.Entry e3 = map.floorEntry(one); 429 assertEquals(one, e3.getKey()); 446 Map.Entry e3 = map.ceilingEntry(five); 447 assertEquals(five, e3.getKey()); 464 Object e3 = q.lowerKey(one); 465 assertNull(e3); [all …]
|
D | TreeSubMapTest.java | 278 Map.Entry e3 = map.lowerEntry(one); 279 assertNull(e3); 296 Map.Entry e3 = map.higherEntry(five); 297 assertNull(e3); 314 Map.Entry e3 = map.floorEntry(one); 315 assertEquals(one, e3.getKey()); 332 Map.Entry e3 = map.ceilingEntry(five); 333 assertEquals(five, e3.getKey()); 830 Map.Entry e3 = map.lowerEntry(m1); 831 assertNull(e3); [all …]
|
D | ConcurrentSkipListMapTest.java | 479 Map.Entry e3 = map.lowerEntry(one); 480 assertNull(e3); 497 Map.Entry e3 = map.higherEntry(five); 498 assertNull(e3); 515 Map.Entry e3 = map.floorEntry(one); 516 assertEquals(one, e3.getKey()); 533 Map.Entry e3 = map.ceilingEntry(five); 534 assertEquals(five, e3.getKey()); 583 Object e3 = q.lowerKey(one); 584 assertNull(e3); [all …]
|
D | ConcurrentSkipListSubMapTest.java | 391 Map.Entry e3 = map.lowerEntry(one); 392 assertNull(e3); 409 Map.Entry e3 = map.higherEntry(five); 410 assertNull(e3); 427 Map.Entry e3 = map.floorEntry(one); 428 assertEquals(one, e3.getKey()); 445 Map.Entry e3 = map.ceilingEntry(five); 446 assertEquals(five, e3.getKey()); 1065 Map.Entry e3 = map.lowerEntry(m1); 1066 assertNull(e3); [all …]
|
D | TreeSetTest.java | 419 Object e3 = q.lower(one); in testLower() local 420 assertNull(e3); in testLower() 437 Object e3 = q.higher(five); in testHigher() local 438 assertNull(e3); in testHigher() 455 Object e3 = q.floor(one); in testFloor() local 456 assertEquals(one, e3); in testFloor() 473 Object e3 = q.ceiling(five); in testCeiling() local 474 assertEquals(five, e3); in testCeiling()
|
D | ConcurrentSkipListSetTest.java | 422 Object e3 = q.lower(one); in testLower() local 423 assertNull(e3); in testLower() 440 Object e3 = q.higher(five); in testHigher() local 441 assertNull(e3); in testHigher() 458 Object e3 = q.floor(one); in testFloor() local 459 assertEquals(one, e3); in testFloor() 476 Object e3 = q.ceiling(five); in testCeiling() local 477 assertEquals(five, e3); in testCeiling()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | TreeSubSetTest.java | 347 Object e3 = q.lower(one); in testLower() local 348 assertNull(e3); in testLower() 365 Object e3 = q.higher(five); in testHigher() local 366 assertNull(e3); in testHigher() 383 Object e3 = q.floor(one); in testFloor() local 384 assertEquals(one, e3); in testFloor() 401 Object e3 = q.ceiling(five); in testCeiling() local 402 assertEquals(five, e3); in testCeiling() 826 Object e3 = q.lower(m1); in testDescendingLower() local 827 assertNull(e3); in testDescendingLower() [all …]
|
D | ConcurrentSkipListSubSetTest.java | 350 Object e3 = q.lower(one); in testLower() local 351 assertNull(e3); in testLower() 368 Object e3 = q.higher(five); in testHigher() local 369 assertNull(e3); in testHigher() 386 Object e3 = q.floor(one); in testFloor() local 387 assertEquals(one, e3); in testFloor() 404 Object e3 = q.ceiling(five); in testCeiling() local 405 assertEquals(five, e3); in testCeiling() 840 Object e3 = q.lower(m1); in testDescendingLower() local 841 assertNull(e3); in testDescendingLower() [all …]
|
D | TreeMapTest.java | 369 Map.Entry e3 = map.lowerEntry(one); 370 assertNull(e3); 387 Map.Entry e3 = map.higherEntry(five); 388 assertNull(e3); 405 Map.Entry e3 = map.floorEntry(one); 406 assertEquals(one, e3.getKey()); 423 Map.Entry e3 = map.ceilingEntry(five); 424 assertEquals(five, e3.getKey()); 441 Object e3 = q.lowerKey(one); 442 assertNull(e3); [all …]
|
D | TreeSubMapTest.java | 255 Map.Entry e3 = map.lowerEntry(one); 256 assertNull(e3); 273 Map.Entry e3 = map.higherEntry(five); 274 assertNull(e3); 291 Map.Entry e3 = map.floorEntry(one); 292 assertEquals(one, e3.getKey()); 309 Map.Entry e3 = map.ceilingEntry(five); 310 assertEquals(five, e3.getKey()); 807 Map.Entry e3 = map.lowerEntry(m1); 808 assertNull(e3); [all …]
|
D | ConcurrentSkipListSubMapTest.java | 368 Map.Entry e3 = map.lowerEntry(one); 369 assertNull(e3); 386 Map.Entry e3 = map.higherEntry(five); 387 assertNull(e3); 404 Map.Entry e3 = map.floorEntry(one); 405 assertEquals(one, e3.getKey()); 422 Map.Entry e3 = map.ceilingEntry(five); 423 assertEquals(five, e3.getKey()); 1042 Map.Entry e3 = map.lowerEntry(m1); 1043 assertNull(e3); [all …]
|
D | ConcurrentSkipListMapTest.java | 456 Map.Entry e3 = map.lowerEntry(one); 457 assertNull(e3); 474 Map.Entry e3 = map.higherEntry(five); 475 assertNull(e3); 492 Map.Entry e3 = map.floorEntry(one); 493 assertEquals(one, e3.getKey()); 510 Map.Entry e3 = map.ceilingEntry(five); 511 assertEquals(five, e3.getKey()); 560 Object e3 = q.lowerKey(one); 561 assertNull(e3); [all …]
|
D | TreeSetTest.java | 396 Object e3 = q.lower(one); in testLower() local 397 assertNull(e3); in testLower() 414 Object e3 = q.higher(five); in testHigher() local 415 assertNull(e3); in testHigher() 432 Object e3 = q.floor(one); in testFloor() local 433 assertEquals(one, e3); in testFloor() 450 Object e3 = q.ceiling(five); in testCeiling() local 451 assertEquals(five, e3); in testCeiling()
|
D | ConcurrentSkipListSetTest.java | 392 Object e3 = q.lower(one); in testLower() local 393 assertNull(e3); in testLower() 410 Object e3 = q.higher(five); in testHigher() local 411 assertNull(e3); in testHigher() 428 Object e3 = q.floor(one); in testFloor() local 429 assertEquals(one, e3); in testFloor() 446 Object e3 = q.ceiling(five); in testCeiling() local 447 assertEquals(five, e3); in testCeiling()
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | XMLReaderFactory.java | 203 } catch (InstantiationException e3) { in loadClass() 206 e3); in loadClass()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumSet.java | 74 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3) { in of() argument 78 public static <E extends java.lang.Enum<E>> java.util.EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() argument 83 E e1, E e2, E e3, E e4, E e5) { in of() argument
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | KeyIdentifier.java | 96 } catch (NoSuchAlgorithmException e3) { in KeyIdentifier()
|