/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 567 Boolean boxed = Boolean.valueOf(b); in testBooleanSettersAndGetters() local 570 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IPUT); in testBooleanSettersAndGetters() local 572 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IGET); in testBooleanSettersAndGetters() local 576 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IPUT); in testBooleanSettersAndGetters() local 578 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IGET); in testBooleanSettersAndGetters() local 582 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SPUT); in testBooleanSettersAndGetters() local 584 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SGET); in testBooleanSettersAndGetters() local 588 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SPUT); in testBooleanSettersAndGetters() local 590 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SGET); in testBooleanSettersAndGetters() local 602 Byte boxed = Byte.valueOf(b); in testByteSettersAndGetters() local [all …]
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 276 T[] boxed = generator.apply((int) count()); in asArray() local 351 default void copyInto(Integer[] boxed, int offset) { in copyInto() 429 default void copyInto(Long[] boxed, int offset) { in copyInto() 509 default void copyInto(Double[] boxed, int offset) { in copyInto()
|
D | DoubleStream.java | 925 Stream<Double> boxed(); in boxed() method
|
D | IntStream.java | 867 Stream<Integer> boxed(); in boxed() method
|
D | LongStream.java | 856 Stream<Long> boxed(); in boxed() method
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | DefaultMethodStreams.java | 548 public Stream<Integer> boxed() { in boxed() method in DefaultMethodStreams.DefaultMethodIntStream 749 public Stream<Long> boxed() { in boxed() method in DefaultMethodStreams.DefaultMethodLongStream 942 public Stream<Double> boxed() { in boxed() method in DefaultMethodStreams.DefaultMethodDoubleStream
|
/libcore/ojluni/annotations/flagged_api/java/util/stream/ |
D | DoubleStream.annotated.java | 96 public java.util.stream.Stream<java.lang.Double> boxed(); in boxed() method
|
D | LongStream.annotated.java | 98 public java.util.stream.Stream<java.lang.Long> boxed(); in boxed() method
|
D | IntStream.annotated.java | 100 public java.util.stream.Stream<java.lang.Integer> boxed(); in boxed() method
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 2140 Object boxed; in adaptArgument() local 2785 Object boxed = null; in box() local
|