HomeSort by relevance Sort by last modified time
    Searched refs:excep (Results 1 - 6 of 6) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3head.swg 39 jclass excep;
56 excep = JCALL1(FindClass, jenv, except_ptr->java_exception);
57 if (excep)
58 JCALL2(ThrowNew, jenv, excep, msg);
  /prebuilts/misc/common/swig/include/2.0.11/java/
javahead.swg 72 jclass excep;
91 excep = JCALL1(FindClass, jenv, except_ptr->java_exception);
92 if (excep)
93 JCALL2(ThrowNew, jenv, excep, msg);
  /frameworks/base/core/jni/
android_util_Binder.cpp 177 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
195 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
202 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) {
213 env->Throw(excep);
274 jthrowable excep = env->ExceptionOccurred(); local
276 if (excep) {
277 report_exception(env, excep,
283 env->DeleteLocalRef(excep);
401 jthrowable excep = env->ExceptionOccurred(); local
402 if (excep) {
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 483 Throwable excep = null; local
513 if (excep == null) {
516 failed(test.toString(), excep); local
519 excep = ex;
  /art/test/046-reflect/src/
Main.java 127 boolean excep;
315 excep = false;
322 excep = true;
324 if (!excep)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapTest.java 442 } catch (NoSuchElementException excep) {
    [all...]

Completed in 452 milliseconds