/prebuilts/misc/common/swig/include/2.0.11/ |
exception.i | 91 SWIG_JavaExceptionCodes exception_code = SWIG_JavaUnknownError; 94 exception_code = SWIG_JavaOutOfMemoryError; 97 exception_code = SWIG_JavaIOException; 101 exception_code = SWIG_JavaRuntimeException; 105 exception_code = SWIG_JavaIndexOutOfBoundsException; 108 exception_code = SWIG_JavaArithmeticException; 113 exception_code = SWIG_JavaIllegalArgumentException; 117 exception_code = SWIG_JavaUnknownError; 120 SWIG_JavaThrowException(jenv, exception_code, msg); 161 SWIG_CSharpExceptionArgumentCodes exception_code = SWIG_CSharpArgumentOutOfRangeException [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_init_win.cc | 13 int FilterVisualCPPExceptions(DWORD exception_code) { 14 return HRESULT_FACILITY(exception_code) == FACILITY_VISUALCPP ?
|
/external/chromium_org/content/renderer/media/ |
cdm_result_promise.cc | 14 media::MediaKeys::Exception exception_code) { 15 switch (exception_code) { 75 void CdmResultPromise<T>::OnReject(media::MediaKeys::Exception exception_code, 78 web_cdm_result_.completeWithError(ConvertException(exception_code), 109 media::MediaKeys::Exception exception_code, 112 web_cdm_result_.completeWithError(ConvertException(exception_code),
|
cdm_result_promise.h | 36 void OnReject(media::MediaKeys::Exception exception_code, 58 void OnReject(media::MediaKeys::Exception exception_code,
|
webcontentdecryptionmodulesession_impl.cc | 197 media::MediaKeys::Exception exception_code, 200 // Convert |exception_code| back to MediaKeyErrorCode if possible. 203 switch (exception_code) {
|
webcontentdecryptionmodulesession_impl.h | 66 void OnSessionError(media::MediaKeys::Exception exception_code,
|
cdm_session_adapter.cc | 190 media::MediaKeys::Exception exception_code, 197 session->OnSessionError(exception_code, system_code, error_message);
|
/external/chromium_org/media/base/ |
cdm_promise.cc | 60 MediaKeys::Exception exception_code) { 61 switch (exception_code) { 81 void CdmPromise::reject(MediaKeys::Exception exception_code, 84 ReportResultToUMA(ConvertExceptionToUMAResult(exception_code)); 85 reject_cb_.Run(exception_code, system_code, error_message);
|
cdm_promise.h | 44 typedef base::Callback<void(MediaKeys::Exception exception_code, 51 // Used to indicate that the operation failed. |exception_code| must be 55 virtual void reject(MediaKeys::Exception exception_code,
|
/external/chromium_org/ppapi/thunk/ |
ppb_content_decryptor_private_thunk.cc | 53 PP_CdmExceptionCode exception_code, 62 exception_code, 123 PP_CdmExceptionCode exception_code, 132 exception_code,
|
ppb_instance_api.h | 174 PP_CdmExceptionCode exception_code, 193 PP_CdmExceptionCode exception_code,
|
/external/chromium_org/content/renderer/media/crypto/ |
proxy_media_keys.cc | 195 media::MediaKeys::Exception exception_code; local 198 exception_code = media::MediaKeys::CLIENT_ERROR; 201 exception_code = media::MediaKeys::OUTPUT_ERROR; 205 exception_code = media::MediaKeys::UNKNOWN_ERROR; 211 promise->reject(exception_code, system_code, std::string()); 218 web_session_id, exception_code, system_code, std::string());
|
ppapi_decryptor.cc | 45 virtual void reject(media::MediaKeys::Exception exception_code, 50 caller_promise_->reject(exception_code, system_code, error_message); 76 virtual void reject(media::MediaKeys::Exception exception_code, 81 caller_promise_->reject(exception_code, system_code, error_message); 529 MediaKeys::Exception exception_code, 534 web_session_id, exception_code, system_code, error_description);
|
/external/chromium_org/chrome/app/ |
chrome_crash_reporter_client_mac.mm | 27 int exception_code,
|
/external/chromium_org/chrome/renderer/extensions/ |
enterprise_platform_keys_natives.cc | 97 int exception_code = 0; local 102 &exception_code,
|
/external/chromium_org/components/crash/app/ |
hard_error_handler_win.cc | 34 DWORD FacilityFromException(DWORD exception_code) { 35 return (exception_code >> 16) & 0x0FFF;
|
/external/chromium_org/ppapi/proxy/ |
ppb_instance_proxy.h | 144 PP_CdmExceptionCode exception_code, 163 PP_CdmExceptionCode exception_code, 279 PP_CdmExceptionCode exception_code, 301 PP_CdmExceptionCode exception_code,
|
/external/chromium_org/ppapi/api/private/ |
ppb_content_decryptor_private.idl | 67 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing 78 [in] PP_CdmExceptionCode exception_code, 186 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing 197 [in] PP_CdmExceptionCode exception_code,
|
/external/chromium_org/ppapi/c/private/ |
ppb_content_decryptor_private.h | 81 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing 91 PP_CdmExceptionCode exception_code, 186 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing 196 PP_CdmExceptionCode exception_code,
|
/external/chromium_org/ppapi/cpp/private/ |
content_decryptor_private.cc | 331 PP_CdmExceptionCode exception_code, 339 exception_code, 403 PP_CdmExceptionCode exception_code, 412 exception_code,
|
content_decryptor_private.h | 82 PP_CdmExceptionCode exception_code, 95 PP_CdmExceptionCode exception_code,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
excpt.h | 48 #define exception_code _exception_code macro
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
plugin_instance.h | 131 PP_CdmExceptionCode exception_code, 150 PP_CdmExceptionCode exception_code,
|
plugin_instance.cc | 331 PP_CdmExceptionCode exception_code, 368 PP_CdmExceptionCode exception_code,
|
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.h | 109 PP_CdmExceptionCode exception_code, 122 PP_CdmExceptionCode exception_code,
|