/third_party/elfutils/libdw/ |
H A D | dwarf_siblingof.c | 67 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code, in dwarf_siblingof() 69 if (addr != NULL && sibattr.code == DW_AT_sibling) in dwarf_siblingof()
|
/third_party/curl/lib/ |
H A D | pingpong.h | 72 char *ptr, size_t len, int *code); 137 int *code, /* return the server code if done */
|
/third_party/PyYAML/tests/lib/ |
H A D | test_errors.py | 55 code = file.read() 59 exec(code)
|
/third_party/icu/tools/scripts/cpysearch/ |
H A D | Cpy.pm | 25 my $code = shift; 27 &$code && return 1 for @_;
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_strerror.tex | 8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code 26 code".
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-if.js | 16 function check_syntax_error (code) 19 eval (code)
|
H A D | generator-initializer.js | 18 function check_syntax_error (code) 21 eval (code)
|
/third_party/node/test/parallel/ |
H A D | test-cluster-bind-twice.js | 100 assert.strictEqual(e.code, 'EADDRINUSE'); 101 process.send(e.code);
|
H A D | test-cluster-worker-disconnect.js | 80 worker.once('exit', common.mustCall((code) => { 83 checks.worker.emitDisconnectInsideWorker = code === 42;
|
H A D | test-console-tty-colors.js | 71 code: 'ERR_INVALID_ARG_VALUE' 91 code: 'ERR_INCOMPATIBLE_OPTION_PAIR'
|
H A D | test-dgram-send-error.js | 53 assert.strictEqual(err.code, 'UNKNOWN'); 60 `${err.syscall} ${err.code} ${err.address}:${err.port}`
|
H A D | test-fs-mkdir-recursive-eaccess.js | 55 assert.strictEqual(err.code, codeExpected); 67 assert.strictEqual(err.code, codeExpected);
|
H A D | test-fs-read-stream-throw-type-error.js | 24 code: 'ERR_INVALID_ARG_TYPE', 29 code: 'ERR_OUT_OF_RANGE',
|
H A D | test-fs-symlink.js | 68 code: 'ERR_INVALID_ARG_TYPE', 80 code: 'ERR_FS_INVALID_SYMLINK_TYPE',
|
H A D | test-http-content-length-mismatch.js | 15 code: 'ERR_HTTP_CONTENT_LENGTH_MISMATCH' 62 code: 'ERR_HTTP_CONTENT_LENGTH_MISMATCH'
|
H A D | test-http2-https-fallback-http-server-options.js | 38 status(code) { 39 return this.writeHead(code, { 'Content-Type': 'application/json' });
|
H A D | test-inspect-address-in-use.js | 61 worker.on('exit', common.mustCall((code) => { 62 assert.strictEqual(code, 0);
|
H A D | test-tls-enable-trace-cli.js | 31 child.on('close', common.mustCall((code, signal) => { 35 assert.strictEqual(code, 0);
|
H A D | test-tls-enable-keylog-cli.js | 24 child.on('close', common.mustCall((code, signal) => { 25 assert.strictEqual(code, 0);
|
H A D | test-tls-set-sigalgs.js | 50 assert(pair.server.err.code, serr); 55 assert(pair.client.err.code, cerr);
|
H A D | test-trace-events-async-hooks-worker.js | 18 const code = 22 const worker = new Worker('${code}', 28 worker.on('exit', () => { ${code} })`;
|
H A D | test-vm-options-validation.js | 9 code: 'ERR_INVALID_ARG_TYPE' 14 code: 'ERR_OUT_OF_RANGE'
|
H A D | test-whatwg-url-custom-searchparams-constructor.js | 18 code: 'ERR_ARG_NOT_ITERABLE', 23 code: 'ERR_INVALID_TUPLE', 17 code: 'ERR_ARG_NOT_ITERABLE', global() property
|
/third_party/node/test/pummel/ |
H A D | test-fs-watch-file.js | 61 { code: 'ERR_INVALID_ARG_TYPE' }, 81 { code: 'ERR_INVALID_ARG_TYPE' },
|
H A D | test-regress-GH-892.js | 60 child.on('exit', function(code) { 62 assert.strictEqual(code, 0);
|