Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractPipeline.java229 assert getOutputShape() == terminalOp.inputShape(); in evaluate()
468 return p.getOutputShape(); in getSourceShape()
598 public abstract StreamShape getOutputShape(); in getOutputShape() method in AbstractPipeline
DIntPipeline.java136 public final StreamShape getOutputShape() { in getOutputShape() method in IntPipeline
680 assert upstream.getOutputShape() == inputShape;
711 assert upstream.getOutputShape() == inputShape;
DLongPipeline.java134 public final StreamShape getOutputShape() { in getOutputShape() method in LongPipeline
661 assert upstream.getOutputShape() == inputShape;
693 assert upstream.getOutputShape() == inputShape;
DDoublePipeline.java133 public final StreamShape getOutputShape() { in getOutputShape() method in DoublePipeline
689 assert upstream.getOutputShape() == inputShape;
721 assert upstream.getOutputShape() == inputShape;
DReferencePipeline.java107 public final StreamShape getOutputShape() { in getOutputShape() method in ReferencePipeline
834 assert upstream.getOutputShape() == inputShape;
867 assert upstream.getOutputShape() == inputShape;
DSliceOps.java621 return Nodes.emptyNode(op.getOutputShape());
668 result = Nodes.conc(op.getOutputShape(),
DWhileOps.java1224 return Nodes.emptyNode(op.getOutputShape());
1283 return Nodes.conc(op.getOutputShape(),
1407 return 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()