Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DTestFlagExpectedOp.java33 StreamShape shape = StreamShape.REFERENCE; field in TestFlagExpectedOp.Builder
58 Builder<T> shape(StreamShape shape) { in shape() method in TestFlagExpectedOp.Builder
71 final StreamShape shape; field in TestFlagExpectedOp
84 StreamShape shape) { in TestFlagExpectedOp()
DFlagDeclaringOp.java31 private final StreamShape shape; field in FlagDeclaringOp
37 public FlagDeclaringOp(int flags, StreamShape shape) { in FlagDeclaringOp()
DOpTestCase.java251 final StreamShape shape; field in OpTestCase.ExerciseDataStreamBuilder
449 default R run(Function<S_OUT, R> terminalF, S_OUT source, StreamShape shape) { in run()
460 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in SINGLE_SEQUENTIAL_SHORT_CIRCUIT()
472 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_SEQUENTIAL_SHORT_CIRCUIT()
482 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_PARALLEL_SEQUENTIAL()
547 StreamShape shape = ap.getOutputShape(); in exercise() local
584 … AbstractPipeline createPipeline(StreamShape shape, Spliterator s, int flags, boolean parallel) { in createPipeline()
641 private final StreamShape shape; field in OpTestCase.ShortCircuitOp
643 ShortCircuitOp(StreamShape shape) { in ShortCircuitOp()
DCollectorOps.java81 protected TestParallelSizedOp(StreamShape shape) { in TestParallelSizedOp()
DTestData.java212 private final StreamShape shape; field in TestData.AbstractTestData
220 StreamShape shape, in AbstractTestData()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DTestFlagExpectedOp.java34 StreamShape shape = StreamShape.REFERENCE; field in TestFlagExpectedOp.Builder
59 Builder<T> shape(StreamShape shape) { in shape() method in TestFlagExpectedOp.Builder
72 final StreamShape shape; field in TestFlagExpectedOp
85 StreamShape shape) { in TestFlagExpectedOp()
DFlagDeclaringOp.java34 private final StreamShape shape; field in FlagDeclaringOp
40 public FlagDeclaringOp(int flags, StreamShape shape) { in FlagDeclaringOp()
DOpTestCase.java252 final StreamShape shape; field in OpTestCase.ExerciseDataStreamBuilder
450 default R run(Function<S_OUT, R> terminalF, S_OUT source, StreamShape shape) { in run()
461 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in SINGLE_SEQUENTIAL_SHORT_CIRCUIT()
473 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_SEQUENTIAL_SHORT_CIRCUIT()
483 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_PARALLEL_SEQUENTIAL()
548 StreamShape shape = ap.getOutputShape(); in exercise() local
585 … AbstractPipeline createPipeline(StreamShape shape, Spliterator s, int flags, boolean parallel) { in createPipeline()
642 private final StreamShape shape; field in OpTestCase.ShortCircuitOp
644 ShortCircuitOp(StreamShape shape) { in ShortCircuitOp()
DCollectorOps.java82 protected TestParallelSizedOp(StreamShape shape) { in TestParallelSizedOp()
DTestData.java213 private final StreamShape shape; field in TestData.AbstractTestData
221 StreamShape shape, in AbstractTestData()
/libcore/ojluni/src/main/java/java/util/stream/
DFindOps.java109 private final StreamShape shape; field in FindOps.FindOp
128 StreamShape shape, in FindOp()
DSliceOps.java76 private static <P_IN> Spliterator<P_IN> sliceSpliterator(StreamShape shape, in sliceSpliterator()
DMatchOps.java209 MatchOp(StreamShape shape, in MatchOp()
DNodes.java82 static <T> Node<T> emptyNode(StreamShape shape) { in emptyNode()
113 static <T> Node<T> conc(StreamShape shape, Node<T> left, Node<T> right) { in conc()
/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java1082 public void shape(char[] text, int start, int count) { in shape() method in NumericShaper
1113 public void shape(char[] text, int start, int count, int context) { in shape() method in NumericShaper
1145 public void shape(char[] text, int start, int count, Range context) { in shape() method in NumericShaper
/libcore/benchmarks/src/benchmarks/regression/
DR.java2189 public static final int shape = 0; field in R