OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionCheck
(Results
1 - 25
of
57
) sorted by null
1
2
3
/libcore/luni/src/main/native/
toStringArray.h
32
if (env->
ExceptionCheck
()) {
36
if (env->
ExceptionCheck
()) {
54
if (env->
ExceptionCheck
()) {
58
if (env->
ExceptionCheck
()) {
org_apache_harmony_xml_ExpatParser.cpp
269
if (env->
ExceptionCheck
()) {
276
if (env->
ExceptionCheck
()) {
282
if (env->
ExceptionCheck
()) {
449
if (env->
ExceptionCheck
()) return;
603
if (env->
ExceptionCheck
()) return;
643
if (env->
ExceptionCheck
()) return;
690
if (env->
ExceptionCheck
()) return;
695
if (env->
ExceptionCheck
()) return;
701
if (env->
ExceptionCheck
()) return;
722
if (env->
ExceptionCheck
()) return
[
all
...]
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
[
all
...]
/frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp
28
if (env->
ExceptionCheck
()) {
48
if (env->
ExceptionCheck
()) {
61
if (env->
ExceptionCheck
()) {
82
if (env->
ExceptionCheck
()) {
99
if (env->
ExceptionCheck
()) {
204
if (env->
ExceptionCheck
()) {
213
if (env->
ExceptionCheck
()) {
NinePatch.cpp
76
if (!env->
ExceptionCheck
()) {
157
if (!env->
ExceptionCheck
()) {
/dalvik/dalvikvm/
Main.cpp
52
if (env->
ExceptionCheck
()) {
58
if (env->
ExceptionCheck
()) {
68
if (env->
ExceptionCheck
()) {
275
if (!env->
ExceptionCheck
())
/external/chromium/android/jni/
jni_utils.cc
29
if (env->
ExceptionCheck
() != 0)
/frameworks/base/core/jni/
android_view_PointerIcon.cpp
45
if (env->
ExceptionCheck
()) {
64
if (env->
ExceptionCheck
() || !loadedPointerIconObj) {
android_view_InputChannel.cpp
138
if (env->
ExceptionCheck
()) {
144
if (env->
ExceptionCheck
()) {
150
if (env->
ExceptionCheck
()) {
android_util_FileObserver.cpp
87
if (env->
ExceptionCheck
()) {
android_emoji_EmojiFactory.cpp
111
if (env->
ExceptionCheck
() != 0) {
181
if (env->
ExceptionCheck
() != 0) {
android_view_KeyEvent.cpp
65
if (env->
ExceptionCheck
()) {
95
if (env->
ExceptionCheck
()) {
android_media_AudioRecord.cpp
103
if (env->
ExceptionCheck
()) {
117
if (env->
ExceptionCheck
()) {
android_server_BluetoothA2dpService.cpp
270
if (env->
ExceptionCheck
()) {
android_media_JetPlayer.cpp
64
if (env->
ExceptionCheck
()) {
/external/webkit/Source/WebKit/android/jni/
WebCoreJni.cpp
51
if (env->
ExceptionCheck
() != 0)
/external/webkit/Source/WebKit/android/benchmark/
MyJavaVM.cpp
110
n->
ExceptionCheck
= env_exceptionCheck;
/frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp
58
if (env->
ExceptionCheck
()) {
com_android_server_UsbDeviceManager.cpp
44
if (env->
ExceptionCheck
()) {
com_android_server_UsbHostManager.cpp
47
if (env->
ExceptionCheck
()) {
/packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp
150
if(e->
ExceptionCheck
())
com_android_nfc_NativeNfcManager.cpp
934
if(e->
ExceptionCheck
())
[
all
...]
com_android_nfc_NativeLlcpConnectionlessSocket.cpp
148
if(e->
ExceptionCheck
())
/dalvik/libnativehelper/
JNIHelp.cpp
186
if ((*env)->
ExceptionCheck
(e)) {
209
if ((*env)->
ExceptionCheck
(e)) {
/frameworks/base/media/jni/
android_media_MediaScanner.cpp
50
if (env->
ExceptionCheck
()) {
Completed in 1556 milliseconds
1
2
3