/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error-with-incremental.js | 59 [[90m12:00:43 AM[0m] Found 1 error. Watching for file changes. 166 [[90m12:00:50 AM[0m] Found 1 error. Watching for file changes. 202 Change:: Fix Syntax error
361 [[90m12:01:32 AM[0m] Found 1 error. Watching for file changes. 492 [[90m12:01:40 AM[0m] Found 1 error. Watching for file changes.
|
H A D | does-not-emit-any-files-on-error.js | 59 [[90m12:00:35 AM[0m] Found 1 error. Watching for file changes. 113 [[90m12:00:42 AM[0m] Found 1 error. Watching for file changes. 149 Change:: Fix Syntax error
251 [[90m12:01:13 AM[0m] Found 1 error. Watching for file changes. 307 [[90m12:01:21 AM[0m] Found 1 error. Watching for file changes.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bluebirdStaticThis.js | 7 constructor(callback: (resolve: (thenableOrResult: R | Promise.Thenable<R>) => void, reject: (error: any) => void) => void); 114 then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>; 115 then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected?: (error: any) => U): Thenable<U>; 116 then<U>(onFulfilled: (value: R) => U, onRejected: (error: any) => Thenable<U>): Thenable<U>; 117 then<U>(onFulfilled?: (value: R) => U, onRejected?: (error: any) => U): Thenable<U>;
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_file.cc | 172 // then fail with the error "code too large". This limit lets our in MaybeRestartJavaMethod() 212 bool FileGenerator::Validate(std::string* error) { in Validate() argument 219 error->assign(file_->name()); in Validate() 220 error->append( in Validate() 223 error->append(classname_); in Validate() 224 error->append( in Validate()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 252 if (!f) goto error; in Message_write_property() 256 if (!msgval.map_val) goto error; in Message_write_property() 259 if (!msgval.array_val) goto error; in Message_write_property() 264 if (!ok) goto error; in Message_write_property() 274 error: in Message_write_property() 831 "Internal error, no such oneof field %d\n", in PHP_METHOD()
|
/third_party/python/Lib/ |
H A D | tokenize.py | 627 # Helper error handling routines 632 def error(message, filename=None, location=None): function 635 perror("%s:%d:%d: error: %s" % args) 637 perror("%s: error: %s" % (filename, message)) 639 perror("error: %s" % message) 671 error(err.args[0], filename, (line, column)) 674 error(err.args[0], filename, (line, column)) 676 error(err, filename) 678 error(err) 682 perror("unexpected error [all...] |
H A D | trace.py | 681 parser.error('-r/--report requires -f/--file') 686 parser.error('must specify one of --trace, --count, --report, ' 690 parser.error('cannot specify both --listfuncs and (--trace or --count)') 693 parser.error('--summary can only be used with --count or --report') 696 parser.error('progname is missing: required with the main options')
|
/third_party/python/Python/ |
H A D | pystrtod.c | 375 `what` is used for the error message emitted when underscores are detected 409 goto error; in _Py_string_to_number_with_underscores() 416 goto error; in _Py_string_to_number_with_underscores() 423 goto error; in _Py_string_to_number_with_underscores() 427 goto error; in _Py_string_to_number_with_underscores() 434 error: in _Py_string_to_number_with_underscores() 656 not worth generating an error over. */ in ensure_decimal_point() 1003 or NULL on error. If NULL is returned, the Python error has been set.
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 427 bool error = false; in verifyUnicoloredBuffer() local 445 // first error in verifyUnicoloredBuffer() 446 if (!error) in verifyUnicoloredBuffer() 452 error = true; in verifyUnicoloredBuffer() 457 if (!error) in verifyUnicoloredBuffer() 471 return !error; in verifyUnicoloredBuffer()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 504 bool error = false; in verifyUnicoloredBuffer() local 522 // first error in verifyUnicoloredBuffer() 523 if (!error) in verifyUnicoloredBuffer() 529 error = true; in verifyUnicoloredBuffer() 534 if (!error) in verifyUnicoloredBuffer() 548 return !error; in verifyUnicoloredBuffer()
|
/base/request/request/frameworks/js/napi/src/upload/ |
H A D | js_util.cpp | 343 napi_value error = nullptr;
in CreateBusinessError() local 350 NAPI_CALL(env, napi_create_error(env, nullptr, msg, &error));
in CreateBusinessError() 351 napi_set_named_property(env, error, "code", code);
in CreateBusinessError() 352 return error;
in CreateBusinessError()
|
/base/request/request/services/src/manage/scheduler/ |
H A D | mod.rs | 27 use crate::error::ErrorCode; 82 error!("TaskManager update network failed {:?}", e); 238 error!("task {} not found in database", task_id); 363 error!("TaskManager update network failed {:?}", e);
|
/base/request/request/services/src/manage/ |
H A D | task_manager.rs | 34 use crate::error::ErrorCode; 96 error!("Subscribe app uninstall event failed: {}", e); 149 error!("TaskManager receives error {:?}", e); 360 error!("Sends TaskManager event failed {}", e);
|
/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_rsa_verify.c | 65 goto error; in emsa_pss_calc_m() 70 goto error; in emsa_pss_calc_m() 76 goto error; in emsa_pss_calc_m() 82 error: in emsa_pss_calc_m()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 102 // General error 330 * @brief Report a load error to the SDK. 332 * @param errorCode The error code. 333 * @param description The error description. 408 * @brief Report web resource loading error to the SDK. These errors usually 412 * @param error The error information. 415 std::shared_ptr<NWebUrlResourceRequest> request, std::shared_ptr<NWebUrlResourceError> error) in OnResourceLoadError() 419 * @brief Notify the SDK that an HTTP error has been received from the server 423 * @param errorResponse The error occurre 414 OnResourceLoadError( std::shared_ptr<NWebUrlResourceRequest> request, std::shared_ptr<NWebUrlResourceError> error) OnResourceLoadError() argument 621 OnSslErrorRequestByJS(std::shared_ptr<NWebJSSslErrorResult> result, SslError error) OnSslErrorRequestByJS() argument 838 OnAllSslErrorRequestByJS(std::shared_ptr<NWebJSAllSslErrorResult> result, SslError error, const std::string& url, const std::string& originalUrl, const std::string& referrer, bool isFatalError, bool isMainFrame) OnAllSslErrorRequestByJS() argument 1029 OnSslErrorRequestByJSV2(std::shared_ptr<NWebJSSslErrorResult> result, SslError error, const std::vector<std::string>& certChainData) OnSslErrorRequestByJSV2() argument [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 81 * @brief Notify the SDK that an HTTP error has been received from the server 85 * @param response The error occurred. 119 * @brief Report a load error to the SDK. 121 * @param error_code The error code. 122 * @param description The error description. 167 * @brief Report web resource loading error to the SDK. These errors usually 171 * @param error The error information. 174 std::shared_ptr<OHOS::NWeb::NWebUrlResourceError> error) override; 322 bool OnSslErrorRequestByJS(std::shared_ptr<OHOS::NWeb::NWebJSSslErrorResult> result, ArkWebSslError error) overrid [all...] |
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | display_gralloc_gbm.cpp | 307 goto error; in GbmAllocMem() 313 goto error; in GbmAllocMem() 316 goto error); in GbmAllocMem() 323 error: in GbmAllocMem()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | display_gralloc_gbm.cpp | 307 goto error; in GbmAllocMem() 313 goto error; in GbmAllocMem() 316 goto error); in GbmAllocMem() 323 error: in GbmAllocMem()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | display_gralloc_gbm.cpp | 307 goto error; in GbmAllocMem() 313 goto error; in GbmAllocMem() 316 goto error); in GbmAllocMem() 323 error: in GbmAllocMem()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | hndlhl.c | 195 goto error; in si_lhl_set_lpoclk() 215 goto error; in si_lhl_set_lpoclk() 236 goto error; in si_lhl_set_lpoclk() 260 error: in si_lhl_set_lpoclk()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 326 LOGE("parse args error"); in CallSpecializedMethod() 330 std::unique_ptr<JsonValue> error = argsValue->GetArrayItem(0)->GetValue("error"); in CallSpecializedMethod() local 331 if (!error || !error->IsString()) { in CallSpecializedMethod() 332 LOGE("get error text failed"); in CallSpecializedMethod() 335 std::string errorText = error->GetString(); in CallSpecializedMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 165 std::shared_ptr<OHOS::NWeb::NWebUrlResourceError> error) override; 180 OHOS::NWeb::SslError error) override; 182 OHOS::NWeb::SslError error, 306 OHOS::NWeb::SslError error, const std::vector<std::string>& certChainData) override;
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server_dump.cpp | 102 int error = pa_context_errno(context); in Initialize() local 103 AUDIO_ERR_LOG("context connect error: %{public}s", pa_strerror(error)); in Initialize() 125 int error = pa_context_errno(context); in Initialize() local 126 AUDIO_ERR_LOG("context bad state error: %{public}s", pa_strerror(error)); in Initialize()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | json_util.h | 41 const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) in SafeGetJsonValue() 51 error += element + ": expected number.\n"; in SafeGetJsonValue() 59 const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) in SafeGetJsonValue() 66 error += element + ": expected string.\n"; in SafeGetJsonValue() 40 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) SafeGetJsonValue() argument 58 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const ::string_view element, ::string& error, T& output) SafeGetJsonValue() argument
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json_util.h | 38 const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) in SafeGetJsonValue() 48 error += element + ": expected number.\n"; in SafeGetJsonValue() 56 const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) in SafeGetJsonValue() 63 error += element + ": expected string.\n"; in SafeGetJsonValue() 37 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument 55 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
|