Home
last modified time | relevance | path

Searched refs:error (Results 2576 - 2600 of 16520) sorted by relevance

1...<<101102103104105106107108109110>>...661

/third_party/elfutils/tests/
H A Delfstrmerge.c84 // Don't release, we might need it in the error message. in release()
100 error (1, 0, "%s: %s", fname, msg); in fail()
102 error (1, 0, "%s", msg); in fail()
111 error (1, errno, "%s: %s", fname, msg); in fail_errno()
113 error (1, errno, "%s", msg); in fail_errno()
122 error (1, 0, "%s: %s %zd", fname, msg, idx); in fail_idx()
124 error (1, 0, "%s %zd", msg, idx); in fail_idx()
133 error (1, 0, "%s: %s: %s", fname, msg, elf_errmsg (-1)); in fail_elf()
135 error (1, 0, "%s: %s", msg, elf_errmsg (-1)); in fail_elf()
144 error ( in fail_elf_idx()
[all...]
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c71 av_log(s1, AV_LOG_ERROR, str " (error %li)\n", GetLastError())
144 goto error; in gdigrab_region_wnd_init()
157 goto error; in gdigrab_region_wnd_init()
171 error: in gdigrab_region_wnd_init()
220 * @return AVERROR_IO error, 0 success
254 goto error; in gdigrab_read_header()
258 goto error; in gdigrab_read_header()
267 goto error; in gdigrab_read_header()
280 goto error; in gdigrab_read_header()
289 goto error; in gdigrab_read_header()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c28 - 2.01: fixed improper display of usage screen on PNG error(s)
172 int error = 0; in main() local
238 while (*++argv && !error) { in main()
241 ++error; in main()
246 ++error; in main()
250 ++error; in main()
254 ++error; in main()
258 ++error; in main()
266 ++error; in main()
268 ++error; /* no in main()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_member_accessor_test.cc134 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
184 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_P()
257 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_P()
342 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
381 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
413 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
446 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
476 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
517 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
561 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
[all...]
/third_party/python/Modules/_io/
H A Dfileio.c47 #error "unreasonable BUFSIZ > 64 MiB defined"
137 called more than once without error.
298 goto error;
337 goto error;
362 goto error;
374 goto error;
391 goto error;
403 goto error;
408 goto error;
420 goto error;
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c89 * we can't do anything about an error here in reiserfs_evict_inode()
444 /* i/o error most likely */ in _get_block_create_0()
490 * be able to do i/o on the buffers returned, unless an error value
936 "inode %lu, error %d", in reiserfs_get_block()
1566 /* a stale NFS handle can trigger this without it being an error */ in reiserfs_read_locked_inode()
1622 * error condition. One of them should be bad. Inodes with identical
1658 /* either due to i/o error or a stale NFS handle */ in reiserfs_iget()
1907 * non-zero due to an error, we have to drop the quota previously allocated
2198 int error; in grab_tail_page() local
2210 error in grab_tail_page()
2270 int error; reiserfs_truncate_file() local
2527 int error = 0; reiserfs_write_full_page() local
3289 int error; reiserfs_setattr() local
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c89 * we can't do anything about an error here in reiserfs_evict_inode()
436 /* i/o error most likely */ in _get_block_create_0()
482 * be able to do i/o on the buffers returned, unless an error value
928 "inode %lu, error %d", in reiserfs_get_block()
1556 /* a stale NFS handle can trigger this without it being an error */ in reiserfs_read_locked_inode()
1612 * error condition. One of them should be bad. Inodes with identical
1648 /* either due to i/o error or a stale NFS handle */ in reiserfs_iget()
1897 * non-zero due to an error, we have to drop the quota previously allocated
2186 int error; in grab_tail_page() local
2198 error in grab_tail_page()
2258 int error; reiserfs_truncate_file() local
2515 int error = 0; reiserfs_write_full_page() local
3267 int error; reiserfs_setattr() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp793 //test error values in TestElemIter()
807 errln("Expected error"); in TestElemIter()
811 errln("Expected error"); in TestElemIter()
1298 errcheckln(status, "Collator creation failed with error %s", u_errorName(status)); in TestMaxExpansion()
1406 UErrorCode error = U_ZERO_ERROR; in TestDisplayName() local
1407 Collator *coll = Collator::createInstance("en_US", error); in TestDisplayName()
1408 if (U_FAILURE(error)) { in TestDisplayName()
1409 errcheckln(error, "Failure creating english collator - %s", u_errorName(error)); in TestDisplayName()
1430 UErrorCode error in TestAttribute() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c488 ** zic ... 2>&1 | error -t "*" -v in verror()
501 error(const char *const string, ...) in error() function
966 error("%s", _("%s in ruleless zone")); in associate()
1002 error(_("line too long")); in infile()
1022 error(_("input line of unknown type")); in infile()
1065 error(_("expected continuation line not found")); in infile()
1073 ** Call error with errstring and return zero on errors.
1096 error("%s", errstring); in gethms()
1102 error("%s", errstring); in gethms()
1106 error( in gethms()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c487 ** zic ... 2>&1 | error -t "*" -v in verror()
500 error(const char *const string, ...) in error() function
965 error("%s", _("%s in ruleless zone")); in associate()
1001 error(_("line too long")); in infile()
1021 error(_("input line of unknown type")); in infile()
1064 error(_("expected continuation line not found")); in infile()
1072 ** Call error with errstring and return zero on errors.
1095 error("%s", errstring); in gethms()
1101 error("%s", errstring); in gethms()
1105 error( in gethms()
[all...]
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dnewworker_033.js24 } catch (error) {
25 console.log("error:: " + error)
26 workerPort.postMessage(error)
H A Dnewworker_034.js24 } catch (error) {
25 console.log("error:: " + error)
26 workerPort.postMessage(error)
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2181.js15 var error = {};
19 var start = { valueOf : function ( ) { throw error; } };
25 assert(e === error);
/third_party/node/deps/v8/src/regexp/
H A Dregexp-error.cc5 #include "src/regexp/regexp-error.h"
16 const char* RegExpErrorString(RegExpError error) { in RegExpErrorString() argument
17 DCHECK_LT(error, RegExpError::NumErrors); in RegExpErrorString()
18 return kRegExpErrorStrings[static_cast<int>(error)]; in RegExpErrorString()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftbbox.h37 #error "freetype.h of FreeType 1 has been loaded!"
38 #error "Please fix the directory search order for header files"
39 #error "so that freetype.h of FreeType 2 is found first."
74 * FreeType error code. 0~means success.
H A Dftbzip2.h25 #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."
78 * FreeType error code. 0~means success.
H A Dftfntfmt.h25 #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."
71 * Font format string. `NULL` in case of error.
H A Dftlzw.h25 #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."
76 * FreeType error code. 0~means success.
H A Dftsynth.h51 #error "freetype.h of FreeType 1 has been loaded!"
52 #error "Please fix the directory search order for header files"
53 #error "so that freetype.h of FreeType 2 is found first."
/third_party/python/PC/
H A Dpython_ver_rc.h26 # error "PY_MICRO_VERSION > 64"
29 # error "PY_RELEASE_LEVEL > 99"
32 # error "PY_RELEASE_SERIAL > 9"
/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-5.10/drivers/clocksource/
H A Dtimer-keystone.c148 int irq, error; in keystone_timer_init() local
169 error = clk_prepare_enable(clk); in keystone_timer_init()
170 if (error) { in keystone_timer_init()
197 error = request_irq(irq, keystone_timer_interrupt, IRQF_TIMER, in keystone_timer_init()
199 if (error) { in keystone_timer_init()
222 return error; in keystone_timer_init()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dio.c75 pr_err("%s: IO error on backing device, unrecoverable\n", in bch_count_backing_io_errors()
82 blk_status_t error, in bch_count_io_errors()
87 * The halflife of an error is: in bch_count_io_errors()
120 if (error) { in bch_count_io_errors()
126 pr_err("%s: IO error on %s%s\n", in bch_count_io_errors()
137 blk_status_t error, const char *m) in bch_bbio_count_io_errors()
163 bch_count_io_errors(ca, error, is_read, m); in bch_bbio_count_io_errors()
167 blk_status_t error, const char *m) in bch_bbio_endio()
171 bch_bbio_count_io_errors(c, bio, error, m); in bch_bbio_endio()
81 bch_count_io_errors(struct cache *ca, blk_status_t error, int is_read, const char *m) bch_count_io_errors() argument
136 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
166 bch_bbio_endio(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_endio() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Daudit.c70 if (aad(sa)->error) in audit_pre()
71 audit_log_format(ab, " error=%d", aad(sa)->error); in audit_pre()
121 * Returns: error on failure
129 if (likely(!aad(sa)->error)) { in aa_audit()
141 return aad(sa)->error; in aa_audit()
156 return complain_error(aad(sa)->error); in aa_audit()
158 return aad(sa)->error; in aa_audit()
/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio-driver.c81 * return 0 and set rio_dev->driver when drv claims rio_dev, else error
87 int error = -ENODEV; in rio_device_probe() local
92 return error; in rio_device_probe()
96 error = rdrv->probe(rdev, id); in rio_device_probe()
97 if (error >= 0) { in rio_device_probe()
99 error = 0; in rio_device_probe()
103 return error; in rio_device_probe()
147 * Returns a negative value on error, otherwise 0. If no error

Completed in 28 milliseconds

1...<<101102103104105106107108109110>>...661