/third_party/node/deps/v8/src/base/numbers/ |
H A D | strtod.cc | 128 // Otherwise it has been rounded and has error of at most 1/2 ulp. in TrimLeadingZeros() 240 // If remaining_decimals is different than 0 than the error is at most in DiyFpStrtod() 248 int64_t error = (remaining_decimals == 0 ? 0 : kDenominator / 2); in DiyFpStrtod() local 252 error <<= old_e - input.e(); in DiyFpStrtod() 273 // The adjustment power is exact. There is hence only an error of 0.5. in DiyFpStrtod() 274 error += kDenominator / 2; in DiyFpStrtod() 279 // The error introduced by a multiplication of a*b equals in DiyFpStrtod() 282 // error_b = 0.5 (all cached powers have an error of less than 0.5 ulp), in DiyFpStrtod() 285 int error_ab = (error == 0 ? 0 : 1); // We round up to 1. in DiyFpStrtod() 287 error in DiyFpStrtod() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.c | 46 goto error; in rbug_resource_create() 52 goto error; in rbug_resource_create() 65 error: in rbug_resource_create() 91 goto error; in rbug_surface_create() 97 goto error; in rbug_surface_create() 109 error: in rbug_surface_create() 132 goto error; in rbug_sampler_view_create() 146 error: in rbug_sampler_view_create() 168 goto error; in rbug_transfer_create() 174 goto error; in rbug_transfer_create() [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_pkey.c | 43 goto error; in evp_pkcs82pkey_legacy() 48 goto error; in evp_pkcs82pkey_legacy() 52 goto error; in evp_pkcs82pkey_legacy() 56 goto error; in evp_pkcs82pkey_legacy() 61 error: in evp_pkcs82pkey_legacy() 123 goto error; in EVP_PKEY2PKCS8() 129 goto error; in EVP_PKEY2PKCS8() 141 goto error; in EVP_PKEY2PKCS8() 145 goto error; in EVP_PKEY2PKCS8() 149 goto error; in EVP_PKEY2PKCS8() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | evp_pkey.c | 43 goto error; in evp_pkcs82pkey_legacy() 48 goto error; in evp_pkcs82pkey_legacy() 52 goto error; in evp_pkcs82pkey_legacy() 56 goto error; in evp_pkcs82pkey_legacy() 61 error: in evp_pkcs82pkey_legacy() 123 goto error; in EVP_PKEY2PKCS8() 129 goto error; in EVP_PKEY2PKCS8() 141 goto error; in EVP_PKEY2PKCS8() 145 goto error; in EVP_PKEY2PKCS8() 149 goto error; in EVP_PKEY2PKCS8() [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psstack.c | 50 /* Note: This function returns NULL on error (does not set */ 51 /* `error'). */ 57 FT_Error error; /* for FT_QNEW */ in FT_LOCAL_DEF() local 65 stack->error = e; in FT_LOCAL_DEF() 110 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_pushInt() 126 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_pushFixed() 142 CF2_SET_ERROR( stack->error, Stack_Underflow ); in FT_LOCAL_DEF() 147 CF2_SET_ERROR( stack->error, Syntax_Error ); in FT_LOCAL_DEF() 164 CF2_SET_ERROR( stack->error, Stack_Underflow ); in FT_LOCAL_DEF() 192 CF2_SET_ERROR( stack->error, Stack_Overflo in FT_LOCAL_DEF() [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_const_expr_test.cc | 25 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() 45 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() 59 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() 78 EXPECT_EQ(p->error(), "1:17: expected ')' for type constructor"); in TEST_F() 87 EXPECT_EQ(p->error(), "1:11: expected '(' for type constructor"); in TEST_F() 96 EXPECT_EQ(p->error(), "1:14: expected ')' for type constructor"); in TEST_F() 105 EXPECT_EQ(p->error(), "1:15: invalid type for const_expr"); in TEST_F() 111 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() 124 EXPECT_EQ(p->error(), "1:1: unable to parse const_expr"); in TEST_F() 154 EXPECT_EQ(p->error(), " in TEST_F() [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | storage_class_layout_validation_test.cc | 47 r()->error(), in TEST_F() 48 R"(34:56 error: the offset of a struct member of type 'f32' in storage class 'storage' must be a multiple of 4 bytes, but 'b' is currently at offset 5. Consider setting [[align(4)]] on this member in TEST_F() 76 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 109 r()->error(), in TEST_F() 110 R"(56:78 error: the offset of a struct member of type 'Inner' in storage class 'uniform' must be a multiple of 16 bytes, but 'inner' is currently at offset 4. Consider setting [[align(16)]] on this member in TEST_F() 151 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 181 r()->error(), in TEST_F() 182 R"(56:78 error: the offset of a struct member of type '[[stride(16)]] array<f32, 10>' in storage class 'uniform' must be a multiple of 16 bytes, but 'inner' is currently at offset 4. Consider setting [[align(16)]] on this member in TEST_F() 216 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 251 r()->error(), in TEST_F() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_literal_test.cc | 31 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 46 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 62 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 64 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 66 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 80 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 97 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 111 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 128 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 142 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() [all...] |
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/ |
H A D | app_domain_verify_agent_service_test.cpp | 105 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( in HWTEST_F() local 107 ASSERT_TRUE(error != 0); in HWTEST_F() 128 int32_t error = appDomainVerifyAgentService->OnRemoteRequest(5, data, reply, option); in HWTEST_F() local 129 ASSERT_TRUE(error != 0); in HWTEST_F() 149 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( in HWTEST_F() local 151 ASSERT_TRUE(error != 0); in HWTEST_F() 169 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( in HWTEST_F() local 171 ASSERT_TRUE(error != 0); in HWTEST_F() 189 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( in HWTEST_F() local 191 ASSERT_TRUE(error in HWTEST_F() 209 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( HWTEST_F() local 228 int32_t error = appDomainVerifyAgentService->OnRemoteRequest( HWTEST_F() local [all...] |
/third_party/libsnd/src/ |
H A D | nist.c | 55 { int error ; in nist_open() local 58 { if ((error = nist_read_header (psf))) in nist_open() 59 return error ; in nist_open() 76 if ((error = nist_write_header (psf, SF_FALSE))) in nist_open() 77 return error ; in nist_open() 86 error = pcm_init (psf) ; in nist_open() 92 error = pcm_init (psf) ; in nist_open() 96 error = ulaw_init (psf) ; in nist_open() 100 error = alaw_init (psf) ; in nist_open() 103 default : error in nist_open() [all...] |
H A D | mpc2k.c | 64 { int error = 0 ; in mpc2k_open() local 67 { if ((error = mpc2k_read_header (psf))) in mpc2k_open() 68 return error ; in mpc2k_open() 76 return psf->error ; in mpc2k_open() 85 error = pcm_init (psf) ; in mpc2k_open() 87 return error ; in mpc2k_open() 145 if (psf->error) in mpc2k_write_header() 146 return psf->error ; in mpc2k_write_header() 153 return psf->error ; in mpc2k_write_header()
|
H A D | pvf.c | 52 int error = 0 ; in pvf_open() local 55 { if ((error = pvf_read_header (psf))) in pvf_open() 56 return error ; in pvf_open() 68 return psf->error ; in pvf_open() 81 error = pcm_init (psf) ; in pvf_open() 87 return error ; in pvf_open() 123 if (psf->error) in pvf_write_header() 124 return psf->error ; in pvf_write_header() 131 return psf->error ; in pvf_write_header()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 133 goto error; in parse_options_abs() 145 goto error; in parse_options_abs() 163 goto error; in parse_options_abs() 168 error: in parse_options_abs() 186 goto error; in parse_options_led() 198 goto error; in parse_options_led() 202 goto error; in parse_options_led() 207 goto error; in parse_options_led() 211 goto error; in parse_options_led() 216 error in parse_options_led() [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLBuffer.cpp | 117 GrGLenum error = GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)size, data, fUsage)); in GrGLBuffer() local 118 if (error != GR_GL_NO_ERROR) { in GrGLBuffer() 185 GrGLenum error = in onMap() local 187 if (error != GR_GL_NO_ERROR) { in onMap() 199 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap() local 200 if (error != GR_GL_NO_ERROR) { in onMap() 221 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap() local 222 if (error != GR_GL_NO_ERROR) { in onMap() 279 GrGLenum error = in onUpdateData() local 281 if (error ! in onUpdateData() 292 GrGLenum error = onUpdateData() local 304 GrGLenum error = onUpdateData() local [all...] |
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidobjs.c | 135 FT_Error error = FT_Err_Ok; in FT_LOCAL_DEF() local 147 error = funcs->create( cidsize->face->memory, priv, &globals ); in FT_LOCAL_DEF() 148 if ( !error ) in FT_LOCAL_DEF() 152 return error; in FT_LOCAL_DEF() 160 FT_Error error; in FT_LOCAL() local 165 error = FT_Request_Metrics( size->face, req ); in FT_LOCAL() 166 if ( error ) in FT_LOCAL() 178 return error; in FT_LOCAL() 287 * FreeType error code. 0 means success. 297 FT_Error error; in FT_LOCAL_DEF() local [all...] |
/third_party/python/Modules/_blake2/ |
H A D | blake2s_impl.c | 103 goto error; in py_blake2s_new_impl() 114 goto error; in py_blake2s_new_impl() 124 goto error; in py_blake2s_new_impl() 135 goto error; in py_blake2s_new_impl() 144 goto error; in py_blake2s_new_impl() 151 goto error; in py_blake2s_new_impl() 157 goto error; in py_blake2s_new_impl() 166 goto error; in py_blake2s_new_impl() 177 goto error; in py_blake2s_new_impl() 185 goto error; in py_blake2s_new_impl() [all...] |
H A D | blake2b_impl.c | 103 goto error; in py_blake2b_new_impl() 114 goto error; in py_blake2b_new_impl() 124 goto error; in py_blake2b_new_impl() 135 goto error; in py_blake2b_new_impl() 144 goto error; in py_blake2b_new_impl() 151 goto error; in py_blake2b_new_impl() 157 goto error; in py_blake2b_new_impl() 166 goto error; in py_blake2b_new_impl() 177 goto error; in py_blake2b_new_impl() 185 goto error; in py_blake2b_new_impl() [all...] |
/third_party/curl/lib/ |
H A D | cf-h1-proxy.c | 372 int error, writetype; in recv_CONNECT_resp() local 377 error = SELECT_OK; in recv_CONNECT_resp() 411 error = SELECT_ERROR; in recv_CONNECT_resp() 521 if(error) in recv_CONNECT_resp() 593 goto error; in start_CONNECT() 609 goto error; in start_CONNECT() 617 goto error; in start_CONNECT() 630 goto error; in start_CONNECT() 638 goto error; in start_CONNECT() 646 goto error; in start_CONNECT() 803 bool error = hyper_task_type(task) == HYPER_TASK_ERROR; send_CONNECT() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_oscore.c | 155 goto error; in coap_rebuild_pdu_for_proxy() 164 goto error; in coap_rebuild_pdu_for_proxy() 167 goto error; in coap_rebuild_pdu_for_proxy() 173 goto error; in coap_rebuild_pdu_for_proxy() 181 goto error; in coap_rebuild_pdu_for_proxy() 197 goto error; in coap_rebuild_pdu_for_proxy() 218 goto error; in coap_rebuild_pdu_for_proxy() 230 goto error; in coap_rebuild_pdu_for_proxy() 234 error: in coap_rebuild_pdu_for_proxy() 332 goto error; in coap_oscore_new_pdu_encrypted() [all...] |
/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 23 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 58 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in enable_coordination() 78 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in disable_coordination() 101 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in start_coordination() 123 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in stop_coordination() 149 error!(LOG_LABEL, "Failed to deserialize DefaultReply"); in get_coordination_state() 155 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in get_coordination_state() 173 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in register_coordination_listener() 191 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in unregister_coordination_listener()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 36 DHCP_LOGE("Write interface token error: %{public}s", __func__); in OnIpSuccessChanged() 65 int error = Remote()->SendRequest(static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_CBK_CMD_IP_SUCCESS_CHANGE), data, reply, option); in OnIpSuccessChanged() local 66 if (error != ERR_NONE) { in OnIpSuccessChanged() 67 DHCP_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnIpSuccessChanged() 68 static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_CBK_CMD_IP_SUCCESS_CHANGE), error); in OnIpSuccessChanged() 87 DHCP_LOGE("Write interface token error: %{public}s", __func__); in OnIpFailChanged() 94 int error = Remote()->SendRequest(static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_CBK_CMD_IP_FAIL_CHANGE), data, reply, option); in OnIpFailChanged() local 95 if (error != ERR_NONE) { in OnIpFailChanged() 96 DHCP_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnIpFailChanged() 97 static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_CBK_CMD_IP_FAIL_CHANGE), error); in OnIpFailChanged() 143 int error = Remote()->SendRequest(static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_CBK_CMD_DHCP_OFFER), OnDhcpOfferReport() local [all...] |
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 36 console.error("test generateKey err information: " + JSON.stringify(err));
47 console.error("test init err: " + JSON.stringify(err));
57 console.error("test init err: " + JSON.stringify(err));
68 console.error("isKeyExist err: " + JSON.stringify(err));
78 console.error("isKeyExist err: " + JSON.stringify(err));
89 console.error(
97 console.error(
111 console.error(
119 console.error("test isKeyExist err information: " + JSON.stringify(e));
352 * @tc.name generate sm3 with error ke [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_events.c | 62 int error; in main() local 155 error = test_recvmsg(clt_sk, &inmessage, MSG_WAITALL); in main() 157 error, in main() 164 error = test_recvmsg(acpt_sk, &inmessage, MSG_WAITALL); in main() 166 error, in main() 175 error = test_recvmsg(acpt_sk, &inmessage, MSG_WAITALL); in main() 176 test_check_msg_data(&inmessage, error, strlen(message) + 1, in main() 182 error = test_recvmsg(acpt_sk, &inmessage, MSG_WAITALL); in main() 184 error, in main()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | md32_common.h | 69 # error "DATA_ORDER must be defined!" 73 # error "HASH_CBLOCK must be defined!" 76 # error "HASH_LONG must be defined!" 79 # error "HASH_CTX must be defined!" 83 # error "HASH_UPDATE must be defined!" 86 # error "HASH_TRANSFORM must be defined!" 89 # error "HASH_FINAL must be defined!" 93 # error "HASH_BLOCK_DATA_ORDER must be defined!" 220 # error "HASH_MAKE_STRING must be defined!" in HASH_FINAL()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | DirectiveHandler.cpp | 51 mDiagnostics.error(loc, msg.c_str(), ""); in handleError() 69 mDiagnostics.error( in handlePragma() 76 // revisions of GLSL. Do not generate an error on unexpected in handlePragma() 114 mDiagnostics.error(loc, "invalid pragma value - 'on' or 'off' expected", value.c_str()); in handlePragma() 128 mDiagnostics.error(loc, "behavior invalid", name.c_str()); in handleExtension() 136 mDiagnostics.error(loc, "extension cannot have 'require' behavior", name.c_str()); in handleExtension() 140 mDiagnostics.error(loc, "extension cannot have 'enable' behavior", name.c_str()); in handleExtension() 182 mDiagnostics.error(loc, "extension can be enabled on greater than ESSL 300", in handleExtension() 200 mDiagnostics.error(loc, "extension is not supported", name.c_str()); in handleExtension() 228 mDiagnostics.error(lo in handleVersion() [all...] |