/third_party/rust/crates/syn/src/ |
H A D | path.rs | 86 /// An error if this path is not a single ident, as defined in `get_ident`. 91 crate::error::new2( in require_ident() 412 Err(lookahead.error()) 569 return Err(input.error("expected path segment after `::`")); in parse_mod_style()
|
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 5 error::{ErrorKind, ParseError}, 280 let error = &b"xxx"[..]; in count_zero() 299 assert_eq!(counter_2(error), Ok((error_remain, parsed_err))); in count_zero()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 205 // Indexing outside range is an error, but it doesnt need to be checked. Causes implementation-dependent behavior. in iterate() 211 const deUint32 error = gl.glGetError(); in iterate() local 213 if (error != GL_NO_ERROR) in iterate() 214 m_testCtx.getLog() << tcu::TestLog::Message << "Got error: " << glu::getErrorStr(error) << ", ignoring..." << tcu::TestLog::EndMessage; in iterate()
|
H A D | es3sSpecialFloatTests.cpp | 183 bool error = false; in checkResultImage() local 197 error = true; in checkResultImage() 201 if (error) in checkResultImage() 218 return !error; in checkResultImage() 258 bool error = false; in drawTestPattern() local 336 error = true; in drawTestPattern() 342 // report error in drawTestPattern() 343 if (error) in drawTestPattern() 355 return !error; in drawTestPattern()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 82 TELEPHONY_LOGD("networks response error code: %{public}d", ret); in GetResponseErrorCode() 646 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCHING_INTERRUPTED; in GetNetworkSearchInformationPause() 663 g_reportInfoForOperListToUse.error = HRIL_ERR_NETWORK_SEARCH_TIMEOUT; in PerformTimeOut() 706 g_reportInfoForOperListToUse.error = GetResponseErrorCode(responseInfo); in ReqGetNetworkSearchInformation() 829 g_reportInfoForOperListToUse.error = HRIL_ERR_INVALID_RESPONSE; in DealNetworkSearchInformation() 1424 reportInfo.error = HRIL_ERR_SUCCESS; in ResidentNetworkUpdated() 1458 reportInfo.error = HRIL_ERR_SUCCESS; in ProcessCurrentCellList() 1874 reportInfo.error = HRIL_ERR_SUCCESS; in ProcessPhyChnlCfgNotify() 1984 TELEPHONY_LOGE("format error!"); in NotifyNetWorkTime() 1998 reportInfo.error in NotifyNetWorkTime() [all...] |
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 146 printf("[@@@][comm client]sprintf_s error!\n"); in CommTcpClientTask() 1251 EXPECT_EQ(0, ret) << "strcpy_s error"; in HWTEST_F() 1257 EXPECT_EQ(strlen(rst1), (unsigned int)ret) << "sprintf_s error"; in HWTEST_F() 1278 int error = -1; in HWTEST_F() local 1279 len = sizeof(error); in HWTEST_F() 1280 int ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len); in HWTEST_F() 1282 EXPECT_EQ(0, error); in HWTEST_F() 1309 error = -1; in HWTEST_F() 1310 len = sizeof(error); in HWTEST_F() 1311 ret = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, in HWTEST_F() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 188 // Not an error. Suspend handshake with SSL_ERROR_WANT_X509_LOOKUP, and in SSLCertCallback() 709 // Handle error in OnStreamAfterWrite() 712 Debug(this, "Ignoring error after shutdown"); in OnStreamAfterWrite() 716 // Notify about error in OnStreamAfterWrite() 785 // We need to check whether an error occurred or the connection was in ClearOut() 789 // change OpenSSL's error queue, modify ssl_, or even destroy ssl_ in ClearOut() 793 Local<Value> error; in ClearOut() local 814 error = Exception::Error(message); in ClearOut() 815 if (UNLIKELY(error.IsEmpty())) return; in ClearOut() 817 if (UNLIKELY(!error in ClearOut() 1783 Local<Object> error = VerifyError() local [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 569 log.error.assert_called_with( 579 log.error.assert_called_with( 597 # Future.__del__ in logs error with an actual exception context 598 log.error.assert_called_with( 635 log.error.assert_called_with( 658 log.error.assert_called_with( 660 'Unhandled error in exception handler'), 689 log.error.assert_called_with( 700 log.error.assert_called_with( 1582 strerror = 'error' [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 1727 /* Could also verify OID_802_11_ADD_KEY error reporting and in wpa_driver_ndis_get_wpa_capability() 2027 int i, error, found = 0; in wpa_driver_ndis_get_names() local 2043 error = (int) GetLastError(); in wpa_driver_ndis_get_names() 2044 if (error == ERROR_NO_MORE_ITEMS) in wpa_driver_ndis_get_names() 2047 "failed: %d", error); in wpa_driver_ndis_get_names() 2960 int i, error; in wpa_driver_ndis_get_interfaces() local 3000 error = (int) GetLastError(); in wpa_driver_ndis_get_interfaces() 3001 if (error == ERROR_NO_MORE_ITEMS) in wpa_driver_ndis_get_interfaces() 3004 "failed: %d", error); in wpa_driver_ndis_get_interfaces()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 74 /* Ignore this error */ in noc_filter() 1286 goto error; in wpas_dbus_signal_p2p_provision_discovery() 1300 goto error; in wpas_dbus_signal_p2p_provision_discovery() 1313 error: in wpas_dbus_signal_p2p_provision_discovery() 2598 goto error; in wpas_dbus_ctrl_iface_init() 2613 goto error; in wpas_dbus_ctrl_iface_init() 2619 error: in wpas_dbus_ctrl_iface_init() 4180 goto error; in wpa_dbus_ctrl_iface_props_init() 4191 error: in wpa_dbus_ctrl_iface_props_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.c | 1739 /* Could also verify OID_802_11_ADD_KEY error reporting and in wpa_driver_ndis_get_wpa_capability() 2039 int i, error, found = 0; in wpa_driver_ndis_get_names() local 2055 error = (int) GetLastError(); in wpa_driver_ndis_get_names() 2056 if (error == ERROR_NO_MORE_ITEMS) in wpa_driver_ndis_get_names() 2059 "failed: %d", error); in wpa_driver_ndis_get_names() 2978 int i, error; in wpa_driver_ndis_get_interfaces() local 3018 error = (int) GetLastError(); in wpa_driver_ndis_get_interfaces() 3019 if (error == ERROR_NO_MORE_ITEMS) in wpa_driver_ndis_get_interfaces() 3022 "failed: %d", error); in wpa_driver_ndis_get_interfaces()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 74 /* Ignore this error */ in noc_filter() 1385 goto error; in wpas_dbus_signal_p2p_provision_discovery() 1399 goto error; in wpas_dbus_signal_p2p_provision_discovery() 1412 error: in wpas_dbus_signal_p2p_provision_discovery() 2697 goto error; in wpas_dbus_ctrl_iface_init() 2712 goto error; in wpas_dbus_ctrl_iface_init() 2718 error: in wpas_dbus_ctrl_iface_init() 4337 goto error; in wpa_dbus_ctrl_iface_props_init() 4348 error: in wpa_dbus_ctrl_iface_props_init()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 101 int error; in insert_separator() local 104 error = queue_push(id_queue, 0); in insert_separator() 106 error = queue_insert(id_queue, 0); in insert_separator() 108 if (error) { in insert_separator() 118 int error; in insert_id() local 126 error = queue_push(id_queue, (queue_element_t) newid); in insert_id() 128 error = queue_insert(id_queue, (queue_element_t) newid); in insert_id() 130 if (error) { in insert_id() 1358 /* treat it as a fatal error */ in define_typeattribute() 1508 /* treat it as a fatal error */ in define_type() [all...] |
/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 287 error = parse_int_field(one_event, "error", True)
292 % (dev >> 20, dev & 0xfffff, rwbs, cmd, sector, nr_sector, error)
299 error = parse_int_field(one_event, "error", True)
304 % (dev >> 20, dev & 0xfffff, rwbs, parse_bytes_to_str(data[cmd_pos:]), sector, nr_sector, error)
751 PRINT_FMT_BLOCK_RQ_COMPLETE_HM = '"%d,%d %s (%s) %llu + %u [%d]", ((unsigned int) ((REC->dev) >> 20U)), ((unsigned int) ((REC->dev) & ((1U << 20U) - 1U))), REC->rwbs, REC->cmd, (unsigned long long)REC->sector, REC->nr_sector, REC->error'
752 PRINT_FMT_BLOCK_RQ_COMPLETE = '"%d,%d %s (%s) %llu + %u [%d]", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), REC->rwbs, __get_str(cmd), (unsigned long long)REC->sector, REC->nr_sector, REC->error'
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 132 napi_value error; in ThrowError() local 133 NAPI_CALL_RETURN_VOID(env, napi_create_error(env, nullptr, message, &error)); in ThrowError() 136 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, error, "code", errorCode)); in ThrowError() 137 NAPI_CALL_RETURN_VOID(env, napi_throw(env, error)); in ThrowError() 274 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_Lock() 366 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_Unlock() 433 std::string errMsg = "Parameter error. The number of parameters should 1"; in NAPI_OnSystemEvent() 438 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_OnSystemEvent() 469 std::string errMsg = "Parameter error. The number of parameters should 2"; in NAPI_ScreenLockSendEvent() 474 std::string errMsg = "Parameter error in NAPI_ScreenLockSendEvent() [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCloudSync.test.js | 49 console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.message}`);
75 console.log(TAG + "create table cloud_text cloud_int cloud_integer failed" + `, error code is ${err.code}, message is ${err.message}`)
88 console.log(TAG + "set disTable fail" + `, error code is ${err.code}, message is ${err.message}`);
114 console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.message}`);
|
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 67 int error; member 405 ctx->error = 1; in GET_TOK() 818 if (ctx->error) in tm2_decode_blocks() 899 l->error = 0; in decode_frame()
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 84 #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu 108 # include <qusec.h> /* error code structure */ 561 /* handle error cases*/ in uprv_trunc() 2113 Qus_EC_t error = { sizeof(Qus_EC_t) }; /* SPI error code */ local 2116 "* ", " ", &error); 2118 if (error.Bytes_Available == 0) { 2445 *status = U_UNSUPPORTED_ERROR; /* other unknown error. */
|
/third_party/mbedtls/library/ |
H A D | ssl_misc.h | 15 #include "mbedtls/error.h" 368 #error "Bad configuration - incoming record content too large." 372 #error "Bad configuration - outgoing record content too large." 376 #error "Bad configuration - incoming protected record payload too large." 380 #error "Bad configuration - outgoing protected record payload too large." 536 * it returns an SSL_BUFFER_TOO_SMALL error. 554 * returns #MBEDTLS_ERR_SSL_DECODE_ERROR error and pends a 1371 * \return 0 or non-zero error code. 2092 * \return A negative value if an error occurred while parsing the 2629 * \brief Convert given PSA status to mbedtls error cod [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 75 # This bit is set if there an application error. 153 """Invalid distro error""" 714 this method will raise RpmNotFound error immediately to claim what is 715 happening. I want to raise fedabipkgdiff specific error rather than 1016 logger.error('curl fails with returned code: %d.', return_code) 1523 '--error-on-warning', 1527 help='Raise error instead of warning')
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 626 goto error; in radv_amdgpu_winsys_bo_from_ptr() 672 error: in radv_amdgpu_winsys_bo_from_ptr() 703 goto error; in radv_amdgpu_winsys_bo_from_fd() 763 error: in radv_amdgpu_winsys_bo_from_fd()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 35 #include "core/error.hpp" 710 level_str = "Internal error"; in format_validator_msg() 849 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 867 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 874 throw error(CL_LINK_PROGRAM_FAILURE); in link_program() 990 throw error(CL_LINKER_NOT_AVAILABLE);
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 1112 .catch(common.mustCall((error) => { 1113 assert.strictEqual(error.name, 'AbortError'); 1139 .catch(common.mustCall((error) => { 1140 assert.strictEqual(error.name, 'AbortError');
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 890 bool error = !deserializer.Read(&reader); in DeserializeNativeModule() local 891 if (error) { in DeserializeNativeModule() 892 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, in DeserializeNativeModule() 898 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 392 // a coding error. in GetObject() 1142 void ReportUncaughtException(Local<Value> error, Local<Message> message) { in ReportUncaughtException() argument 1160 error, in ReportUncaughtException() 1374 void Agent::ReportUncaughtException(Local<Value> error, in ReportUncaughtException() argument 1378 client_->ReportUncaughtException(error, message); in ReportUncaughtException()
|