/third_party/ffmpeg/libavcodec/ |
H A D | libfdk-aacenc.c | 82 return "No error"; in aac_get_error() 86 return "Memory allocation error"; in aac_get_error() 92 return "Initialization error"; in aac_get_error() 94 return "AAC library initialization error"; in aac_get_error() 96 return "SBR library initialization error"; in aac_get_error() 98 return "Transport library initialization error"; in aac_get_error() 100 return "Metadata library initialization error"; in aac_get_error() 102 return "Encoding error"; in aac_get_error() 106 return "Unknown error"; in aac_get_error() 134 goto error; in aac_encode_init() [all...] |
/third_party/curl/tests/ |
H A D | sshserver.pl | 106 my $error; 225 $error = 'Will not run ssh server without a user name'; 228 $error = 'Will not run ssh server as root to mitigate security risks'; 230 if($error) { 231 logmsg "$error\n"; 625 $error = dump_array(pp($sshdconfig), @cfgarr); 626 if($error) { 627 logmsg "$error\n"; 787 $error = dump_array(pp($sshdconfig), @cfgarr); 788 if($error) { [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_cuda.c | 318 goto error; in cuda_device_init() 324 error: in cuda_device_init() 405 goto error; in cuda_device_create() 412 goto error; in cuda_device_create() 418 goto error; in cuda_device_create() 422 goto error; in cuda_device_create() 426 goto error; in cuda_device_create() 430 error: in cuda_device_create() 445 goto error; in cuda_device_derive() 471 goto error; in cuda_device_derive() [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_basic.c | 82 int error, bytes_sent; in main() local 157 error = recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 158 if (error > 0) in main() 160 "listening nor established error: %d", error); in main() 166 error = test_listen(sk2, 1); in main() 198 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 199 test_check_msg_notification(&inmessage, error, in main() 242 error = test_recvmsg(sk1, &inmessage, MSG_WAITALL); in main() 243 test_check_msg_notification(&inmessage, error, in main() [all...] |
/third_party/python/Python/ |
H A D | thread_pthread.h | 74 #error "THREAD_STACK_SIZE defined but _POSIX_THREAD_ATTR_STACKSIZE undefined" 201 #define CHECK_STATUS(name) if (status != 0) { perror(name); error = 1; } 203 "%s: %s\n", name, strerror(status)); error = 1; } 379 int status, error = 0; in PyThread_allocate_lock() local 391 if (error) { in PyThread_allocate_lock() 405 int status, error = 0; in PyThread_free_lock() local 407 (void) error; /* silence unused-but-set-variable warning */ in PyThread_free_lock() 420 * As of February 2002, Cygwin thread implementations mistakenly report error 437 int status, error = 0; in PyThread_acquire_lock_timed() local 439 (void) error; /* silenc in PyThread_acquire_lock_timed() 558 int status, error = 0; PyThread_release_lock() local 576 int status, error = 0; PyThread_allocate_lock() local 612 int status, error = 0; PyThread_free_lock() local 635 int status, error = 0; PyThread_acquire_lock_timed() local 708 int status, error = 0; PyThread_release_lock() local [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | array_accessor_test.cc | 33 EXPECT_EQ(r()->error(), in TEST_F() 34 "12:34 error: index must be of type 'i32' or 'u32', found: 'f32'"); in TEST_F() 43 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 53 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 63 EXPECT_EQ(r()->error(), in TEST_F() 64 "12:34 error: index must be signed or unsigned integer literal"); in TEST_F() 74 EXPECT_EQ(r()->error(), in TEST_F() 75 "12:34 error: index must be signed or unsigned integer literal"); in TEST_F() 86 EXPECT_EQ(r()->error(), in TEST_F() 87 "12:34 error in TEST_F() [all...] |
/third_party/python/Objects/ |
H A D | structseq.c | 253 goto error; in structseq_repr() 258 goto error; in structseq_repr() 265 goto error; in structseq_repr() 274 goto error; in structseq_repr() 279 goto error; in structseq_repr() 283 goto error; in structseq_repr() 288 goto error; in structseq_repr() 295 goto error; in structseq_repr() 299 goto error; in structseq_repr() 305 goto error; in structseq_repr() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_mp800.c | 69 if ((error = (x)) < 0) \ 70 return error; \ 74 error = handle_interrupt (s, x); \ 77 if (error != PIXMA_ECANCELED && error < 0) \ 78 return error; \ 422 int error; in send_get_tpu_info_3() local 427 return error; in send_get_tpu_info_3() 1035 int error, status_len; in query_status_3() local 1041 return error; in query_status_3() 1048 int error, status_len; query_status() local 1083 int error, datalen; read_image_block() local 1128 int error; read_error_info() local 1247 int error, status_len, tmo; init_ccd_lamp_3() local 1271 int error, tmo = 60; wait_until_ready() local 2122 int error = 0, tmo; mp810_scan() local 2248 int error; mp810_fill_buffer() local 2335 int error; mp810_finish_scan() local 2383 int error; mp810_get_status() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 416 static Error error(const Twine &Message) { in error() function 554 return error("Invalid record"); in upgradeDIExpression() 698 return error("Malformed block"); in lazyLoadModuleMetadataBlock() 743 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 777 return error("Corrupted Metadata block"); in lazyLoadModuleMetadataBlock() 834 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 837 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 894 return error("Invalid metadata: fwd refs into function blocks"); in parseMetadata() 929 // FIXME this drops the error on the floor, which in parseMetadata() 951 return error("Malforme in parseMetadata() [all...] |
/third_party/libuv/src/win/ |
H A D | tty.c | 710 /* An error occurred while waiting for the event. */ in uv_process_tty_read_raw_req() 964 /* Real error */ in uv_process_tty_read_line_req() 1190 DWORD* error) { in uv__tty_emit_text() 1193 if (*error != ERROR_SUCCESS) { in uv__tty_emit_text() 1202 *error = GetLastError(); in uv__tty_emit_text() 1211 int y, unsigned char y_relative, DWORD* error) { in uv__tty_move_caret() 1215 if (*error != ERROR_SUCCESS) { in uv__tty_move_caret() 1221 *error = GetLastError(); in uv__tty_move_caret() 1231 *error = GetLastError(); in uv__tty_move_caret() 1240 static int uv__tty_reset(uv_tty_t* handle, DWORD* error) { in uv__tty_reset() argument 1189 uv__tty_emit_text(uv_tty_t* handle, WCHAR buffer[], DWORD length, DWORD* error) uv__tty_emit_text() argument 1210 uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, int y, unsigned char y_relative, DWORD* error) uv__tty_move_caret() argument 1304 uv__tty_clear(uv_tty_t* handle, int dir, char entire_screen, DWORD* error) uv__tty_clear() argument 1392 uv__tty_set_style(uv_tty_t* handle, DWORD* error) uv__tty_set_style() argument 1548 uv__tty_save_state(uv_tty_t* handle, unsigned char save_attributes, DWORD* error) uv__tty_save_state() argument 1578 uv__tty_restore_state(uv_tty_t* handle, unsigned char restore_attributes, DWORD* error) uv__tty_restore_state() argument 1618 uv__tty_set_cursor_visibility(uv_tty_t* handle, BOOL visible, DWORD* error) uv__tty_set_cursor_visibility() argument 1638 uv__tty_set_cursor_shape(uv_tty_t* handle, int style, DWORD* error) uv__tty_set_cursor_shape() argument 1663 uv__tty_write_bufs(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, DWORD* error) global() argument 2178 DWORD error; global() local 2205 DWORD error; global() local [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 716 /* An error occurred while waiting for the event. */ in uv_process_tty_read_raw_req() 975 /* Real error */ in uv_process_tty_read_line_req() 1201 DWORD* error) { in uv__tty_emit_text() 1204 if (*error != ERROR_SUCCESS) { in uv__tty_emit_text() 1213 *error = GetLastError(); in uv__tty_emit_text() 1222 int y, unsigned char y_relative, DWORD* error) { in uv__tty_move_caret() 1226 if (*error != ERROR_SUCCESS) { in uv__tty_move_caret() 1232 *error = GetLastError(); in uv__tty_move_caret() 1242 *error = GetLastError(); in uv__tty_move_caret() 1251 static int uv__tty_reset(uv_tty_t* handle, DWORD* error) { in uv__tty_reset() argument 1200 uv__tty_emit_text(uv_tty_t* handle, WCHAR buffer[], DWORD length, DWORD* error) uv__tty_emit_text() argument 1221 uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, int y, unsigned char y_relative, DWORD* error) uv__tty_move_caret() argument 1315 uv__tty_clear(uv_tty_t* handle, int dir, char entire_screen, DWORD* error) uv__tty_clear() argument 1403 uv__tty_set_style(uv_tty_t* handle, DWORD* error) uv__tty_set_style() argument 1559 uv__tty_save_state(uv_tty_t* handle, unsigned char save_attributes, DWORD* error) uv__tty_save_state() argument 1589 uv__tty_restore_state(uv_tty_t* handle, unsigned char restore_attributes, DWORD* error) uv__tty_restore_state() argument 1629 uv__tty_set_cursor_visibility(uv_tty_t* handle, BOOL visible, DWORD* error) uv__tty_set_cursor_visibility() argument 1649 uv__tty_set_cursor_shape(uv_tty_t* handle, int style, DWORD* error) uv__tty_set_cursor_shape() argument 1674 uv__tty_write_bufs(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, DWORD* error) global() argument 2189 DWORD error; global() local 2216 DWORD error; global() local [all...] |
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 201 goto error; in zoneinfo_new_instance() 207 goto error; in zoneinfo_new_instance() 212 goto error; in zoneinfo_new_instance() 219 goto error; in zoneinfo_new_instance() 227 error: in zoneinfo_new_instance() 363 goto error; in zoneinfo_from_file() 367 goto error; in zoneinfo_from_file() 376 error: in zoneinfo_from_file() 741 goto error; in load_timedelta() 747 goto error; in load_timedelta() [all...] |
/base/request/request/services/src/service/command/ |
H A D | subscribe.rs | 17 use crate::error::ErrorCode; 27 error!("End Service subscribe, failed: task_id not valid"); 44 error!( 53 error!( 63 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret); 74 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret);
|
/base/security/access_token/services/common/window_manager/src/ |
H A D | privacy_window_manager_proxy.cpp | 52 int32_t error = remote->SendRequest( in RegisterWindowManagerAgent() local 55 if (error != ERR_NONE) { in RegisterWindowManagerAgent() 57 return error; in RegisterWindowManagerAgent() 88 int32_t error = remote->SendRequest( in UnregisterWindowManagerAgent() local 91 if (error != ERR_NONE) { in UnregisterWindowManagerAgent() 93 return error; in UnregisterWindowManagerAgent()
|
/base/security/code_signature/services/key_enable/src/ |
H A D | cert_chain_utils.rs | 15 use hilog_rust::{error, hilog, HiLogLabel, LogType};
49 fn pem_to_x509(&self, pem: &str) -> Result<X509, openssl::error::ErrorStack> {
in pem_to_x509() 53 pub fn to_x509(&self) -> Result<Vec<X509>, openssl::error::ErrorStack> {
in to_x509() 60 pub fn to_x509_store(&self) -> Result<X509Store, openssl::error::ErrorStack> {
in to_x509_store() 71 pub fn to_der(&self) -> Result<Vec<Vec<u8>>, openssl::error::ErrorStack> {
in to_der() 84 error!(
in load_pem_certs_from_json_file()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | exchange_response.c | 38 goto error; in parse_exchange_response() 44 goto error; in parse_exchange_response() 49 goto error; in parse_exchange_response() 56 goto error; in parse_exchange_response() 60 goto error; in parse_exchange_response() 64 error: in parse_exchange_response()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | atomic_service_status_callback_proxy.cpp | 54 int32_t error = SendTransactCmd(IAtomicServiceStatusCallbackCmd::ON_FREE_INSTALL_DONE, data, in OnInstallFinished() local 56 if (error != NO_ERROR) { in OnInstallFinished() 57 TAG_LOGE(AAFwkTag::ABILITYMGR, "OnFinished fail, error: %{public}d", error); in OnInstallFinished() 79 TAG_LOGE(AAFwkTag::ABILITYMGR, "write want error"); in OnRemoteInstallFinished() 88 int32_t error = SendTransactCmd(ON_REMOTE_FREE_INSTALL_DONE, data, reply, option); in OnRemoteInstallFinished() local 89 if (error != NO_ERROR) { in OnRemoteInstallFinished() 90 TAG_LOGE(AAFwkTag::ABILITYMGR, "OnFinished fail, error: %{public}d", error); in OnRemoteInstallFinished()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_proxy.cpp | 40 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent device error"); in OnReadRemoteRssiEvent() 45 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent rssi error"); in OnReadRemoteRssiEvent() 56 int error = in OnReadRemoteRssiEvent() local 58 if (error != NO_ERROR) { in OnReadRemoteRssiEvent() 59 HILOGE("BleCentralManagerCallBackProxy::OnScanCallback done fail, error: %{public}d", error); in OnReadRemoteRssiEvent() 94 int error = InnerTransact(BluetoothBlePeripheralObserverInterfaceCode::BLE_PAIR_STATUS_CHANGED, in OnPairStatusChanged() local 96 if (error != NO_ERROR) { in OnPairStatusChanged() 97 HILOGE("BleCentralManagerCallBackProxy::OnScanCallback done fail, error: %{public}d", error); in OnPairStatusChanged() [all...] |
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/ |
H A D | screen_capture_monitor_listener_proxy.cpp | 47 int error = Remote()->SendRequest(ScreenCaptureMonitorListenerMsg::ON_SCREEN_CAPTURE_STARTED, data, reply, option); in OnScreenCaptureStarted() local 48 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error); in OnScreenCaptureStarted() 61 int error = Remote()->SendRequest(ScreenCaptureMonitorListenerMsg::ON_SCREEN_CAPTURE_FINISHED, data, reply, option); in OnScreenCaptureFinished() local 62 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error); in OnScreenCaptureFinished() [all...] |
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_listener_proxy.cpp | 48 int error = Remote()->SendRequest(TransCoderListenerMsg::ON_ERROR, data, reply, option);
in OnError() local 49 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error);
in OnError() 63 int error = Remote()->SendRequest(TransCoderListenerMsg::ON_INFO, data, reply, option);
in OnInfo() local 64 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on info failed, error: %{public}d", error);
in OnInfo()
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | query_app_info_callback_proxy.cpp | 34 ErrorLog("OnQueryAppInfo:WriteInterfaceToken token error"); in OnQueryAppInfo() 42 int error = Remote()->SendRequest( in OnQueryAppInfo() local 45 if (error != ERR_NONE) { in OnQueryAppInfo() 46 ErrorLog("QueryAppInfoCallbackProxy::OnQueryAppInfo, Set Attr %{public}d error: %{public}d", in OnQueryAppInfo() 47 NfcServiceIpcInterfaceCode::COMMAND_QUERY_APP_INFO_MSG_CALLBACK, error); in OnQueryAppInfo() 57 int error = Remote()->SendRequest( in OnQueryAppInfo() local 60 if (error != ERR_NONE) { in OnQueryAppInfo() 61 ErrorLog("QueryAppInfoCallbackProxy::OnQueryAppInfo, Set Attr %{public}d error: %{public}d", in OnQueryAppInfo() 62 NfcServiceIpcInterfaceCode::COMMAND_QUERY_APP_INFO_MSG_CALLBACK, error); in OnQueryAppInfo()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_callback_proxy.cpp | 38 DHCP_LOGE("Write interface token error: %{public}s", __func__); in OnServerStatusChanged() 44 int error = Remote()->SendRequest( in OnServerStatusChanged() local 46 if (error != ERR_NONE) { in OnServerStatusChanged() 47 DHCP_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnServerStatusChanged() 48 static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_CBK_SERVER_STATUS_CHANGE), error); in OnServerStatusChanged() 73 DHCP_LOGE("Write interface token error: %{public}s", __func__); in OnServerSuccess() 84 int error = Remote()->SendRequest( in OnServerSuccess() local 86 if (error != ERR_NONE) { in OnServerSuccess() 87 DHCP_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnServerSuccess() 88 static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_CBK_SERVER_SUCCESS), error); in OnServerSuccess() [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_error.c | 39 /* The error number. */ 57 [DWARF_E_NOERROR] = N_("no error"), 58 [DWARF_E_UNKNOWN_ERROR] = N_("unknown error"), 61 [DWARF_E_IO_ERROR] = N_("I/O error"), 119 dwarf_errmsg (int error) in dwarf_errmsg() argument 123 if (error == 0) in dwarf_errmsg() 125 else if (error < -1 || error >= (int) nerrmsgs) in dwarf_errmsg() 128 return _(errmsgs[error == -1 ? last_error : error]); in dwarf_errmsg() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_debuginfo.c | 66 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo() local 68 if (error != DWFL_E_NOERROR) in dwfl_build_id_find_debuginfo() 69 __libdwfl_seterrno (error); in dwfl_build_id_find_debuginfo() 106 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); in dwfl_build_id_find_debuginfo() local 107 if (error != DWFL_E_NOERROR) in dwfl_build_id_find_debuginfo() 108 __libdwfl_seterrno (error); in dwfl_build_id_find_debuginfo()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | sampler.cpp | 35 throw error(CL_INVALID_OPERATION); in clCreateSampler() 40 } catch (error &e) { in clCreateSampler() 50 } catch (error &e) { in clRetainSampler() 61 } catch (error &e) { in clReleaseSampler() 93 throw error(CL_INVALID_VALUE); in clGetSamplerInfo() 98 } catch (error &e) { in clGetSamplerInfo()
|