Home
last modified time | relevance | path

Searched refs:code (Results 3301 - 3325 of 6782) sorted by relevance

1...<<131132133134135136137138139140>>...272

/third_party/mbedtls/tests/data_files/
H A Dprint_c.pl25 Print out a PEM file as C code defining a string constant.
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-port.h41 * code around jerry_parse and jerry_run. Most of the other API functions
62 * @param code gives the cause of the error.
69 void JERRY_ATTR_NORETURN jerry_port_fatal (jerry_fatal_code_t code);
106 * application code.
153 * in application code to use this function for the initialization of the
/third_party/jerryscript/targets/curie_bsp/source/
H A Dcurie-bsp-port.c48 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.h58 const void *code; member
/third_party/node/lib/internal/modules/esm/
H A Dinitialize_import_meta.js30 switch (error?.code) {
/third_party/node/test/known_issues/
H A Dtest-vm-timeout-escape-nexttick.js4 // Promises, nextTick, and queueMicrotask allow code to escape the timeout
44 code: 'ERR_SCRIPT_EXECUTION_TIMEOUT',
H A Dtest-vm-timeout-escape-queuemicrotask.js4 // Promises, nextTick, and queueMicrotask allow code to escape the timeout
41 code: 'ERR_SCRIPT_EXECUTION_TIMEOUT',
/third_party/node/test/parallel/
H A Dtest-crypto-private-decrypt-gh32240.js40 { code: 'ERR_MISSING_PASSPHRASE' });
H A Dtest-dgram-msgsize.js34 assert.strictEqual(err.code, 'EMSGSIZE');
H A Dtest-dgram-sendto.js8 code: 'ERR_INVALID_ARG_TYPE',
H A Dtest-http-conn-reset.js46 assert.strictEqual(err.code, 'ECONNRESET');
H A Dtest-http-invalid-urls.js25 code: 'ERR_INVALID_URL'
H A Dtest-http-outgoing-renderHeaders.js17 code: 'ERR_HTTP_HEADERS_SENT',
H A Dtest-http-response-multi-content-length.js17 assert.strictEqual(err.code, 'HPE_UNEXPECTED_CONTENT_LENGTH');
H A Dtest-http-server-incomingmessage-destroy.js22 assert.strictEqual(error.code, 'ECONNRESET');
H A Dtest-http-server-write-after-end.js19 code: 'ERR_STREAM_WRITE_AFTER_END',
H A Dtest-http-server-write-end-after-end.js21 code: 'ERR_STREAM_WRITE_AFTER_END',
H A Dtest-https-timeout.js56 code: 'ECONNRESET',
H A Dtest-inspect-support-for-node_options.js25 cluster.on('exit', common.mustCall((worker, code, signal) => {
H A Dtest-net-connect-reset-until-connected.js22 code: 'ECONNRESET',
H A Dtest-next-tick-errors.js48 code: 'ERR_INVALID_ARG_TYPE',
H A Dtest-repl-recoverable.js12 function customEval(code, context, file, cb) {
H A Dtest-tls-alert.js49 assert.strictEqual(err.code, 1);
H A Dtest-tls-empty-sni-context.js29 assert.strictEqual(err.code, 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE');
H A Dtest-tls-no-cert-required.js45 code: 'ERR_INVALID_ARG_TYPE',

Completed in 9 milliseconds

1...<<131132133134135136137138139140>>...272