/third_party/node/deps/v8/tools/ |
H A D | perf-compare.py | 423 for error in data["errors"]: 424 print("Error:", error)
|
/third_party/node/test/parallel/ |
H A D | test-fs-opendir.js | 196 // 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 D | test-tls-client-auth.js | 106 // 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 D | test-policy-integrity-dep.js | 46 console.error( 55 console.error( 201 // Continue regardless of error.
|
H A D | test-policy-integrity-parent-commonjs.js | 46 console.error( 55 console.error( 201 // Continue regardless of error.
|
H A D | test-policy-integrity-parent-module.js | 46 console.error( 55 console.error( 201 // Continue regardless of error.
|
H A D | test-policy-integrity-parent-no-package-json.js | 46 console.error( 55 console.error( 201 // Continue regardless of error.
|
/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 131 self.parser.error('please specify either an output directory or ' 141 self.parser.error(
|
/third_party/node/src/large_pages/ |
H A D | node_large_page.cc | 133 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 D | node_errors.h | 267 v8::Local<v8::Value> error, 273 v8::Local<v8::Value> error);
|
/third_party/node/tools/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 415 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 D | deflatehd.cc | 122 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 D | usc_impl.cpp | 209 /* 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 D | audit-report.js | 99 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 D | macros.h | 458 #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 D | 1-2.c | 53 * 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 D | test_etharp.c | 10 #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 D | message.h | 348 JSON_OBJECT_ACCESSORS(ResponseError, error) 362 JSON_OBJECT_ACCESSORS(ResponseError, error)
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_root_signature.cpp | 210 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 D | etnaviv_compiler_nir.h | 58 /* There was an error during compilation */ 59 bool error; member 64 ctx->error = true; \
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 304 ctx->error = err; in verify_cb_crl() 333 #error well. oops.
|
/third_party/node/deps/uv/src/win/ |
H A D | thread.c | 402 goto error; in uv_barrier_init() 406 error: in uv_barrier_init()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | help.rs | 190 // 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 D | check-format-test-negatives.c | 304 ctx->error = err; in verify_cb_crl() 333 #error well. oops.
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitExecAllocator.c | 142 #error "Unsupported architecture" 156 #error "Must target Big Sur or newer" in apple_update_wx_flags()
|