OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionClear
(Results
26 - 50
of
134
) sorted by null
1
2
3
4
5
6
/packages/apps/Nfc/nci/jni/
RoutingManager.cpp
431
e->
ExceptionClear
();
450
e->
ExceptionClear
();
499
e->
ExceptionClear
();
508
e->
ExceptionClear
();
PeerToPeer.cpp
322
e->
ExceptionClear
();
360
e->
ExceptionClear
();
397
e->
ExceptionClear
();
424
e->
ExceptionClear
();
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/java/
javahead.swg
90
JCALL0(
ExceptionClear
, jenv);
/external/deqp/framework/platform/android/
tcuAndroidExecService.cpp
52
env->
ExceptionClear
();
/frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp
305
env->
ExceptionClear
();
331
env->
ExceptionClear
();
342
env->
ExceptionClear
();
354
env->
ExceptionClear
();
[
all
...]
android_hardware_location_ActivityRecognitionHardware.cpp
43
env->
ExceptionClear
();
android_os_MessageQueue.cpp
70
env->
ExceptionClear
();
android_util_Binder.cpp
170
env->
ExceptionClear
();
179
env->
ExceptionClear
(); /* assume exception (OOM?) was thrown */
190
env->
ExceptionClear
();
452
env->
ExceptionClear
();
[
all
...]
android_media_JetPlayer.cpp
66
env->
ExceptionClear
();
android_media_AudioRecord.cpp
102
env->
ExceptionClear
();
116
env->
ExceptionClear
();
[
all
...]
android_media_AudioTrack.cpp
139
env->
ExceptionClear
();
153
env->
ExceptionClear
();
[
all
...]
android_view_MotionEvent.cpp
88
env->
ExceptionClear
();
107
env->
ExceptionClear
();
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp
54
env->
ExceptionClear
();
com_android_server_hdmi_HdmiCecController.cpp
178
env->
ExceptionClear
();
/art/runtime/
jni_internal_test.cc
64
env_->
ExceptionClear
();
105
env_->
ExceptionClear
();
[
all
...]
/frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp
61
env->
ExceptionClear
();
/art/test/004-JniTest/
jni_test.cc
319
env->
ExceptionClear
();
454
env_->
ExceptionClear
();
702
env_->
ExceptionClear
();
/art/compiler/driver/
compiler_driver_test.cc
169
env_->
ExceptionClear
();
/frameworks/base/media/jni/
android_media_MediaCodec.cpp
587
env->
ExceptionClear
();
704
env->
ExceptionClear
();
726
env->
ExceptionClear
();
1070
env->
ExceptionClear
();
[
all
...]
android_media_MediaMetadataRetriever.cpp
296
env->
ExceptionClear
();
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
495
j_env->
ExceptionClear
();
/development/ndk/platforms/android-3/include/
jni.h
191
void (*
ExceptionClear
)(JNIEnv*);
551
void
ExceptionClear
()
552
{ functions->
ExceptionClear
(this); }
[
all
...]
/libnativehelper/include/nativehelper/
jni.h
177
void (*
ExceptionClear
)(JNIEnv*);
537
void
ExceptionClear
()
538
{ functions->
ExceptionClear
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h
191
void (*
ExceptionClear
)(JNIEnv*);
551
void
ExceptionClear
()
552
{ functions->
ExceptionClear
(this); }
[
all
...]
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h
191
void (*
ExceptionClear
)(JNIEnv*);
551
void
ExceptionClear
()
552
{ functions->
ExceptionClear
(this); }
[
all
...]
Completed in 770 milliseconds
1
2
3
4
5
6