Home
last modified time | relevance | path

Searched defs:throwRuntimeException (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DTestConstants.java77 static <T> T throwRuntimeException(final String message) { in throwRuntimeException() method in TestConstants
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc222 int throwRuntimeException(JNIEnv* env, const char* msg) { in throwRuntimeException() function