Home
last modified time | relevance | path

Searched refs:error (Results 2476 - 2500 of 15055) sorted by relevance

1...<<919293949596979899100>>...603

/kernel/linux/linux-6.6/include/trace/events/
H A Dfsi_master_i2cr.h66 TP_PROTO(const struct i2c_client *client, uint64_t status, uint64_t error, uint64_t log),
67 TP_ARGS(client, status, error, log),
69 __field(uint64_t, error)
76 __entry->error = error;
82 TP_printk("%d-%02x status:%016llx error:%016llx log:%016llx", __entry->bus, __entry->addr,
83 __entry->status, __entry->error, __entry->log)
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dio.c76 pr_err("%pg: IO error on backing device, unrecoverable\n", in bch_count_backing_io_errors()
83 blk_status_t error, in bch_count_io_errors()
88 * The halflife of an error is: in bch_count_io_errors()
121 if (error) { in bch_count_io_errors()
127 pr_err("%pg: IO error on %s%s\n", in bch_count_io_errors()
138 blk_status_t error, const char *m) in bch_bbio_count_io_errors()
164 bch_count_io_errors(ca, error, is_read, m); in bch_bbio_count_io_errors()
168 blk_status_t error, const char *m) in bch_bbio_endio()
172 bch_bbio_count_io_errors(c, bio, error, m); in bch_bbio_endio()
82 bch_count_io_errors(struct cache *ca, blk_status_t error, int is_read, const char *m) bch_count_io_errors() argument
137 bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_count_io_errors() argument
167 bch_bbio_endio(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_endio() argument
/kernel/linux/linux-6.6/security/apparmor/
H A Daudit.c112 if (ad->error) in audit_pre()
113 audit_log_format(ab, " error=%d", ad->error); in audit_pre()
164 * Returns: error on failure
173 if (likely(!ad->error)) { in aa_audit()
185 return ad->error; in aa_audit()
200 return complain_error(ad->error); in aa_audit()
202 return ad->error; in aa_audit()
/third_party/curl/lib/
H A Dcurl_trc.c93 char error[CURL_ERROR_SIZE + 2]; in Curl_failf() local
95 len = mvsnprintf(error, CURL_ERROR_SIZE, fmt, ap); in Curl_failf()
98 strcpy(data->set.errorbuffer, error); in Curl_failf()
99 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
101 error[len++] = '\n'; in Curl_failf()
102 error[len] = '\0'; in Curl_failf()
103 Curl_debug(data, CURLINFO_TEXT, error, len); in Curl_failf()
/third_party/libsnd/src/G72x/
H A Dg72x_test.c133 printf ("\n\nMax error of %d at postion %d.\n", max_err, position) ; in g723_test()
175 { double error ; in error_function() local
178 error = fabs (fabs (data) - fabs (orig)) / 2000.0 ; in error_function()
180 error = fabs (data - orig) / 3000.0 ; in error_function()
182 error = fabs (data - orig) / fabs (orig) ; in error_function()
184 if (error > margin) in error_function()
185 { printf ("\n\n*******************\nError : %f\n", error) ; in error_function()
196 if (! (file = fopen ("error.dat", "w"))) in oct_save_short()
/third_party/node/test/parallel/
H A Dtest-punycode.js209 const handleError = (error, name) => {
210 console.error(
211 `FAIL: ${name} expected ${error.expected}, got ${error.actual}`
248 } catch (error) {
249 handleError(error, key);
/third_party/rust/crates/libc/ci/
H A Dstyle.rs111 err.error(path, i, "use cfg_if! and submodules instead of #[cfg]"); in check_style()
115 err.error(path, i, "impl ::Copy and ::Clone manually"); in check_style()
163 err.error( in check_style()
176 err.error(path, i, "multiple f! macros in one module"); in check_style()
180 err.error(path, i, "multiple s! macros in one module"); in check_style()
203 fn error(&mut self, path: &Path, line: usize, msg: &str) { in error() functions
/third_party/rust/crates/clap/tests/builder/
H A Derror.rs3 use clap::{arg, error::Error, error::ErrorKind, value_parser, Arg, Command};
6 fn assert_error<F: clap::error::ErrorFormatter>( in assert_error()
26 static MESSAGE: &str = "error: failed for mysterious reasons in app_error()
58 let err = cmd.error(expected_kind, "failed for mysterious reasons"); in app_error()
86 .map_err(|e| e.apply::<clap::error::KindFormatter>()); in kind_prints_help()
104 .map_err(|e| e.apply::<clap::error::KindFormatter>()); in kind_formats_validation_error()
109 error: unexpected argument found in kind_formats_validation_error()
115 #[cfg(feature = "error-context")]
123 error in rich_formats_validation_error()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_utils.py29 self.assertEqual(ov1.error, 0)
33 self.assertEqual(ov1.error, _winapi.ERROR_IO_PENDING)
44 self.assertEqual(ov2.error, 0)
47 self.assertIn(ov2.error, {0, _winapi.ERROR_IO_PENDING})
53 self.assertEqual(ov1.error, ERROR_IO_INCOMPLETE)
55 self.assertIn(ov2.error, {0, _winapi.ERROR_IO_PENDING})
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go31 // a single message, or returns an error.
35 Read(context.Context) ([]byte, int64, error)
38 Write(context.Context, []byte) (int64, error)
57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) {
70 func (s *plainStream) Write(ctx context.Context, data []byte) (int64, error) {
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go72 func (r Range) Span() (Span, error) {
78 var err error
98 func offset(f *token.File, pos token.Pos) (int, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) {
127 func (l *TokenConverter) ToPosition(offset int) (int, int, error) {
139 func (l *TokenConverter) ToOffset(line, col int) (int, error) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go31 // a single message, or returns an error.
35 Read(context.Context) ([]byte, int64, error)
38 Write(context.Context, []byte) (int64, error)
57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) {
70 func (s *plainStream) Write(ctx context.Context, data []byte) (int64, error) {
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dtoken.go72 func (r Range) Span() (Span, error) {
78 var err error
98 func offset(f *token.File, pos token.Pos) (int, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) {
127 func (l *TokenConverter) ToPosition(offset int) (int, int, error) {
139 func (l *TokenConverter) ToOffset(line, col int) (int, error) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.cpp42 // If we weren't already finished, then we want to handle an error here so that any calls in Destroy()
43 // to Finish after Destroy will return a meaningful error. in Destroy()
72 void EncodingContext::HandleError(std::unique_ptr<ErrorData> error) { in HandleError() argument
76 error->AppendDebugGroup(*iter); in HandleError()
81 ASSERT(error->GetType() == InternalErrorType::Validation); in HandleError()
85 mError = std::move(error); in HandleError()
88 mDevice->HandleError(error->GetType(), error->GetFormattedMessage().c_str()); in HandleError()
149 // The current pass encoder is being deleted. Implicitly end the pass with an error. in EnsurePassExited()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_call_stmt_test.cc26 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
47 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
66 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F()
87 EXPECT_EQ(p->error(), "1:3: expected ')' for function call"); in TEST_F()
96 EXPECT_EQ(p->error(), "1:4: expected ';' for function call"); in TEST_F()
105 EXPECT_EQ(p->error(), "1:5: expected ')' for function call"); in TEST_F()
H A Dparser_impl_multiplicative_expression_test.cc27 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F()
47 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F()
67 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F()
87 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F()
98 EXPECT_EQ(p->error(), "1:8: unable to parse right side of * expression"); in TEST_F()
106 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dinferred_type_test.cc92 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_P()
106 EXPECT_EQ(r()->error(), in TEST_P()
107 "12:34 error: global var declaration must specify a type"); in TEST_P()
120 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_P()
134 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_P()
151 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
170 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go32 func Scan(root string, cfg Config) ([]string, error) {
34 err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
91 func LoadConfig(path string) (Config, error) {
100 func ParseConfig(config string) (Config, error) {
131 func (l *searchRules) UnmarshalJSON(body []byte) error {
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc110 // BuildFile() already wrote an error message. in GenerateCode()
131 std::string error; in GenerateCode() local
133 &context, &error); in GenerateCode()
137 if (!succeeded && error.empty()) { in GenerateCode()
138 error = in GenerateCode()
139 "Code generator returned false but provided no error " in GenerateCode()
142 if (!error.empty()) { in GenerateCode()
143 response->set_error(error); in GenerateCode()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc137 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
150 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
163 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
200 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
210 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
216 util::error::INVALID_ARGUMENT, in DecodeCompactFieldMaskPaths()
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Dstream.go31 // a single message, or returns an error.
35 Read(context.Context) ([]byte, int64, error)
38 Write(context.Context, []byte) (int64, error)
57 func (s *plainStream) Read(ctx context.Context) ([]byte, int64, error) {
70 func (s *plainStream) Write(ctx context.Context, data []byte) (int64, error) {
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) {
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go72 func (r Range) Span() (Span, error) {
78 var err error
98 func offset(f *token.File, pos token.Pos) (int, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) {
127 func (l *TokenConverter) ToPosition(offset int) (int, int, error) {
139 func (l *TokenConverter) ToOffset(line, col int) (int, error) {
/third_party/python/Modules/
H A D_ssl.c65 # error "OPENSSL_THREADS is not defined, Python requires thread-safe OpenSSL"
114 /* Include generated data (error codes) */
151 #error "Py_SSL_DEFAULT_CIPHERS 0 needs Py_SSL_DEFAULT_CIPHER_STRING"
178 #error "Unsupported PY_SSL_DEFAULT_CIPHERS"
189 PY_SSL_ERROR_SYSCALL, /* look at error stack/return value/errno */
248 #error "PY_PROTO_MINIMUM_AVAILABLE not found"
262 #error "PY_PROTO_MAXIMUM_AVAILABLE not found"
299 int ssl; /* last seen error from SSL */
300 int c; /* last seen error from libc */
302 int ws; /* last seen error fro
3735 int error; global() member
5435 DWORD size, error, i; parseKeyUsage() local
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.c161 * @error: The i/o status
164 * error flag according to the status of the i/o request. This is
171 blk_status_t error) in gfs2_end_log_write_bh()
182 if (error) in gfs2_end_log_write_bh()
795 int error = 0; in buf_lo_scan_elements() local
810 error = gfs2_replay_read_block(jd, start, &bh_log); in buf_lo_scan_elements()
811 if (error) in buf_lo_scan_elements()
812 return error; in buf_lo_scan_elements()
818 error = -EIO; in buf_lo_scan_elements()
831 if (error) in buf_lo_scan_elements()
169 gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct bio_vec *bvec, blk_status_t error) gfs2_end_log_write_bh() argument
840 buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) buf_lo_after_scan() argument
938 int error; revoke_lo_scan_elements() local
977 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) revoke_lo_after_scan() argument
1020 int error = 0; databuf_lo_scan_elements() local
1060 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) databuf_lo_after_scan() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmarvell.c640 goto error; in m88e1510_config_aneg()
645 goto error; in m88e1510_config_aneg()
654 goto error; in m88e1510_config_aneg()
658 goto error; in m88e1510_config_aneg()
662 error: in m88e1510_config_aneg()
1500 goto error; in marvell_read_status()
1504 goto error; in marvell_read_status()
1519 goto error; in marvell_read_status()
1524 error: in marvell_read_status()
1543 goto error; in marvell_suspend()
[all...]

Completed in 28 milliseconds

1...<<919293949596979899100>>...603