Searched defs:checkException (Results 1 - 16 of 16) sorted by relevance

/openjdk10/jdk/test/java/security/SecureRandom/
H A DDrbgParametersSpec.java124 static void checkException(RunnableWithException r, Class ex) method in class:DrbgParametersSpec
H A DApiTest.java172 private static void checkException(String alg, SecureRandomParameters param, method in class:ApiTest
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/stream/
H A DThrowableHelper.java30 public static void checkException(Class<? extends Exception> ce, Runnable r) { method in class:ThrowableHelper
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DTruncate.java178 private static void checkException(FileChannel fc, long size, Class<?>... expected) method in class:Truncate
[all...]
H A DMapTest.java277 private static void checkException(FileChannel fc, method in class:MapTest
[all...]
/openjdk10/hotspot/test/runtime/jni/ToStringInInterfaceTest/
H A DlibToStringTest.c30 #define checkException(env) if ((*env)->ExceptionCheck(env)) { return; } macro
/openjdk10/jdk/test/java/util/Calendar/Builder/
H A DBuilderTest.java272 private static void checkException(Calendar.Builder calb, Class<? extends Exception> exception) { method in class:BuilderTest
/openjdk10/jdk/test/jdk/security/jarsigner/
H A DSpec.java227 static void checkException(RunnableWithException r, Class ex) method in class:Spec
/openjdk10/jdk/test/sun/security/provider/SecureRandom/AbstractDrbg/
H A DSpecTest.java226 static void checkException(RunnableWithException r, Class ex) method in class:SpecTest
/openjdk10/langtools/test/tools/javac/file/
H A DSetLocationForModule.java283 void checkException(String message, method in class:SetLocationForModule
/openjdk10/jdk/test/java/util/logging/
H A DFileHandlerPatternExceptions.java187 private static void checkException(Class<? extends Exception> type, FileHandlerSupplier test) { method in class:FileHandlerPatternExceptions
[all...]
H A DFileHandlerLongLimit.java248 private static void checkException(Class<? extends Exception> type, FileHandlerSupplier test) { method in class:FileHandlerLongLimit
/openjdk10/jdk/test/tools/pack200/
H A DTestExceptions.java264 void checkException(Throwable t) { method in class:TestExceptions.TestInput
/openjdk10/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java232 private static void checkException(Class<? extends Exception> exc, method in class:BadConstraintTest
/openjdk10/test/lib/jdk/test/lib/
H A DUtils.java610 public static void runAndCheckException(Runnable runnable, Consumer<Throwable> checkException) { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java662 private static void checkException(InvocationEvent event) throws InvocationTargetException { method in class:LWCToolkit

Completed in 148 milliseconds