Home
last modified time | relevance | path

Searched refs:code (Results 2326 - 2350 of 6782) sorted by relevance

1...<<919293949596979899100>>...272

/third_party/elfutils/libdw/
H A Ddwarf_siblingof.c67 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 Dpingpong.h72 char *ptr, size_t len, int *code);
137 int *code, /* return the server code if done */
/third_party/PyYAML/tests/lib/
H A Dtest_errors.py55 code = file.read()
59 exec(code)
/third_party/icu/tools/scripts/cpysearch/
H A DCpy.pm25 my $code = shift;
27 &$code && return 1 for @_;
/third_party/libunwind/libunwind/doc/
H A Dunw_strerror.tex8 \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 Dfunction-if.js16 function check_syntax_error (code)
19 eval (code)
H A Dgenerator-initializer.js18 function check_syntax_error (code)
21 eval (code)
/third_party/node/test/parallel/
H A Dtest-cluster-bind-twice.js100 assert.strictEqual(e.code, 'EADDRINUSE');
101 process.send(e.code);
H A Dtest-cluster-worker-disconnect.js80 worker.once('exit', common.mustCall((code) => {
83 checks.worker.emitDisconnectInsideWorker = code === 42;
H A Dtest-console-tty-colors.js71 code: 'ERR_INVALID_ARG_VALUE'
91 code: 'ERR_INCOMPATIBLE_OPTION_PAIR'
H A Dtest-dgram-send-error.js53 assert.strictEqual(err.code, 'UNKNOWN');
60 `${err.syscall} ${err.code} ${err.address}:${err.port}`
H A Dtest-fs-mkdir-recursive-eaccess.js55 assert.strictEqual(err.code, codeExpected);
67 assert.strictEqual(err.code, codeExpected);
H A Dtest-fs-read-stream-throw-type-error.js24 code: 'ERR_INVALID_ARG_TYPE',
29 code: 'ERR_OUT_OF_RANGE',
H A Dtest-fs-symlink.js68 code: 'ERR_INVALID_ARG_TYPE',
80 code: 'ERR_FS_INVALID_SYMLINK_TYPE',
H A Dtest-http-content-length-mismatch.js15 code: 'ERR_HTTP_CONTENT_LENGTH_MISMATCH'
62 code: 'ERR_HTTP_CONTENT_LENGTH_MISMATCH'
H A Dtest-http2-https-fallback-http-server-options.js38 status(code) {
39 return this.writeHead(code, { 'Content-Type': 'application/json' });
H A Dtest-inspect-address-in-use.js61 worker.on('exit', common.mustCall((code) => {
62 assert.strictEqual(code, 0);
H A Dtest-tls-enable-trace-cli.js31 child.on('close', common.mustCall((code, signal) => {
35 assert.strictEqual(code, 0);
H A Dtest-tls-enable-keylog-cli.js24 child.on('close', common.mustCall((code, signal) => {
25 assert.strictEqual(code, 0);
H A Dtest-tls-set-sigalgs.js50 assert(pair.server.err.code, serr);
55 assert(pair.client.err.code, cerr);
H A Dtest-trace-events-async-hooks-worker.js18 const code =
22 const worker = new Worker('${code}',
28 worker.on('exit', () => { ${code} })`;
H A Dtest-vm-options-validation.js9 code: 'ERR_INVALID_ARG_TYPE'
14 code: 'ERR_OUT_OF_RANGE'
H A Dtest-whatwg-url-custom-searchparams-constructor.js18 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 Dtest-fs-watch-file.js61 { code: 'ERR_INVALID_ARG_TYPE' },
81 { code: 'ERR_INVALID_ARG_TYPE' },
H A Dtest-regress-GH-892.js60 child.on('exit', function(code) {
62 assert.strictEqual(code, 0);

Completed in 7 milliseconds

1...<<919293949596979899100>>...272