Searched refs:excep (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java483 Throwable excep = null;
513 if (excep == null) {
516 failed(test.toString(), excep);
519 excep = ex;
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp184 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) argument
199 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
206 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) {
217 env->Throw(excep);
279 jthrowable excep = env->ExceptionOccurred(); local
281 if (excep) {
282 report_exception(env, excep,
288 env->DeleteLocalRef(excep);
410 jthrowable excep = env->ExceptionOccurred(); local
411 if (excep) {
[all...]

Completed in 282 milliseconds