Home
last modified time | relevance | path

Searched refs:getOutputShape (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractPipeline.java229 assert getOutputShape() == terminalOp.inputShape(); in evaluate()
465 return p.getOutputShape(); in getSourceShape()
568 public abstract StreamShape getOutputShape(); in getOutputShape() method in AbstractPipeline
DDoublePipeline.java133 public final StreamShape getOutputShape() { in getOutputShape() method in DoublePipeline
623 assert upstream.getOutputShape() == inputShape;
655 assert upstream.getOutputShape() == inputShape;
DIntPipeline.java136 public final StreamShape getOutputShape() { in getOutputShape() method in IntPipeline
619 assert upstream.getOutputShape() == inputShape;
650 assert upstream.getOutputShape() == inputShape;
DLongPipeline.java134 public final StreamShape getOutputShape() { in getOutputShape() method in LongPipeline
599 assert upstream.getOutputShape() == inputShape;
631 assert upstream.getOutputShape() == inputShape;
DReferencePipeline.java103 public final StreamShape getOutputShape() { in getOutputShape() method in ReferencePipeline
646 assert upstream.getOutputShape() == inputShape;
679 assert upstream.getOutputShape() == inputShape;
DSliceOps.java607 return Nodes.emptyNode(op.getOutputShape());
647 result = Nodes.conc(op.getOutputShape(),
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DOpTestCase.java275 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()
547 StreamShape shape = ap.getOutputShape(); in exercise()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DOpTestCase.java276 this.shape = ((AbstractPipeline<?, U, ?>) m.apply(data.stream())).getOutputShape(); in ExerciseDataStreamBuilder()
548 StreamShape shape = ap.getOutputShape(); in exercise()