Home
last modified time | relevance | path

Searched refs:error (Results 9126 - 9150 of 15312) sorted by relevance

1...<<361362363364365366367368369370>>...613

/third_party/node/deps/v8/tools/
H A Dperf-compare.py423 for error in data["errors"]:
424 print("Error:", error)
/third_party/node/test/parallel/
H A Dtest-fs-opendir.js196 // Check error thrown on invalid values of bufferSize
226 // Check first call to close() - should not report an error.
276 // Check if directory already closed - the callback should pass an error.
280 dir.close(common.mustCall((error) => {
281 assert.strictEqual(error.code, dirclosedError.code);
H A Dtest-tls-client-auth.js106 // been a fatal error.
107 pair.client.conn.once('error', common.mustCall((err) => {
113 // Typical configuration error, incomplete cert chains sent, we have to know the
201 assert.ifError(pair.client.error);
202 assert.ifError(pair.server.error);
/third_party/node/test/pummel/
H A Dtest-policy-integrity-dep.js46 console.error(
55 console.error(
201 // Continue regardless of error.
H A Dtest-policy-integrity-parent-commonjs.js46 console.error(
55 console.error(
201 // Continue regardless of error.
H A Dtest-policy-integrity-parent-module.js46 console.error(
55 console.error(
201 // Continue regardless of error.
H A Dtest-policy-integrity-parent-no-package-json.js46 console.error(
55 console.error(
201 // Continue regardless of error.
/third_party/node/deps/v8/tools/dev/
H A Dv8gen.py131 self.parser.error('please specify either an output directory or '
141 self.parser.error(
/third_party/node/src/large_pages/
H A Dnode_large_page.cc133 inline void PrintSystemError(int error) { in PrintSystemError() argument
134 PrintWarning(strerror(error)); in PrintSystemError()
460 return "Unknown error"; in LargePagesError()
/third_party/node/src/
H A Dnode_errors.h267 v8::Local<v8::Value> error,
273 v8::Local<v8::Value> error);
/third_party/node/tools/inspector_protocol/
H A Dcheck_protocol_compatibility.py415 sys.stderr.write("%s error: %s\n" % (message, subset[i]))
472 for error in unexpected_errors:
473 sys.stderr.write(" %s\n" % error)
/third_party/nghttp2/src/
H A Ddeflatehd.cc122 fprintf(stderr, "deflate failed with error code %zd at %d\n", rv, seq); in deflate_hd()
196 json_error_t error; in perform() local
198 auto json = json_loadf(stdin, 0, &error); in perform()
/third_party/node/deps/icu-small/source/common/
H A Dusc_impl.cpp209 /* Release the UScriptRun if uscript_setRunText() returns an error */ in uscript_openRun()
260 UErrorCode error = U_ZERO_ERROR; in uscript_nextRun() local
293 sc = uscript_getScript(ch, &error); in uscript_nextRun()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Daudit-report.js99 this.error = null
345 log.verbose('audit error', er)
346 log.silly('audit error', String(er.body))
347 this.error = er
/third_party/mesa3d/src/util/
H A Dmacros.h458 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( clang diagnostic error #X )
464 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( GCC diagnostic error #X )
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c53 * where descr is a description of the error and ret is an int (error code for example)
68 #define UNRESOLVED_KILLALL(error, text, Tchild) { \
75 UNRESOLVED(error, text); \
611 /* Strange error here... the thread cannot be terminated (app would be killed) */ in main()
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c10 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled"
13 #error "This test needs ETHARP_SUPPORT_STATIC_ENTRIES enabled"
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h348 JSON_OBJECT_ACCESSORS(ResponseError, error)
362 JSON_OBJECT_ACCESSORS(ResponseError, error)
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_root_signature.cpp210 ComPtr<ID3DBlob> sig, error; in create_root_signature() local
212 &sig, &error))) { in create_root_signature()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h58 /* There was an error during compilation */
59 bool error; member
64 ctx->error = true; \
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c304 ctx->error = err; in verify_cb_crl()
333 #error well. oops.
/third_party/node/deps/uv/src/win/
H A Dthread.c402 goto error; in uv_barrier_init()
406 error: in uv_barrier_init()
/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs190 // The challenge with this test is creating an error situation not caught by `clap`'s error checking
193 // Ultimately, the easiest way to confirm is to put a debug statement in the desired error path.
221 let expected = r#"error: The following required argument was not provided: req_str in derive_generated_error_has_full_context()
440 assert_eq!(err.kind(), clap::error::ErrorKind::DisplayHelp); in custom_help_flag()
456 assert_eq!(err.kind(), clap::error::ErrorKind::DisplayVersion); in custom_version_flag()
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c304 ctx->error = err; in verify_cb_crl()
333 #error well. oops.
/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c142 #error "Unsupported architecture"
156 #error "Must target Big Sur or newer" in apple_update_wx_flags()

Completed in 19 milliseconds

1...<<361362363364365366367368369370>>...613