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

1 2 3 4 5 6 7

  /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...]
  /art/test/004-JniTest/
jni_test.cc 66 assert(!env->ExceptionCheck());
70 assert(!env->ExceptionCheck());
81 assert(!env->ExceptionCheck());
85 assert(!env->ExceptionCheck());
98 assert(!env->ExceptionCheck());
102 assert(!env->ExceptionCheck());
107 assert(!env->ExceptionCheck());
111 assert(!env->ExceptionCheck());
115 assert(!env->ExceptionCheck());
119 assert(!env->ExceptionCheck());
    [all...]
  /libnativehelper/include/nativehelper/
toStringArray.h 37 if (env->ExceptionCheck()) {
41 if (env->ExceptionCheck()) {
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 77 if (env->ExceptionCheck()) {
93 if (env->ExceptionCheck()) {
117 if (env->ExceptionCheck()) {
207 if (env->ExceptionCheck()) {
216 if (env->ExceptionCheck()) {
256 SkASSERT(!env->ExceptionCheck());
263 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;
655 if (env->ExceptionCheck()) return;
702 if (env->ExceptionCheck()) return;
707 if (env->ExceptionCheck()) return;
713 if (env->ExceptionCheck()) return;
734 if (env->ExceptionCheck()) return
    [all...]
libcore_icu_NativeConverter.cpp 336 if (env->ExceptionCheck()) {
565 if (env->ExceptionCheck()) {
594 if (env->ExceptionCheck()) {
601 if (env->ExceptionCheck()) {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
jni_helpers.h 40 if (jni->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 259 if (env->ExceptionCheck()) {
315 if (env->ExceptionCheck()) {
388 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 67 if (env->ExceptionCheck()) {
97 if (env->ExceptionCheck()) {
android_hardware_camera2_DngCreator.cpp 208 if (mEnv->ExceptionCheck()) {
215 if (mEnv->ExceptionCheck()) {
285 if (mEnv->ExceptionCheck()) {
290 if (mEnv->ExceptionCheck()) {
300 if (mEnv->ExceptionCheck()) {
368 if (mEnv->ExceptionCheck()) {
374 if (mEnv->ExceptionCheck()) {
455 if (!mEnv->ExceptionCheck()) {
489 if (!mEnv->ExceptionCheck()) {
504 mEnv->ExceptionCheck()) {
    [all...]
android_media_RemoteDisplay.cpp 102 if (env->ExceptionCheck()) {
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 80 if (e->ExceptionCheck())
RoutingManager.cpp 317 if (e->ExceptionCheck())
336 if (e->ExceptionCheck())
385 if (e->ExceptionCheck())
393 if (e->ExceptionCheck())
  /art/runtime/
jni_internal_test.cc 56 EXPECT_TRUE(env_->ExceptionCheck());
65 EXPECT_FALSE(env_->ExceptionCheck()) << name;
70 EXPECT_TRUE(env_->ExceptionCheck()) << name;
196 EXPECT_FALSE(env_->ExceptionCheck());
203 EXPECT_FALSE(env_->ExceptionCheck());
248 EXPECT_FALSE(env_->ExceptionCheck());
275 ASSERT_FALSE(env_->ExceptionCheck());
286 EXPECT_FALSE(env_->ExceptionCheck());
297 EXPECT_FALSE(env_->ExceptionCheck());
302 EXPECT_FALSE(env_->ExceptionCheck());
    [all...]
  /frameworks/ex/framesequence/jni/
Stream.cpp 102 if (mEnv->ExceptionCheck() || bytesRead < 0) {
  /art/dalvikvm/
dalvikvm.cc 102 return env->ExceptionCheck() ? EXIT_FAILURE : EXIT_SUCCESS;
  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 45 if (env->ExceptionCheck()) {
com_android_server_power_PowerManagerService.cpp 61 if (env->ExceptionCheck()) {

Completed in 324 milliseconds

1 2 3 4 5 6 7