OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionOccurred
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/libcore/ojluni/src/main/native/
socket_tagger_util.cpp
27
if (env->
ExceptionOccurred
()) { return fd; }
41
if (env->
ExceptionOccurred
()) { return; }
ObjectStreamClass.c
63
jthrowable th = (*env)->
ExceptionOccurred
(env);
92
jthrowable th = (*env)->
ExceptionOccurred
(env);
System.c
50
if ((*env)->
ExceptionOccurred
(env)) return NULL; \
64
if ((*env)->
ExceptionOccurred
(env)) return NULL; \
73
if ((*env)->
ExceptionOccurred
(env)) return NULL; \
81
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) }
/cts/tests/tests/jni/libjnitest/
helper.c
78
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
...]
/external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp
97
exc = env->
ExceptionOccurred
();
184
if (env->
ExceptionOccurred
() != NULL) {
/libnativehelper/
JNIHelp.cpp
229
scoped_local_ref<jthrowable> exception(env, (*env)->
ExceptionOccurred
(e));
278
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
264
jthrowable excep = env->
ExceptionOccurred
();
283
jthrowable excep = env->
ExceptionOccurred
();
392
jthrowable excep = env->
ExceptionOccurred
();
[
all
...]
/art/runtime/
jni_internal_test.cc
62
jthrowable exception = env_->
ExceptionOccurred
();
[
all
...]
/art/compiler/driver/
compiler_driver_test.cc
168
jthrowable exception = env_->
ExceptionOccurred
();
/art/test/004-JniTest/
jni_test.cc
318
jthrowable thrown = env->
ExceptionOccurred
();
701
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/current/platforms/android-12/arch-arm/usr/include/
jni.h
189
jthrowable (*
ExceptionOccurred
)(JNIEnv*);
545
jthrowable
ExceptionOccurred
()
546
{ return functions->
ExceptionOccurred
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h
189
jthrowable (*
ExceptionOccurred
)(JNIEnv*);
545
jthrowable
ExceptionOccurred
()
546
{ return functions->
ExceptionOccurred
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h
189
jthrowable (*
ExceptionOccurred
)(JNIEnv*);
545
jthrowable
ExceptionOccurred
()
546
{ return functions->
ExceptionOccurred
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h
189
jthrowable (*
ExceptionOccurred
)(JNIEnv*);
545
jthrowable
ExceptionOccurred
()
546
{ return functions->
ExceptionOccurred
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h
189
jthrowable (*
ExceptionOccurred
)(JNIEnv*);
545
jthrowable
ExceptionOccurred
()
546
{ return functions->
ExceptionOccurred
(this); }
[
all
...]
Completed in 578 milliseconds
1
2
3
4