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

1 2 3 4 5 6

  /packages/apps/Gallery2/jni_jpegstream/src/
outputstream_wrapper.cpp 28 if (mEnv->ExceptionCheck()) {
37 if (mEnv->ExceptionCheck()) {
41 if (mBytes == NULL || mEnv->ExceptionCheck()) {
inputstream_wrapper.cpp 30 if (mEnv->ExceptionCheck()) {
35 if (mEnv->ExceptionCheck()) {
39 if (mBytes == NULL || mEnv->ExceptionCheck()) {
52 if (mEnv->ExceptionCheck() || bytesSkipped < 0) {
stream_wrapper.cpp 47 if (mStream == NULL || env->ExceptionCheck()) {
53 if (tmp == NULL || env->ExceptionCheck()){
58 if (mByteArray == NULL || env->ExceptionCheck()){
63 if (mBytes == NULL || env->ExceptionCheck()){
jpegstream.cpp 35 if (env->ExceptionCheck() || thisClass == NULL) {
40 if (NULL == fidNumber || env->ExceptionCheck()) {
70 if (env->ExceptionCheck() || errorFlag != J_SUCCESS) {
77 if (env->ExceptionCheck()) {
88 if (env->ExceptionCheck() || thisClass == NULL) {
96 if (env->ExceptionCheck() || pointClass == NULL) {
100 if (env->ExceptionCheck() || setMethod == NULL) {
106 if (NULL == fidNumber || env->ExceptionCheck()) {
125 if (env->ExceptionCheck() || errorFlag != J_SUCCESS) {
134 if (env->ExceptionCheck()) {
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 43 if (env->ExceptionCheck()) {
48 if (env->ExceptionCheck()) {
53 if (env->ExceptionCheck()) {
70 if (env->ExceptionCheck()) {
75 if (env->ExceptionCheck()) {
81 if (env->ExceptionCheck()) {
92 if (env->ExceptionCheck()) {
97 if (env->ExceptionCheck()) {
102 if (env->ExceptionCheck()) {
107 if (env->ExceptionCheck()) {
    [all...]
jmeClasses.cpp 117 if (env->ExceptionCheck()) {
125 if (env->ExceptionCheck()) {
131 if (env->ExceptionCheck()) {
136 if (env->ExceptionCheck()) {
152 if (env->ExceptionCheck()) {
167 if (env->ExceptionCheck()) {
174 if (env->ExceptionCheck()) {
188 if (env->ExceptionCheck()) {
194 if (env->ExceptionCheck()) {
200 if (env->ExceptionCheck()) {
    [all...]
com_jme3_bullet_util_DebugShapeFactory.cpp 60 if (env->ExceptionCheck()) {
66 if (env->ExceptionCheck()) {
71 if (env->ExceptionCheck()) {
130 if (env->ExceptionCheck()) {
135 if (env->ExceptionCheck()) {
140 if (env->ExceptionCheck()) {
jmePhysicsSpace.cpp 44 if (env->ExceptionCheck()) {
216 if (env->ExceptionCheck()) {
230 if (env->ExceptionCheck()) {
255 if (env->ExceptionCheck()) {
  /libnativehelper/include/nativehelper/
toStringArray.h 37 if (env->ExceptionCheck()) {
41 if (env->ExceptionCheck()) {
59 if (env->ExceptionCheck()) {
63 if (env->ExceptionCheck()) {
  /art/test/JniTest/
jni_test.cc 46 assert(!env->ExceptionCheck());
50 assert(!env->ExceptionCheck());
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 72 if (env->ExceptionCheck()) {
86 if (env->ExceptionCheck()) {
107 if (env->ExceptionCheck()) {
189 if (env->ExceptionCheck()) {
198 if (env->ExceptionCheck()) {
236 SkASSERT(!env->ExceptionCheck());
243 SkASSERT(!env->ExceptionCheck());
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 278 if (env->ExceptionCheck()) {
285 if (env->ExceptionCheck()) {
291 if (env->ExceptionCheck()) {
460 if (env->ExceptionCheck()) return;
614 if (env->ExceptionCheck()) return;
654 if (env->ExceptionCheck()) return;
701 if (env->ExceptionCheck()) return;
706 if (env->ExceptionCheck()) return;
712 if (env->ExceptionCheck()) return;
733 if (env->ExceptionCheck()) return
    [all...]
  /external/chromium/android/jni/
jni_utils.cc 29 if (env->ExceptionCheck() != 0)
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 161 if (e->ExceptionCheck())
181 if (e->ExceptionCheck())
212 if (e->ExceptionCheck())
220 if (e->ExceptionCheck())
NativeLlcpServiceSocket.cpp 80 if (e->ExceptionCheck())
  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 46 if (env->ExceptionCheck()) {
65 if (env->ExceptionCheck() || !loadedPointerIconObj) {
android_view_InputChannel.cpp 139 if (env->ExceptionCheck()) {
145 if (env->ExceptionCheck()) {
151 if (env->ExceptionCheck()) {
android_view_InputEventReceiver.cpp 255 if (env->ExceptionCheck()) {
307 if (env->ExceptionCheck()) {
378 if (status && status != DEAD_OBJECT && !env->ExceptionCheck()) {
android_util_FileObserver.cpp 87 if (env->ExceptionCheck()) {
android_view_InputDevice.cpp 71 if (env->ExceptionCheck()) {
android_view_KeyEvent.cpp 66 if (env->ExceptionCheck()) {
96 if (env->ExceptionCheck()) {
android_media_RemoteDisplay.cpp 102 if (env->ExceptionCheck()) {
  /art/runtime/
jni_internal_test.cc 747 EXPECT_FALSE(env_->ExceptionCheck())
751 EXPECT_TRUE(env_->ExceptionCheck()); \
793 EXPECT_TRUE(env_->ExceptionCheck()); \
825 EXPECT_FALSE(env_->ExceptionCheck());
832 EXPECT_FALSE(env_->ExceptionCheck());
865 EXPECT_FALSE(env_->ExceptionCheck());
879 ASSERT_FALSE(env_->ExceptionCheck());
890 EXPECT_FALSE(env_->ExceptionCheck());
901 EXPECT_FALSE(env_->ExceptionCheck());
909 ASSERT_FALSE(env_->ExceptionCheck());
    [all...]
  /art/dalvikvm/
dalvikvm.cc 102 return env->ExceptionCheck() ? EXIT_FAILURE : EXIT_SUCCESS;
  /frameworks/base/services/jni/
com_android_server_UsbDeviceManager.cpp 45 if (env->ExceptionCheck()) {

Completed in 222 milliseconds

1 2 3 4 5 6