HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionOccurred (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 99 if (env->ExceptionOccurred() != NULL) {
109 if (env->ExceptionOccurred() != NULL) {
119 if (env->ExceptionOccurred() != NULL) {
137 if (env->ExceptionOccurred() != NULL) {
173 if (env->ExceptionOccurred() != NULL) {
182 if (env->ExceptionOccurred() != NULL) {
189 if (env->ExceptionOccurred() != NULL) {
212 if (env->ExceptionOccurred() != NULL) {
219 if (env->ExceptionOccurred() != NULL) {
android_net_LocalSocketImpl.cpp 60 if (env->ExceptionOccurred() != NULL) {
98 if (env->ExceptionOccurred() != NULL) {
121 if (env->ExceptionOccurred() != NULL) {
157 if (env->ExceptionOccurred() != NULL) {
187 if (env->ExceptionOccurred() != NULL) {
249 if (env->ExceptionOccurred() != NULL) {
296 if (env->ExceptionOccurred() != NULL) {
356 if (env->ExceptionOccurred() != NULL) {
381 if (env->ExceptionOccurred() != NULL) {
462 if (env->ExceptionOccurred() != NULL)
    [all...]
android_server_NetworkManagementSocketTagger.cpp 38 if (env->ExceptionOccurred() != NULL) {
54 if (env->ExceptionOccurred() != NULL) {
android_os_MessageQueue.cpp 57 jthrowable exceptionObj = env->ExceptionOccurred();
android_os_SELinux.cpp 100 if (env->ExceptionOccurred() != NULL) {
android_util_Binder.cpp 274 jthrowable excep = env->ExceptionOccurred();
294 jthrowable excep2 = env->ExceptionOccurred();
401 jthrowable excep = env->ExceptionOccurred();
    [all...]
  /cts/tests/tests/jni/libjnitest/
helper.c 77 jthrowable oneException = (*env)->ExceptionOccurred(env);
android_jni_cts_StaticNonce.c 104 if ((*env)->ExceptionOccurred(env) != NULL) {
130 if ((*env)->ExceptionOccurred(env) != NULL) {
147 if ((*env)->ExceptionOccurred(env) != NULL) {
android_jni_cts_InstanceNonce.c 105 if ((*env)->ExceptionOccurred(env) != NULL) {
131 if ((*env)->ExceptionOccurred(env) != NULL) {
  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred();
  /external/javasqlite/src/main/native/
sqlite_jni.c 392 exc = (*env)->ExceptionOccurred(env);
546 exc = (*env)->ExceptionOccurred(env);
556 exc = (*env)->ExceptionOccurred(env);
598 exc = (*env)->ExceptionOccurred(env);
607 exc = (*env)->ExceptionOccurred(env);
630 exc = (*env)->ExceptionOccurred(env);
639 exc = (*env)->ExceptionOccurred(env);
665 exc = (*env)->ExceptionOccurred(env);
674 exc = (*env)->ExceptionOccurred(env);
715 exc = (*env)->ExceptionOccurred(env)
    [all...]
  /art/runtime/native/
java_lang_Class.cc 69 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 265 jthrowable exception = env->ExceptionOccurred();
270 if (!env->IsInstanceOf(env->ExceptionOccurred(),
  /libnativehelper/
JNIHelp.cpp 212 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
261 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
  /art/compiler/driver/
compiler_driver_test.cc 175 jthrowable exception = env_->ExceptionOccurred();
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 49 if (env->ExceptionOccurred())
  /external/chromium_org/base/android/
jni_android.cc 255 jthrowable java_throwable = env->ExceptionOccurred();
  /art/runtime/
jni_internal_test.cc 57 jthrowable exception = env_->ExceptionOccurred();
    [all...]
  /art/test/004-JniTest/
jni_test.cc 304 jthrowable thrown = env->ExceptionOccurred();
  /development/ndk/platforms/android-3/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 175 jthrowable (*ExceptionOccurred)(JNIEnv*);
531 jthrowable ExceptionOccurred()
532 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]

Completed in 315 milliseconds

1 2 3 4