/third_party/mesa3d/src/util/ |
H A D | u_hash_table.c | 116 enum pipe_error error = callback((void*)entry->key, entry->data, data); in util_hash_table_foreach() local 117 if (error != PIPE_OK) in util_hash_table_foreach() 118 return error; in util_hash_table_foreach()
|
/third_party/rust/crates/autocfg/src/ |
H A D | error.rs | 1 use std::error; 7 /// A common error type for the `autocfg` crate. 13 impl error::Error for Error { 15 "AutoCfg error" in description() 18 fn cause(&self) -> Option<&error::Error> { in cause()
|
/third_party/python/Include/internal/ |
H A D | pycore_long.h | 8 # error "this header requires Py_BUILD_CORE define" 46 # error "_PY_LONG_DEFAULT_MAX_STR_DIGITS smaller than threshold." 63 # error "_PY_NSMALLPOSINTS must be greater than or equal to 257"
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnNativeTest.cpp | 24 void AddFatalDawnFailure(const char* expression, const ErrorData* error) { in AddFatalDawnFailure() argument 25 const auto& backtrace = error->GetBacktrace(); in AddFatalDawnFailure() 28 absl::StrCat(expression, " returned error: ", error->GetMessage()).c_str(), in AddFatalDawnFailure() 82 FAIL() << "Unexpected error: " << message; in OnDeviceError()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftwinfnt.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 253 * FreeType error code. 0~means success. 256 * This function only works with Windows FNT faces, returning an error
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | output-options.hh | 70 void post_parse (GError **error) in post_parse() 91 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_FAILED, in post_parse() 103 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_FAILED, in post_parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Threading.cpp | 59 goto error; in llvm_execute_on_thread() 64 goto error; in llvm_execute_on_thread() 69 error: in llvm_execute_on_thread()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_else_stmt_test.cc | 27 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 41 EXPECT_EQ(p->error(), "1:8: expected '}'"); in TEST_F() 51 EXPECT_EQ(p->error(), "1:5: expected '{'"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator.cc | 40 result.error = output.program.Diagnostics().str(); in Generate() 47 result.error = impl->error(); in Generate()
|
H A D | generator_impl_bitcast_test.cc | 31 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F() 42 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F() 53 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator.cc | 41 result.error = sanitized_result.program.Diagnostics().str(); in Generate() 48 result.error = impl->error(); in Generate()
|
H A D | generator_impl_bitcast_test.cc | 31 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F() 42 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F() 53 ASSERT_TRUE(gen.EmitExpression(out, bitcast)) << gen.error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator.cc | 44 result.error = sanitized_result.program.Diagnostics().str(); in Generate() 55 result.error = impl->error(); in Generate()
|
H A D | generator_impl_member_accessor_test.cc | 33 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 45 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 57 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_case_test.cc | 33 ASSERT_TRUE(gen.EmitCase(s->body[0])) << gen.error(); in TEST_F() 50 ASSERT_TRUE(gen.EmitCase(s->body[0])) << gen.error(); in TEST_F() 65 ASSERT_TRUE(gen.EmitCase(s->body[0])) << gen.error(); in TEST_F()
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.h | 52 string* error) const override; 57 std::string* error) const override; 70 string* error) const;
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_license.py | 33 # \note Defined this way to avoid triggering license check error on this file 78 error = False 82 error = True 84 return not error
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_constructor_expression_test.cc | 32 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 46 EXPECT_TRUE(b.has_error()) << b.error(); in TEST_F() 47 EXPECT_EQ(b.error(), in TEST_F() 48 "Internal error: trying to add SPIR-V instruction 124 outside a " in TEST_F() 59 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 78 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 123 ASSERT_TRUE(b.GenerateFunctionVariable(var)) << b.error(); in TEST_F() 126 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 153 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 177 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() [all...] |
/third_party/python/PC/ |
H A D | launcher.c | 87 error(int rc, wchar_t * format, ... ) in error() function 98 if (rc == 0) { /* a Windows error */ in error() 129 error(RC_NO_MEMORY, L"Could not allocate environment buffer"); in get_env() 136 /* Either some error, e.g. ERROR_ENVVAR_NOT_FOUND, in get_env() 275 /* unexpected error */ in _locate_pythons_for_key() 308 status = ERROR_FILE_NOT_FOUND; /* actual error doesn't matter */ in _locate_pythons_for_key() 432 error(0, L"CompareStringW failed"); in compare_pythons() 693 * wrapped_script_path, or terminate the program with an error if there is no 708 error(RC_NO_SCRIPT, L"Wrapper name '%ls' is not valid.", wrapped_script_path); in locate_wrapped_script() 715 error(RC_NO_SCRIP in locate_wrapped_script() [all...] |
/foundation/arkui/ace_engine/frameworks/base/network/ |
H A D | download_manager_impl.cpp | 151 const NetStackRequest& request, const NetStackResponse& response, const NetStackError& error) { 160 downloadResult->errorMsg.append(error.GetErrorMessage()); 200 const NetStackRequest& request, const NetStackResponse& response, const NetStackError& error) { 203 request.GetURL().c_str(), response.GetResponseCode(), error.GetErrorMessage().c_str()); 206 ", msg from netStack: " + error.GetErrorMessage(); 256 const NetStackError& error) { OnFail(downloadCondition, request, response, error); }); 268 const NetStackResponse& response, const NetStackError& error) in OnFail() 271 request.GetURL().c_str(), response.GetResponseCode(), error.GetErrorMessage().c_str()); in OnFail() 280 downloadCondition->errorMsg.append(error in OnFail() 267 OnFail(std::shared_ptr<DownloadCondition> downloadCondition, const NetStackRequest& request, const NetStackResponse& response, const NetStackError& error) OnFail() argument [all...] |
/test/xts/acts/account/appaccount/actsaccountoperatetest/entry/src/ohosTest/js/test/ |
H A D | CreateAccount.test.js | 63 console.error("====>add account fail err:" + JSON.stringify(err)); 110 console.error("====>add account fail err:" + JSON.stringify(err)); 332 console.error("====>add account ActsAccountCreateAccount_1400 err:" + JSON.stringify(err)); 349 console.error("====>createAccount ActsAccountCreateAccount_1500 err:" + JSON.stringify(err)); 353 console.error("====>removeAccount ActsAccountCreateAccount_1500 err:" + JSON.stringify(err)); 420 console.error("====>add Account ActsAccountCreateAccount_1800 err:" + JSON.stringify(err)); 467 console.error("====>add Account ActsAccountCreateAccount_2000 err:" + JSON.stringify(err)); 508 console.error("====>add Account ActsAccountCreateAccount_2200 err:" + JSON.stringify(err)); 601 console.error("====>add account ActsAccountCreateAccount_2600 err:" + JSON.stringify(err)); 653 console.error(" [all...] |
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 166 .catch(error => {
167 console.error(`promise: doFinish failed, code: ${error.code}, msg: ${error.message}`);
170 } catch (error) {
171 console.error(`promise: doFinish input arg invalid, code: ${error.code}, msg: ${error.message}`);
379 * @tc.name generate sm2 with error key size 128
409 console.error(srcKeyAlia [all...] |
/third_party/libuv/src/win/ |
H A D | poll.c | 132 /* Queue this req, reporting an error. */ in uv__fast_poll_submit_poll_req() 157 /* Report an error unless the select was just interrupted. */ in uv__fast_poll_process_poll_req() 159 DWORD error = GET_REQ_SOCK_ERROR(req); in uv__fast_poll_process_poll_req() local 160 if (error != WSAEINTR && handle->events != 0) { in uv__fast_poll_process_poll_req() 162 handle->poll_cb(handle, uv_translate_sys_error(error), 0); in uv__fast_poll_process_poll_req() 220 goto error; in uv__fast_poll_create_peer_socket() 227 goto error; in uv__fast_poll_create_peer_socket() 232 error: in uv__fast_poll_create_peer_socket() 304 /* Queue this req, reporting an error. */ in uv__slow_poll_thread_proc() 360 /* Make this req pending, reporting an error in uv__slow_poll_submit_poll_req() 539 DWORD error; uv__poll_close() local [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_context.c | 132 CGLError error; in apple_glx_create_context() local 167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context() 172 if (error) { in apple_glx_create_context() 177 if (kCGLBadMatch == error) { in apple_glx_create_context() 186 DebugMessageF("error: %s\n", apple_cgl.error_string(error)); in apple_glx_create_context() 249 fprintf(stderr, "error: while clearing drawable!\n"); in apple_glx_destroy_context() 265 fprintf(stderr, "error: destroying pixel format in %s\n", __func__); in apple_glx_destroy_context() 270 fprintf(stderr, "error: destroying context_obj in %s\n", __func__); in apple_glx_destroy_context() 282 /* Return true if an error occurre 335 bool error = false; apple_glx_make_current_context() local [all...] |
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 60 function REACTION_THROW(error) { 61 throw error; 64 function REACTION_EXIT(error) { 65 REACTION_LOG(error); 72 function REACTION_LOG(error) { 73 _rawDebug(error.stack); 360 * a violation such as abort()ing or exiting the process, throwing the error, 361 * or logging the error. 596 const error = new ERR_MANIFEST_ASSERT_INTEGRITY(url, realIntegrities); 597 this.#reaction(error); [all...] |