/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | TestFlagExpectedOp.java | 33 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()
|
D | FlagDeclaringOp.java | 31 private final StreamShape shape; field in FlagDeclaringOp 37 public FlagDeclaringOp(int flags, StreamShape shape) { in FlagDeclaringOp()
|
D | OpTestCase.java | 251 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()
|
D | CollectorOps.java | 81 protected TestParallelSizedOp(StreamShape shape) { in TestParallelSizedOp()
|
D | TestData.java | 212 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/ |
D | TestFlagExpectedOp.java | 34 StreamShape shape = StreamShape.REFERENCE; field in TestFlagExpectedOp.Builder 59 Builder<T> shape(StreamShape shape) { in shape() argument 72 final StreamShape shape; field in TestFlagExpectedOp 85 StreamShape shape) { in TestFlagExpectedOp()
|
D | FlagDeclaringOp.java | 34 private final StreamShape shape; field in FlagDeclaringOp 40 public FlagDeclaringOp(int flags, StreamShape shape) { in FlagDeclaringOp()
|
D | OpTestCase.java | 252 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()
|
D | CollectorOps.java | 82 protected TestParallelSizedOp(StreamShape shape) { in TestParallelSizedOp()
|
D | TestData.java | 213 private final StreamShape shape; field in TestData.AbstractTestData 221 StreamShape shape, in AbstractTestData()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | FindOps.java | 109 private final StreamShape shape; field in FindOps.FindOp 128 StreamShape shape, in FindOp()
|
D | SliceOps.java | 76 private static <P_IN> Spliterator<P_IN> sliceSpliterator(StreamShape shape, in sliceSpliterator()
|
D | MatchOps.java | 209 MatchOp(StreamShape shape, in MatchOp()
|
D | Nodes.java | 82 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/ |
D | NumericShaper.java | 1100 public void shape(char[] text, int start, int count) { in shape() method in NumericShaper 1131 public void shape(char[] text, int start, int count, int context) { in shape() method in NumericShaper 1163 public void shape(char[] text, int start, int count, Range context) { in shape() method in NumericShaper
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | R.java | 2189 public static final int shape = 0; field in R
|