/third_party/node/test/parallel/ |
D | test-error-aggregateTwoErrors.js | 22 const err1 = new Error('second error'); constant 25 err1.code = 'ERR1'; 27 const chainedError = aggregateTwoErrors(err1, err0); 30 assert.deepStrictEqual(chainedError.errors, [err0, err1]); 35 const err1 = new Error('second error'); constant 39 err1.code = 'ERR1'; 42 const chainedError = aggregateTwoErrors(err2, aggregateTwoErrors(err1, err0)); 45 assert.deepStrictEqual(chainedError.errors, [err0, err1, err2]); 50 const err1 = new Error('second error'); constant 53 err1.code = 'ERR1'; [all …]
|
D | test-promise-unhandled-throw-handler.js | 11 const err1 = new Error('One'); constant 13 const errors = [err1, null]; 16 throw err1;
|
D | test-promise-unhandled-default.js | 10 const err1 = new Error('One'); constant 24 const errors = [err1, err2]; 28 throw err1;
|
D | test-promise-unhandled-throw.js | 11 const err1 = new Error('One'); constant 25 const errors = [err1, err2]; 29 throw err1;
|
D | test-promise-unhandled-error.js | 11 const err1 = new Error('One'); constant 25 const errors = [err1, err2]; 29 throw err1;
|
D | test-util-isDeepStrictEqual.js | 419 const err1 = new Error('foo1'); constant 422 notUtilIsDeepStrict(err1, err2, assert.AssertionError); 423 notUtilIsDeepStrict(err1, err3, assert.AssertionError); 424 notUtilIsDeepStrict(err1, {}, assert.AssertionError);
|
D | test-assert-deep.js | 587 const err1 = new Error('foo1'); constant 588 assertNotDeepOrStrict(err1, new Error('foo2'), assert.AssertionError); 589 assertNotDeepOrStrict(err1, new TypeError('foo1'), assert.AssertionError); 590 assertDeepAndStrictEqual(err1, new Error('foo1')); 591 assertNotDeepOrStrict(err1, {}, AssertionError);
|
/third_party/python/Lib/ |
D | codeop.py | 89 code1 = err1 = err2 = None 93 err1 = e 101 if not code1 and _is_syntax_error(err1, err2): 102 raise err1 106 err1 = err2 = None 108 def _is_syntax_error(err1, err2): argument 109 rep1 = repr(err1)
|
/third_party/lwip/test/unit/udp/ |
D | test_udp.c | 344 err_t err1; in START_TEST() local 355 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 358 fail_unless(err1 == ERR_OK); in START_TEST() 371 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 374 fail_unless(err1 == ERR_OK); in START_TEST() 387 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 390 fail_unless(err1 == ERR_OK); in START_TEST() 403 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 406 fail_unless(err1 == ERR_OK); in START_TEST() 419 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() [all …]
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-binary-operations-arithmetics.cpp | 87 jerry_value_t err1 = jerry_create_error (JERRY_ERROR_SYNTAX, (const jerry_char_t *) "error"); variable 273 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_acquire_value (err1)), 274 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_create_undefined ()), 275 T_ERR (JERRY_BIN_OP_ADD, jerry_create_undefined (), jerry_acquire_value (err1)), 278 T_ARI (jerry_acquire_value (err1), jerry_acquire_value (err1)), 279 T_ARI (jerry_acquire_value (err1), jerry_create_undefined ()), 280 T_ARI (jerry_create_undefined (), jerry_acquire_value (err1)), 311 jerry_release_value (err1);
|
D | test-api-binary-operations-comparisons.cpp | 67 jerry_value_t err1 = jerry_create_error (JERRY_ERROR_SYNTAX, (const jerry_char_t *) "error"); variable 304 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_acquire_value (err1), jerry_acquire_value (err1), true), 305 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_acquire_value (err1), jerry_create_undefined (), true), 306 T (JERRY_BIN_OP_STRICT_EQUAL, jerry_create_undefined (), jerry_acquire_value (err1), true), 320 jerry_release_value (err1);
|
/third_party/ltp/testcases/kernel/device-drivers/uaccess/ |
D | ltp_uaccess.c | 112 goto err1; in uaccess_init() 125 err1: in uaccess_init()
|
/third_party/parse5/test/utils/ |
D | generate-tokenization-tests.ts | 118 result.errors.sort((err1, err2) => err1.line - err2.line || err1.col - err2.col);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | pptest.cpp | 128 UBool err1 = false; in TestFieldPosition() local 139 if (!err1) { in TestFieldPosition()
|
D | tfsmalls.cpp | 133 UBool err1 = false; in test_FieldPosition() local 140 if (fp.getField() != i+8) err1 = true; in test_FieldPosition() 144 if (!err1) { in test_FieldPosition()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 9-1.c | 83 goto err1; in do_test() 189 err1: in do_test()
|
/third_party/fsverity-utils/lib/ |
D | hash_algs.c | 89 goto err1; in openssl_digest_ctx_create() 100 err1: in openssl_digest_ctx_create()
|
/third_party/node/deps/openssl/openssl/crypto/txt_db/ |
D | txt_db.c | 260 goto err1; in TXT_DB_insert() 264 goto err1; in TXT_DB_insert() 267 err1: in TXT_DB_insert()
|
/third_party/openssl/crypto/txt_db/ |
D | txt_db.c | 260 goto err1; in TXT_DB_insert() 264 goto err1; in TXT_DB_insert() 267 err1: in TXT_DB_insert()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | t1_enc.c | 752 goto err1; in tls1_export_keying_material() 755 goto err1; in tls1_export_keying_material() 758 goto err1; in tls1_export_keying_material() 761 goto err1; in tls1_export_keying_material() 764 goto err1; in tls1_export_keying_material() 776 err1: in tls1_export_keying_material()
|
/third_party/openssl/ssl/ |
D | t1_enc.c | 747 goto err1; in tls1_export_keying_material() 750 goto err1; in tls1_export_keying_material() 753 goto err1; in tls1_export_keying_material() 756 goto err1; in tls1_export_keying_material() 759 goto err1; in tls1_export_keying_material() 771 err1: in tls1_export_keying_material()
|
/third_party/typescript/tests/baselines/reference/ |
D | umd-errors.errors.txt | 1 tests/cases/conformance/externalModules/err1.d.ts(2,1): error TS1314: Global module exports may onl… 11 ==== tests/cases/conformance/externalModules/err1.d.ts (1 errors) ====
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
D | cpuset_cpu_hog.c | 180 goto err1; in cpu_hog() 219 err1: in cpu_hog()
|
/third_party/node/deps/base64/base64/test/ |
D | benchmark.c | 259 goto err1; in main() 281 err1: free(b.reg); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | ltp_block_dev.c | 408 goto err1; in test_init_module() 421 err1: in test_init_module()
|