/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unames.cpp | 1530 static constexpr UChar32 error = 0xffff; /* Undefined, but use this for backwards compatibility. */ in u_charFromName() local 1533 return error; in u_charFromName() 1538 return error; in u_charFromName() 1542 return error; in u_charFromName() 1558 return error; in u_charFromName() 1583 return error; in u_charFromName() 1588 return error; in u_charFromName() 1609 return error; in u_charFromName() 1626 findName.code=error; in u_charFromName() 1628 if (findName.code == error) { in u_charFromName() [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 59 * you can get this error only when decoding a compressed stream that is 137 * Note that if an error occurs in single-call mode (return value is not 225 goto error; in do_xzcat() 245 msg = "Write error\n"; in do_xzcat() 246 goto error; in do_xzcat() 259 msg = "Write error\n"; in do_xzcat() 260 goto error; in do_xzcat() 270 goto error; in do_xzcat() 274 goto error; in do_xzcat() 278 goto error; in do_xzcat() [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 190 # an error (as opposed to a failure). 205 # "With a default result, an error in the test still results in stopTestRun 229 # a failure (as opposed to an error). 357 # i=2, j=3 => subtest error 358 # i=3, j=2 => subtest error 360 # toplevel => error 920 # under the threshold: diff marker (^) in error message 927 # over the threshold: diff not used and marker (^) not in error message 1161 # need to remove the first line of the error message 1162 error [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 408 * Returns a pointer to a new btrfs_device on success; ERR_PTR() on error. 519 goto error; in btrfs_get_bdev_and_sb() 527 goto error; in btrfs_get_bdev_and_sb() 534 goto error; in btrfs_get_bdev_and_sb() 539 error: in btrfs_get_bdev_and_sb() 549 * false If it is not the same device or on error. 818 * error pointer when failed 1059 goto error; in clone_fs_devices() 1072 goto error; in clone_fs_devices() 1082 error in clone_fs_devices() 6654 btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid, bool error) btrfs_report_missing_device() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.c | 523 goto error; in btrfs_get_bdev_and_sb() 531 goto error; in btrfs_get_bdev_and_sb() 538 goto error; in btrfs_get_bdev_and_sb() 543 error: in btrfs_get_bdev_and_sb() 775 * error pointer when failed 787 int error; in device_list_add() local 793 error = lookup_bdev(path, &path_devt); in device_list_add() 794 if (error) { in device_list_add() 796 path, error); in device_list_add() 797 return ERR_PTR(error); in device_list_add() 6660 btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid, u8 *uuid, bool error) btrfs_report_missing_device() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1751 * rows beyond the framebuffer, which may cause OCP error. in dispc_ovl_set_rotation_attrs() 2258 int error; in dispc_ovl_calc_scaling_24xx() local 2271 error = (in_width > maxsinglelinewidth || !*core_clk || in dispc_ovl_calc_scaling_24xx() 2273 if (error) { in dispc_ovl_calc_scaling_24xx() 2283 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx() 2285 if (error) { in dispc_ovl_calc_scaling_24xx() 2304 int error; in dispc_ovl_calc_scaling_34xx() local 2328 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx() 2331 if (error && *five_taps) { in dispc_ovl_calc_scaling_34xx() 2336 error in dispc_ovl_calc_scaling_34xx() [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | sony-laptop.c | 444 int error; in sony_laptop_setup_input() local 452 error = kfifo_alloc(&sony_laptop_input.fifo, in sony_laptop_setup_input() 454 if (error) { in sony_laptop_setup_input() 465 error = -ENOMEM; in sony_laptop_setup_input() 485 error = input_register_device(key_dev); in sony_laptop_setup_input() 486 if (error) in sony_laptop_setup_input() 494 error = -ENOMEM; in sony_laptop_setup_input() 506 error = input_register_device(jog_dev); in sony_laptop_setup_input() 507 if (error) in sony_laptop_setup_input() 530 return error; in sony_laptop_setup_input() 4294 int error; sonypi_compat_init() local [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | sony-laptop.c | 444 int error; in sony_laptop_setup_input() local 452 error = kfifo_alloc(&sony_laptop_input.fifo, in sony_laptop_setup_input() 454 if (error) { in sony_laptop_setup_input() 465 error = -ENOMEM; in sony_laptop_setup_input() 485 error = input_register_device(key_dev); in sony_laptop_setup_input() 486 if (error) in sony_laptop_setup_input() 494 error = -ENOMEM; in sony_laptop_setup_input() 506 error = input_register_device(jog_dev); in sony_laptop_setup_input() 507 if (error) in sony_laptop_setup_input() 530 return error; in sony_laptop_setup_input() 4277 int error; sonypi_compat_init() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1749 * rows beyond the framebuffer, which may cause OCP error. in dispc_ovl_set_rotation_attrs() 2256 int error; in dispc_ovl_calc_scaling_24xx() local 2269 error = (in_width > maxsinglelinewidth || !*core_clk || in dispc_ovl_calc_scaling_24xx() 2271 if (error) { in dispc_ovl_calc_scaling_24xx() 2281 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx() 2283 if (error) { in dispc_ovl_calc_scaling_24xx() 2302 int error; in dispc_ovl_calc_scaling_34xx() local 2326 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx() 2329 if (error && *five_taps) { in dispc_ovl_calc_scaling_34xx() 2334 error in dispc_ovl_calc_scaling_34xx() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 190 # error "SIGALRM not defined and the platform is not Windows" 1129 int error = 0, i = 0, ret = 0; in run_benchmark() local 1137 for (i = 0; i < async_jobs && !error; i++) { in run_benchmark() 1150 error = 1; in run_benchmark() 1159 error = 1; in run_benchmark() 1183 error = 1; in run_benchmark() 1199 error = 1; in run_benchmark() 1210 error = 1; in run_benchmark() 1227 error = 1; in run_benchmark() 1252 error in run_benchmark() 1311 unsigned long error = ERR_peek_error(); get_ecdsa() local [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 190 # error "SIGALRM not defined and the platform is not Windows" 1115 int error = 0, i = 0, ret = 0; in run_benchmark() local 1123 for (i = 0; i < async_jobs && !error; i++) { in run_benchmark() 1136 error = 1; in run_benchmark() 1145 error = 1; in run_benchmark() 1169 error = 1; in run_benchmark() 1185 error = 1; in run_benchmark() 1196 error = 1; in run_benchmark() 1213 error = 1; in run_benchmark() 1238 error in run_benchmark() 1297 unsigned long error = ERR_peek_error(); get_ecdsa() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 217 #define I_PC (1 << 10) /* descriptor error */ 218 #define I_PD (1 << 11) /* data error */ 248 #define SFC_CRC4WOOS (1 << 2) /* CRC error for write out of sync */ 795 brcmf_err("HT Avail request error: %d\n", err); in brcmf_sdio_htclk() 803 brcmf_err("HT Avail read error: %d\n", err); in brcmf_sdio_htclk() 813 brcmf_err("Devctl error setting CA: %d\n", err); in brcmf_sdio_htclk() 846 brcmf_err("HT Avail request error: %d\n", err); in brcmf_sdio_htclk() 984 brcmf_err("error while changing bus sleep state %d\n", in brcmf_sdio_bus_sleep() 1252 brcmf_err("sdio error, abort command and terminate frame\n"); in brcmf_sdio_txfail() 1377 brcmf_err("HW header checksum error\ in brcmf_sdio_hdparse() 3028 int error; brcmf_sdio_trap_info() local 3076 int error = 0; brcmf_sdio_assert_info() local 3110 int error; brcmf_sdio_checkdied() local 3133 int error = 0; brcmf_sdio_died_dump() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 215 #define I_PC (1 << 10) /* descriptor error */ 216 #define I_PD (1 << 11) /* data error */ 246 #define SFC_CRC4WOOS (1 << 2) /* CRC error for write out of sync */ 806 brcmf_err("HT Avail request error: %d\n", err); in brcmf_sdio_htclk() 814 brcmf_err("HT Avail read error: %d\n", err); in brcmf_sdio_htclk() 824 brcmf_err("Devctl error setting CA: %d\n", err); in brcmf_sdio_htclk() 857 brcmf_err("HT Avail request error: %d\n", err); in brcmf_sdio_htclk() 995 brcmf_err("error while changing bus sleep state %d\n", in brcmf_sdio_bus_sleep() 1263 brcmf_err("sdio error, abort command and terminate frame\n"); in brcmf_sdio_txfail() 1388 brcmf_err("HW header checksum error\ in brcmf_sdio_hdparse() 3039 int error; brcmf_sdio_trap_info() local 3087 int error = 0; brcmf_sdio_assert_info() local 3121 int error; brcmf_sdio_checkdied() local 3144 int error = 0; brcmf_sdio_died_dump() local [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 267 die "Can't happen error #1"; 409 error => $fi_eval_err, 432 die "Can't happen error #2"; 492 my $err = $a{error}; 498 "Program fragment delivered error ``$err''"; 1235 C<BROKEN> function returns an error string, the error string will be 1237 fragment that cased the error. 1242 Program fragment delivered error ``Illegal division by 0 at 1247 interpolated into the template at the place the error occurre [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 267 die "Can't happen error #1"; 409 error => $fi_eval_err, 432 die "Can't happen error #2"; 492 my $err = $a{error}; 498 "Program fragment delivered error ``$err''"; 1235 C<BROKEN> function returns an error string, the error string will be 1237 fragment that cased the error. 1242 Program fragment delivered error ``Illegal division by 0 at 1247 interpolated into the template at the place the error occurre [all...] |
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | parser.cpp | 74 Logger().Error() << lexer_ << "syntax error, expect root node of end of file"; in ParseOneContent() 82 Logger().Error() << lexer_ << "syntax error, expect EOF"; in ParseOneContent() 130 Logger().Error() << lexer_ << "syntax error, expect include path after ’#include‘"; in ProcessInclude() 175 Logger().Error() << lexer_ << "syntax error, node miss '{'"; in ParseNode() 191 Logger().Error() << lexer_ << "syntax error, except '}' or TEMPLATE or LITERAL for node '" in ParseNode() 203 Logger().Error() << lexer_ << "syntax error, node miss '}'"; in ParseNode() 212 Logger().Error() << lexer_ << "syntax error, miss value of config term"; in ParseTerm() 234 Logger().Error() << lexer_ << "syntax error, invalid config term definition"; in ParseTerm() 243 Logger().Error() << lexer_ << "syntax error, invalid config term definition"; in ParseTerm() 248 Logger().Error() << lexer_ << "syntax error, mis in ParseTerm() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
H A D | video_play_controller.cpp | 68 SHARING_LOGE("video play init error."); in Init() 185 SHARING_LOGE("play start create thread error, mediachannelId: %{public}u!", mediachannelId_); in StartVideoThread() 343 SurfaceError error = surface_->RequestBuffer(buffer, releaseFence, requestConfig); in RenderInCopyMode() local 344 if (error != SURFACE_ERROR_OK) { in RenderInCopyMode()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_uiservice_ability_connection.cpp | 186 void JSUIServiceExtAbilityConnection::RejectDuplicatedPendingTask(napi_env env, napi_value error) in RejectDuplicatedPendingTask() argument 190 task->Reject(env, error); in RejectDuplicatedPendingTask()
|
/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/ |
H A D | js_quick_fix_manager.cpp | 65 napi_value error = CreateJsError(env, externalErrCode, errMsg); in Throw() local 66 napi_throw(env, error); in Throw() 82 ThrowInvalidParamError(env, "Parameter error: The number of parameter is invalid."); in OnGetApplyedQuickFixInfo() 89 ThrowInvalidParamError(env, "Parameter error: The bundleName is invalid, must be a string."); in OnGetApplyedQuickFixInfo() 116 ThrowInvalidParamError(env, "Parameter error: The number of parameter is invalid."); in OnApplyQuickFix() 123 ThrowInvalidParamError(env, "Parameter error: Hap quick fix files is invalid, must be a Array<string>."); in OnApplyQuickFix() 149 ThrowInvalidParamError(env, "Parameter error: The number of parameter is invalid."); in OnRevokeQuickFix() 156 ThrowInvalidParamError(env, "Parameter error: The bundleName is invalid, must be a string."); in OnRevokeQuickFix()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_uiservice_uiext_connection.cpp | 176 void JSUIServiceUIExtConnection::RejectDuplicatedPendingTask(napi_env env, napi_value error) in RejectDuplicatedPendingTask() argument 181 task->Reject(env, error); in RejectDuplicatedPendingTask()
|
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 251 console.error(`${h}: ${g}`); 261 console.error(`${d}: ${c}`);
|
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 251 console.error(`${h}: ${g}`); 261 console.error(`${d}: ${c}`);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 114 auto& err = result.loadResult.error; in LoadPostProcess() 187 result.loadResult.error = "Invalid json file."; in LoadPostProcess()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_egl_image_manager.cpp | 42 const char *EGLErrorString(GLint error) in EGLErrorString() argument 44 switch (error) { in EGLErrorString() 203 RS_LOGE("ImageCacheSeq::BindToTexture: glGenTextures error."); in BindToTexture() 225 RS_LOGE("ImageCacheSeq::Create: eglCreateImageKHR failed, error %{public}s.", in Create()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 85 WIDGET_LOGE("Get default staging error"); in GetDefaultStaging() 93 WIDGET_LOGE("alloc resolution input buffer error!"); in PrepareResolutionInputBuffer() 145 WIDGET_LOGE("3D image update fail %s error", imageUri.c_str()); in LoadImage() 188 WIDGET_LOGE("custom render resolution resolutionBuffer error!"); in OnSizeChange() 236 if (!result.error.empty()) { in LoadRenderNodeGraph() 237 WIDGET_LOGE("3D render node graph load fail: %s, uri %s", result.error.c_str(), in LoadRenderNodeGraph() 259 WIDGET_LOGE("3D shader input buffer update fail: Call UpdateBuffer before Initiliaze error"); in UpdateShaderInputBuffer() 273 WIDGET_LOGE("3D shader input buffer update fail: map shaderInputBuffer error!"); in UpdateShaderInputBuffer()
|