Home
last modified time | relevance | path

Searched refs:jthrowable (Results 1 – 4 of 4) sorted by relevance

/cts/tests/sensor/jni/
DnativeTestHelper.cpp42 env->Throw(static_cast<jthrowable>(exception)); in fail()
/cts/tests/tests/jni/libjnitest/
Dhelper.c79 jthrowable oneException = (*env)->ExceptionOccurred(env); in runJniTests()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp133 ScopedLocalRef<jobject> jthrowable(mEnv, mEnv->NewObject(gAssertionFailure.clazz, in OnTestEnd() local
136 gFailure.ctor, mCurrentTestDescription.get(), jthrowable.get())); in OnTestEnd()
/cts/tests/vr/jni/
DVrExtensionsJni.cpp115 env->Throw(static_cast<jthrowable>(exception)); in fail()