Home
last modified time | relevance | path

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

12

/external/chromium_org/base/android/jni_generator/
DtestCalledByNatives.golden62 base::android::CheckException(env);
92 base::android::CheckException(env);
113 base::android::CheckException(env);
142 base::android::CheckException(env);
166 base::android::CheckException(env);
197 base::android::CheckException(env);
241 base::android::CheckException(env);
264 base::android::CheckException(env);
287 base::android::CheckException(env);
310 base::android::CheckException(env);
[all …]
DtestFromJavaP.golden50 base::android::CheckException(env);
70 base::android::CheckException(env);
90 base::android::CheckException(env);
111 base::android::CheckException(env);
132 base::android::CheckException(env);
153 base::android::CheckException(env);
179 base::android::CheckException(env);
199 base::android::CheckException(env);
220 base::android::CheckException(env);
241 base::android::CheckException(env);
Dgolden_sample_for_tests_jni.h112 base::android::CheckException(env); in Java_SampleForTests_javaMethod()
134 base::android::CheckException(env); in Java_SampleForTests_staticJavaMethod()
156 base::android::CheckException(env); in Java_SampleForTests_packagePrivateJavaMethod()
205 base::android::CheckException(env); in Java_InnerStructA_create()
228 base::android::CheckException(env); in Java_SampleForTests_addStructA()
250 base::android::CheckException(env); in Java_SampleForTests_iterateAndDoSomething()
272 base::android::CheckException(env); in Java_InnerStructB_getKey()
295 base::android::CheckException(env); in Java_InnerStructB_getValue()
DtestFromJavaPGenerics.golden49 base::android::CheckException(env);
/external/chromium_org/v8/test/mjsunit/harmony/
Dblock-early-errors.js30 function CheckException(e) { class
41 CheckException(e);
47 CheckException(e);
Dblock-conflicts.js35 function CheckException(e) { class
47 return CheckException(x);
56 return CheckException(x);
/external/v8/test/mjsunit/harmony/
Dblock-early-errors.js30 function CheckException(e) { class
41 CheckException(e);
47 CheckException(e);
Dblock-conflicts.js35 function CheckException(e) { class
46 return CheckException(x);
55 return CheckException(x);
/external/chromium_org/base/android/
Djni_array.cc17 CheckException(env); in ToJavaByteArray()
23 CheckException(env); in ToJavaByteArray()
31 CheckException(env); in ToJavaIntArray()
37 CheckException(env); in ToJavaIntArray()
50 CheckException(env); in ToJavaLongArray()
56 CheckException(env); in ToJavaLongArray()
72 CheckException(env); in ToJavaArrayOfByteArray()
86 CheckException(env); in ToJavaArrayOfStrings()
99 CheckException(env); in ToJavaArrayOfStrings()
Djni_string.cc17 base::android::CheckException(env); in ConvertUTF16ToJavaStringImpl()
39 CheckException(env); in ConvertJavaStringToUTF8()
78 CheckException(env); in ConvertJavaStringToUTF16()
Djni_android.h95 BASE_EXPORT void CheckException(JNIEnv* env);
/external/chromium_org/content/browser/android/
Dchild_process_launcher_android.cc96 base::android::CheckException(env); in StartChildProcess()
98 base::android::CheckException(env); in StartChildProcess()
100 base::android::CheckException(env); in StartChildProcess()
102 base::android::CheckException(env); in StartChildProcess()
105 base::android::CheckException(env); in StartChildProcess()
108 base::android::CheckException(env); in StartChildProcess()
/external/chromium/android/net/
Dandroid_network_library_impl.cc65 if (jni::CheckException(env)) { in VerifyX509CertChain()
88 if (!jni::CheckException(env)) { in VerifyX509CertChain()
98 if (!jni::CheckException(env)) { in VerifyX509CertChain()
136 if (jni::CheckException(env) || !cls) { in AndroidNetworkLibraryImpl()
/external/chromium_org/v8/test/mjsunit/
Dconst-redecl.js31 function CheckException(e) { class
47 return CheckException(x);
72 result = CheckException(x);
91 return CheckException(x);
/external/v8/test/mjsunit/
Dconst-redecl.js31 function CheckException(e) { class
47 return CheckException(x);
72 result = CheckException(x);
91 return CheckException(x);
/external/chromium/android/jni/
Dplatform_file_jni.cc34 jni::CheckException(env); in ~JavaISWrapper()
43 if (jni::CheckException(env) || size < 0) { in Read()
Djni_utils.h28 bool CheckException(JNIEnv*);
Djni_utils.cc81 bool CheckException(JNIEnv* env) in CheckException() function
/external/chromium_org/v8/test/cctest/
Dtest-strings.cc1244 static void CheckException(const char* source) { in CheckException() function
1261 CheckException("%_SubString(short, 0, 10000);"); in TEST()
1262 CheckException("%_SubString(short, -1234, 5);"); in TEST()
1263 CheckException("%_SubString(short, 5, 2);"); in TEST()
1265 CheckException("%_SubString(short, 1, Infinity);"); in TEST()
1266 CheckException("%_SubString(short, NaN, 5);"); in TEST()
1268 CheckException("%_SubString(short, '2', '5');"); in TEST()
1276 CheckException("%_SubString(long, 0, 10000);"); in TEST()
1277 CheckException("%_SubString(long, -1234, 17);"); in TEST()
1278 CheckException("%_SubString(long, 17, 2);"); in TEST()
[all …]
/external/chromium_org/content/app/android/
Dchild_process_service.cc24 using base::android::CheckException;
56 CheckException(env); in EstablishSurfaceTexturePeer()
/external/v8/preparser/
Dpreparser-process.cc233 void CheckException(v8::PreParserData* data, in CheckException() function
367 CheckException(&data, &expects); in main()
/external/chromium_org/media/base/android/
Dmedia_player_listener.cc18 using base::android::CheckException;
/external/chromium_org/chrome/browser/ui/android/
Dchrome_http_auth_handler.cc19 using base::android::CheckException;
Dwebsite_settings_popup_android.cc25 using base::android::CheckException;
/external/chromium_org/content/browser/geolocation/
Dlocation_api_adapter_android.cc15 using base::android::CheckException;

12