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

1 2 3

  /art/test/1932-monitor-events-misc/
monitor_misc.cc 52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred());
  /libcore/ojluni/src/main/native/
socket_tagger_util.cpp 27 if (env->ExceptionOccurred()) { return fd; }
ObjectStreamClass.c 63 jthrowable th = (*env)->ExceptionOccurred(env);
92 jthrowable th = (*env)->ExceptionOccurred(env);
System.c 53 if ((*env)->ExceptionOccurred(env)) return NULL; \
67 if ((*env)->ExceptionOccurred(env)) return NULL; \
76 if ((*env)->ExceptionOccurred(env)) return NULL; \
84 if ((*env)->ExceptionOccurred(env)) return NULL; \
io_util.c 185 if (!(*env)->ExceptionOccurred(env)) {
net_util.h 43 { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg); }
  /art/test/674-hiddenapi/
hiddenapi.cc 106 if (env->ExceptionOccurred()) {
136 if (env->ExceptionOccurred()) {
180 if (env->ExceptionOccurred()) {
211 if (env->ExceptionOccurred()) {
251 if (env->ExceptionOccurred()) {
277 if (env->ExceptionOccurred()) {
  /cts/tests/tests/jni/libjnitest/
helper.c 79 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 50 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/test/1927-exception-event/
exception_event.cc 48 jthrowable e = env->ExceptionOccurred();
  /art/test/ti-agent/
exceptions_helper.cc 54 jthrowable e = jnienv->ExceptionOccurred();
92 jthrowable e = jnienv->ExceptionOccurred();
trace_helper.cc 32 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred());
46 ScopedLocalRef<jthrowable> exc(env, env->ExceptionOccurred());
630 err.reset(env->ExceptionOccurred());
638 err.reset(env->ExceptionOccurred());
646 err.reset(env->ExceptionOccurred());
654 err.reset(env->ExceptionOccurred());
662 err.reset(env->ExceptionOccurred());
redefinition_helper.cc 209 if (env->ExceptionOccurred()) {
216 if (env->ExceptionOccurred()) {
223 if (env->ExceptionOccurred()) {
  /external/oj-libjdwp/src/share/back/
ArrayTypeImpl.c 125 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
189 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
ArrayReferenceImpl.c 217 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
333 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
465 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
577 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
ClassTypeImpl.c 111 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
util.c 118 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
148 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
179 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
284 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
295 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
884 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
893 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
904 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 97 exc = env->ExceptionOccurred();
184 if (env->ExceptionOccurred() != NULL) {
  /libnativehelper/
JNIHelp.cpp 280 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
329 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 49 if (env->ExceptionOccurred())
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 69 jthrowable exceptionObj = env->ExceptionOccurred();
android_util_Binder.cpp 348 ScopedLocalRef<jthrowable> excep(env, env->ExceptionOccurred());
364 ScopedLocalRef<jthrowable> excep(env, env->ExceptionOccurred());
471 jthrowable excep = env->ExceptionOccurred();
    [all...]

Completed in 4616 milliseconds

1 2 3