Home
last modified time | relevance | path

Searched defs:R2 (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/io/Serializable/records/
DThrowingConstructorTest.java65 public R2(int x) { in R2() method
/libcore/ojluni/src/test/java/lang/reflect/records/
DRecordReflectionTest.java47 record R2(int i, int j) {} in R2() method in RecordReflectionTest
/libcore/luni/src/test/java/libcore/java/lang/
DClassCastExceptionTest.java83 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
88 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DCollectorsTest.java298 BiFunction<? super R1, ? super R2, ? extends RR> finisher) { in TeeingAssertion()
/libcore/ojluni/annotations/flagged_api/java/util/stream/
DCollectors.annotated.java120 …<? super T,?,R2> downstream2, java.util.function.BiFunction<? super R1,? super R2,R> merger) { thr… in teeing()