HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionCheck (Results 1 - 25 of 170) 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 74 CHECK(!env->ExceptionCheck());
78 CHECK(!env->ExceptionCheck());
89 CHECK(!env->ExceptionCheck());
93 CHECK(!env->ExceptionCheck());
106 CHECK(!env->ExceptionCheck());
110 CHECK(!env->ExceptionCheck());
115 CHECK(!env->ExceptionCheck());
119 CHECK(!env->ExceptionCheck());
123 CHECK(!env->ExceptionCheck());
127 CHECK(!env->ExceptionCheck());
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 55 if (env->ExceptionCheck() == JNI_TRUE) {
63 if (env->ExceptionCheck() == JNI_TRUE) {
74 return env->ExceptionCheck() != JNI_TRUE;
82 if (env->ExceptionCheck() == JNI_TRUE) {
88 if (env->ExceptionCheck() == JNI_TRUE) {
98 if (env->ExceptionCheck() == JNI_TRUE) {
115 // if (env->ExceptionCheck()) {
168 if (env->ExceptionCheck()) {
262 DCHECK(env->ExceptionCheck());
315 DCHECK(env->ExceptionCheck());
    [all...]
  /frameworks/base/core/jni/
android_server_NetworkManagementSocketTagger.cpp 38 if (env->ExceptionCheck()) {
54 if (env->ExceptionCheck()) {
android_net_LocalSocketImpl.cpp 63 if (env->ExceptionCheck()) {
101 if (env->ExceptionCheck()) {
154 if (env->ExceptionCheck()) {
160 if (env->ExceptionCheck()) {
167 if (env->ExceptionCheck()) {
252 if (env->ExceptionCheck()) {
264 if (env->ExceptionCheck()) {
270 if (env->ExceptionCheck()) {
275 if (env->ExceptionCheck()) {
332 if (env->ExceptionCheck()) {
    [all...]
android_media_DeviceCallback.cpp 77 if (env->ExceptionCheck()) {
android_view_PointerIcon.cpp 51 if (env->ExceptionCheck()) {
70 if (env->ExceptionCheck() || !loadedPointerIconObj.get()) {
android_util_FileObserver.cpp 83 if (env->ExceptionCheck()) {
android_view_InputChannel.cpp 141 if (env->ExceptionCheck()) {
147 if (env->ExceptionCheck()) {
153 if (env->ExceptionCheck()) {
  /libcore/luni/src/main/native/
valueOf.cpp 26 if (env->ExceptionCheck()) {
30 if (env->ExceptionCheck()) {
org_apache_harmony_xml_ExpatParser.cpp 279 if (env->ExceptionCheck()) {
286 if (env->ExceptionCheck()) {
292 if (env->ExceptionCheck()) {
461 if (env->ExceptionCheck()) return;
615 if (env->ExceptionCheck()) return;
656 if (env->ExceptionCheck()) return;
703 if (env->ExceptionCheck()) return;
708 if (env->ExceptionCheck()) return;
714 if (env->ExceptionCheck()) return;
735 if (env->ExceptionCheck()) return
    [all...]
  /libnativehelper/include/nativehelper/
toStringArray.h 37 if (env->ExceptionCheck()) {
41 if (env->ExceptionCheck()) {
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 78 if (env->ExceptionCheck()) {
94 if (env->ExceptionCheck()) {
118 if (env->ExceptionCheck()) {
208 if (env->ExceptionCheck()) {
217 if (env->ExceptionCheck()) {
257 SkASSERT(!env->ExceptionCheck());
264 SkASSERT(!env->ExceptionCheck());
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 37 env->ExceptionCheck();
55 // Give threads some time to get stuck in ExceptionCheck.
  /libcore/ojluni/src/main/native/
System.c 179 if ((*env)->ExceptionCheck(env)) {
183 if ((*env)->ExceptionCheck(env)) {
187 if ((*env)->ExceptionCheck(env)) {
191 if ((*env)->ExceptionCheck(env)) {
195 if ((*env)->ExceptionCheck(env)) {
199 if ((*env)->ExceptionCheck(env)) {
219 if ((*env)->ExceptionCheck(env)) {
223 if ((*env)->ExceptionCheck(env)) {
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
JavaInputStream.cpp 35 if (fEnv->ExceptionCheck()) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 104 if (jni->ExceptionCheck()) {
  /external/webrtc/webrtc/modules/utility/include/
helpers_android.h 20 RTC_CHECK(!jni->ExceptionCheck()) \
  /frameworks/wilhelm/src/itf/
IAndroidConfiguration.c 167 if (j_env->ExceptionCheck()) {
240 if (j_env->ExceptionCheck()) {
341 if (j_env->ExceptionCheck()) {
362 if (j_env->ExceptionCheck()) {
  /frameworks/base/media/jni/
android_media_MediaDataSource.cpp 85 if (env->ExceptionCheck()) {
126 if (env->ExceptionCheck()) {
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 80 if (e->ExceptionCheck())
  /art/runtime/
jni_internal_test.cc 60 EXPECT_TRUE(env_->ExceptionCheck())
97 EXPECT_FALSE(env_->ExceptionCheck()) << name;
104 EXPECT_TRUE(env_->ExceptionCheck()) << name;
135 EXPECT_FALSE(env_->ExceptionCheck());
139 EXPECT_FALSE(env_->ExceptionCheck());
    [all...]

Completed in 210 milliseconds

1 2 3 4 5 6 7