Home
last modified time | relevance | path

Searched refs:CheckException (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/base/android/jni_generator/
DtestConstantsFromJavaP.golden142 jni_generator::CheckException(env);
190 jni_generator::CheckException(env);
237 jni_generator::CheckException(env);
281 jni_generator::CheckException(env);
327 jni_generator::CheckException(env);
358 jni_generator::CheckException(env);
379 jni_generator::CheckException(env);
400 jni_generator::CheckException(env);
419 jni_generator::CheckException(env);
438 jni_generator::CheckException(env);
[all …]
DtestCalledByNatives.golden71 jni_generator::CheckException(env);
93 jni_generator::CheckException(env);
110 jni_generator::CheckException(env);
131 jni_generator::CheckException(env);
150 jni_generator::CheckException(env);
173 jni_generator::CheckException(env);
190 jni_generator::CheckException(env);
225 jni_generator::CheckException(env);
244 jni_generator::CheckException(env);
263 jni_generator::CheckException(env);
[all …]
DtestFromJavaP.golden57 jni_generator::CheckException(env);
76 jni_generator::CheckException(env);
95 jni_generator::CheckException(env);
115 jni_generator::CheckException(env);
135 jni_generator::CheckException(env);
156 jni_generator::CheckException(env);
181 jni_generator::CheckException(env);
200 jni_generator::CheckException(env);
220 jni_generator::CheckException(env);
240 jni_generator::CheckException(env);
Djni_generator_helper.h50 inline void CheckException(JNIEnv* env) { in CheckException() function
51 base::android::CheckException(env); in CheckException()
DtestFromJavaPGenerics.golden55 jni_generator::CheckException(env);
75 jni_generator::CheckException(env);
DtestTracing.golden75 jni_generator::CheckException(env);
93 jni_generator::CheckException(env);
DtestSingleJNIAdditionalImport.golden63 jni_generator::CheckException(env);
DtestMultipleJNIAdditionalImport.golden67 jni_generator::CheckException(env);
/external/libchrome/base/android/
Djni_array.cc32 CheckException(env); in ToJavaByteArray()
37 CheckException(env); in ToJavaByteArray()
52 CheckException(env); in ToJavaBooleanArray()
57 CheckException(env); in ToJavaBooleanArray()
65 CheckException(env); in ToJavaIntArray()
70 CheckException(env); in ToJavaIntArray()
84 CheckException(env); in ToJavaLongArray()
89 CheckException(env); in ToJavaLongArray()
105 CheckException(env); in ToJavaFloatArray()
110 CheckException(env); in ToJavaFloatArray()
[all …]
Djni_string.cc17 base::android::CheckException(env); in ConvertUTF16ToJavaStringImpl()
36 CheckException(env); in ConvertJavaStringToUTF8()
46 CheckException(env); in ConvertJavaStringToUTF8()
87 CheckException(env); in ConvertJavaStringToUTF16()
96 CheckException(env); in ConvertJavaStringToUTF16()
Djni_android.cc233 void CheckException(JNIEnv* env) { in CheckException() function
284 CheckException(env); in GetJavaExceptionInfo()
296 CheckException(env); in GetJavaExceptionInfo()
301 CheckException(env); in GetJavaExceptionInfo()
308 CheckException(env); in GetJavaExceptionInfo()
Djni_android.h146 BASE_EXPORT void CheckException(JNIEnv* env);
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc347 if (CheckException(jni) || !success) { in InitDecodeOnCodecThread()
380 if (CheckException(jni)) { in InitDecodeOnCodecThread()
415 if (CheckException(jni)) { in ReleaseOnCodecThread()
539 if (CheckException(jni) || j_input_buffer_index < 0) { in DecodeOnCodecThread()
550 if (CheckException(jni) || buffer_capacity < inputImage._length) { in DecodeOnCodecThread()
580 if (CheckException(jni) || !success) { in DecodeOnCodecThread()
607 if (CheckException(jni)) { in DeliverPendingOutputs()
683 if (CheckException(jni)) { in DeliverPendingOutputs()
728 if (CheckException(jni)) { in DeliverPendingOutputs()
821 if (CheckException(jni)) { in MediaCodecVideoDecoderFactory()
[all …]
Dandroidmediacodeccommon.h103 static inline bool CheckException(JNIEnv* jni) { in CheckException() function
Dandroidmediaencoder_jni.cc1129 if (CheckException(jni)) { in SetEGLContext()
/external/libchrome/libchrome_tools/patch/
Dmojo.patch5 @@ -253,7 +253,11 @@ void CheckException(JNIEnv* env) {