/external/chromium_org/base/android/jni_generator/ |
D | testCalledByNatives.golden | 62 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 …]
|
D | testFromJavaP.golden | 50 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);
|
D | golden_sample_for_tests_jni.h | 112 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()
|
D | testFromJavaPGenerics.golden | 49 base::android::CheckException(env);
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | block-early-errors.js | 30 function CheckException(e) { class 41 CheckException(e); 47 CheckException(e);
|
D | block-conflicts.js | 35 function CheckException(e) { class 47 return CheckException(x); 56 return CheckException(x);
|
/external/v8/test/mjsunit/harmony/ |
D | block-early-errors.js | 30 function CheckException(e) { class 41 CheckException(e); 47 CheckException(e);
|
D | block-conflicts.js | 35 function CheckException(e) { class 46 return CheckException(x); 55 return CheckException(x);
|
/external/chromium_org/base/android/ |
D | jni_array.cc | 17 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()
|
D | jni_string.cc | 17 base::android::CheckException(env); in ConvertUTF16ToJavaStringImpl() 39 CheckException(env); in ConvertJavaStringToUTF8() 78 CheckException(env); in ConvertJavaStringToUTF16()
|
D | jni_android.h | 95 BASE_EXPORT void CheckException(JNIEnv* env);
|
/external/chromium_org/content/browser/android/ |
D | child_process_launcher_android.cc | 96 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/ |
D | android_network_library_impl.cc | 65 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/ |
D | const-redecl.js | 31 function CheckException(e) { class 47 return CheckException(x); 72 result = CheckException(x); 91 return CheckException(x);
|
/external/v8/test/mjsunit/ |
D | const-redecl.js | 31 function CheckException(e) { class 47 return CheckException(x); 72 result = CheckException(x); 91 return CheckException(x);
|
/external/chromium/android/jni/ |
D | platform_file_jni.cc | 34 jni::CheckException(env); in ~JavaISWrapper() 43 if (jni::CheckException(env) || size < 0) { in Read()
|
D | jni_utils.h | 28 bool CheckException(JNIEnv*);
|
D | jni_utils.cc | 81 bool CheckException(JNIEnv* env) in CheckException() function
|
/external/chromium_org/v8/test/cctest/ |
D | test-strings.cc | 1244 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/ |
D | child_process_service.cc | 24 using base::android::CheckException; 56 CheckException(env); in EstablishSurfaceTexturePeer()
|
/external/v8/preparser/ |
D | preparser-process.cc | 233 void CheckException(v8::PreParserData* data, in CheckException() function 367 CheckException(&data, &expects); in main()
|
/external/chromium_org/media/base/android/ |
D | media_player_listener.cc | 18 using base::android::CheckException;
|
/external/chromium_org/chrome/browser/ui/android/ |
D | chrome_http_auth_handler.cc | 19 using base::android::CheckException;
|
D | website_settings_popup_android.cc | 25 using base::android::CheckException;
|
/external/chromium_org/content/browser/geolocation/ |
D | location_api_adapter_android.cc | 15 using base::android::CheckException;
|