Home
last modified time | relevance | path

Searched refs:X (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/util/
DPreconditions.java150 public static <X extends RuntimeException>
151 BiFunction<String, List<Integer>, X> outOfBoundsExceptionFormatter(Function<String, X> f) { in outOfBoundsExceptionFormatter()
154 return new BiFunction<String, List<Integer>, X>() { in outOfBoundsExceptionFormatter()
156 public X apply(String checkKind, List<Integer> args) { in outOfBoundsExceptionFormatter()
243 public static <X extends RuntimeException>
245 BiFunction<String, List<Integer>, X> oobef) {
290 public static <X extends RuntimeException>
292 BiFunction<String, List<Integer>, X> oobef) {
338 public static <X extends RuntimeException>
340 BiFunction<String, List<Integer>, X> oobef) {
/libcore/luni/src/test/java/libcore/java/lang/ref/
DFinalizeTest.java52 private X createFinalizableObject(final AtomicBoolean finalized) { in createFinalizableObject()
53 X result = new X() { in createFinalizableObject()
70 static class X {} class in FinalizeTest
/libcore/ojluni/src/main/java/java/util/
DOptionalInt.java181 public<X extends Throwable> int orElseThrow(Supplier<X> exceptionSupplier) throws X { in orElseThrow()
DOptionalLong.java181 public<X extends Throwable> long orElseThrow(Supplier<X> exceptionSupplier) throws X { in orElseThrow()
DOptionalDouble.java181 public<X extends Throwable> double orElseThrow(Supplier<X> exceptionSupplier) throws X { in orElseThrow()
DOptional.java282 public <X extends Throwable> T orElseThrow(Supplier<? extends X> exceptionSupplier) throws X { in orElseThrow()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DGenericExceptionsTest.java109 public <X extends Exception> void throwsMethodTypeParameter() throws X {} in throwsMethodTypeParameter()
110 public <X extends Exception> void throwsEverything() throws T, Exception, X{} in throwsEverything()
/libcore/ojluni/src/main/resources/sun/nio/cs/
Dstandard-charsets75 alias X-UTF-16BE
80 alias X-UTF-16LE
92 alias X-UTF-32LE
96 alias X-UTF-32BE
98 charset X-UTF-32LE-BOM UTF_32LE_BOM
102 charset X-UTF-32BE-BOM UTF_32BE_BOM
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectStreamClassTest.java116 private class X implements Serializable { class in ObjectStreamClassTest.SyntheticTest
122 public X foo() { in foo()
123 return new X(); in foo()
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf65 # X.509v3 extensions to use:
68 # X.509v3 extensions in its main [= default] section.)
221 nsComment = "X.509 Unit Test"
277 CN=example X.509
286 nsComment = "X.509 Unit Test"
/libcore/luni/src/test/java/libcore/java/lang/
DClassTest.java101 class X implements A { } class in ClassTest
102 class Y extends X implements B { }
105 assertEquals(A.class.getField("name"), X.class.getField("name")); in test_getField()
/libcore/luni/src/test/java/libcore/libcore/reflect/
DParameterizedTypeRegressionTest.java39 class A<X> {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java45 … y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, d… enumConstant
53 … I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, b… enumConstant
57 … y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, d… enumConstant
/libcore/expectations/
Dknownfailures.txt694 description: "An other value is returned than was set (X * 1000)",
/libcore/api/
Dcurrent.txt13416 …method public <X extends java.lang.Throwable> T orElseThrow(java.util.function.Supplier<? extends
13427 …method public <X extends java.lang.Throwable> double orElseThrow(java.util.function.Supplier<X>) t…
13438 …method public <X extends java.lang.Throwable> int orElseThrow(java.util.function.Supplier<X>) thro…
13449 …method public <X extends java.lang.Throwable> long orElseThrow(java.util.function.Supplier<X>) thr…