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

  /dalvik/vm/analysis/
Optimize.cpp 462 Object* excep = dvmGetException(dvmThreadSelf()); local
464 Object* cause = dvmGetExceptionCause(excep);
467 excep = cause;
469 if (strcmp(excep->clazz->descriptor,
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 385 Object* excep = dvmGetException(self); local
386 if (strcmp(excep->clazz->descriptor,
388 strcmp(excep->clazz->descriptor,
  /dalvik/vm/reflect/
Proxy.cpp 957 Object* excep = dvmGetException(self); local
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 184 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
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...]
  /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 107 milliseconds