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

  /dalvik/vm/analysis/
Optimize.cpp 463 Object* excep = dvmGetException(dvmThreadSelf()); local
465 Object* cause = dvmGetExceptionCause(excep);
468 excep = cause;
470 if (strcmp(excep->clazz->descriptor,
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 386 Object* excep = dvmGetException(self); local
387 if (strcmp(excep->clazz->descriptor,
389 strcmp(excep->clazz->descriptor,
  /dalvik/vm/reflect/
Proxy.cpp 956 Object* excep = dvmGetException(self); local
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 176 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
191 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
198 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) {
209 env->Throw(excep);
271 jthrowable excep = env->ExceptionOccurred(); local
273 if (excep) {
274 report_exception(env, excep,
280 env->DeleteLocalRef(excep);
402 jthrowable excep = env->ExceptionOccurred(); local
403 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;
  /dalvik/vm/oo/
Class.cpp 1376 Object* excep = dvmGetException(self); local
    [all...]

Completed in 199 milliseconds