/third_party/googletest/googletest/test/ |
D | googletest-death-test-test.cc | 590 void ExpectDeathTestHelper(bool* aborted) { in ExpectDeathTestHelper() argument 591 *aborted = true; in ExpectDeathTestHelper() 593 *aborted = false; in ExpectDeathTestHelper() 598 bool aborted = true; in TEST_F() local 599 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted), in TEST_F() 601 EXPECT_FALSE(aborted); in TEST_F() 606 static bool aborted; in TEST_F() local 608 aborted = true; in TEST_F() 610 aborted = false; in TEST_F() 612 EXPECT_TRUE(aborted); in TEST_F() [all …]
|
/third_party/node/test/parallel/ |
D | test-http-client-abort-destroy.js | 19 assert.strictEqual(req.aborted, true); 25 assert.strictEqual(req.aborted, false); 42 assert.strictEqual(req.aborted, false); 48 assert.strictEqual(req.aborted, false); 65 assert.strictEqual(req.aborted, false); 68 assert.strictEqual(req.aborted, false); 88 assert.strictEqual(req.aborted, false); 91 assert.strictEqual(req.aborted, false);
|
D | test-http-aborted.js | 9 assert.strictEqual(this.aborted, true); 12 assert.strictEqual(req.aborted, false); 22 assert.strictEqual(res.aborted, true);
|
D | test-http-abort-stream-end.js | 45 assert(!req.aborted, 'got data after abort'); 48 assert.strictEqual(req.aborted, true); 54 assert.strictEqual(req.aborted, false);
|
D | test-http-client-spurious-aborted.js | 44 let aborted = false; 65 aborted = true; 73 assert.strictEqual(aborted, abortRequest);
|
D | test-http2-compat-aborted.js | 12 assert.strictEqual(this.aborted, true); 15 assert.strictEqual(req.aborted, false);
|
D | test-abortcontroller.js | 24 ok(ac.signal.aborted); 75 ok(signal.aborted);
|
D | test-http2-client-destroy.js | 198 assert.strictEqual(req.aborted, false); 205 assert.strictEqual(req.aborted, false); 233 assert.strictEqual(req.aborted, false);
|
D | test-timers-promisified.js | 94 signal.aborted = false; 103 signal.aborted = false;
|
D | test-http2-stream-client.js | 12 assert.strictEqual(stream.aborted, false);
|
/third_party/node/lib/internal/ |
D | abort_controller.js | 57 get aborted() { getter in AbortSignal 64 aborted: this.aborted property 74 aborted: { enumerable: true } property 86 function createAbortSignal(aborted = false) { argument 89 signal[kAborted] = aborted;
|
/third_party/node/test/fixtures/wpt/dom/abort/ |
D | event.any.js | 6 assert_false(s.aborted); 17 assert_true(s.aborted); 40 assert_true(signal.aborted); 43 assert_true(signal.aborted); 69 assert_true(signal.aborted);
|
/third_party/e2fsprogs/lib/ss/ |
D | ss_err.et | 4 "Subsystem aborted" 19 "Command line aborted"
|
/third_party/node/deps/npm/node_modules/glob/ |
D | glob.js | 190 if (this.aborted) 263 this.aborted = true 302 if (this.aborted) 455 if (this.aborted) 493 if (this.aborted) 526 if (this.aborted) 560 if (this.aborted) 582 if (this.aborted)
|
/third_party/boost/libs/log/example/doc/ |
D | util_ipc_reliable_mq_writer.cpp | 53 case queue_t::operation_result::aborted: in main() 72 case queue_t::aborted: in main()
|
/third_party/boost/boost/test/impl/ |
D | plain_report_formatter.ipp | 114 descr = "was aborted"; 127 // aborted test case within failed ones, timed-out TC exclusive with failed/aborted 143 …nt_stat_value( ostr, tr.p_test_cases_aborted, m_indent, total_tc , "test case", "aborted" ); 189 … ostr << "*** The test " << tu.p_type_name << ' ' << quote() << tu.full_name() << " was aborted"
|
/third_party/node/lib/ |
D | _http_client.js | 231 this.aborted = false; 350 if (this.aborted) { 353 this.aborted = true; 390 if (!req.aborted && !err) { 431 res.aborted = true; 435 if (!res.aborted && res.readable) { 647 if (req.aborted || !req.emit('response', res)) 714 } else if (req.finished && !this.aborted) {
|
/third_party/node/lib/internal/timers/ |
D | promises.js | 55 if (signal && signal.aborted) { 100 if (signal && signal.aborted) {
|
/third_party/node/doc/api/ |
D | globals.md | 42 console.log(ac.signal.aborted); // Prints True 77 Returns a new already aborted `AbortSignal`. 92 ac.signal.onabort = () => console.log('aborted!'); 104 that the `abortSignal.aborted` attribute is `false` before adding an `'abort'` 113 #### `abortSignal.aborted` 118 * Type: {boolean} True after the `AbortController` has been aborted.
|
/third_party/boost/libs/test/doc/test_output/ |
D | report_format.qbk | 34 [[Aborted test] [\*** The test suite <name> was aborted; see standard output for details]] 45 Test case/suite <name> has passed/was skipped/was aborted/has failed/ with: 59 N test cases out of M aborted
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 256 if (signal && signal.aborted) 276 if (signal?.aborted) { 294 if (signal && signal.aborted) { 299 if (signal && signal.aborted) { 319 if (signal && signal.aborted) { 694 if (options.signal?.aborted) { 721 if (options.signal?.aborted) {
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h.in | 435 * @note If the check fails, the remaining of the test is aborted 450 * @note If the check fails, the remaining of the test is aborted 462 * @note Once called, the remaining of the test is aborted 472 * @note Once called, the remaining of the test is aborted 495 * @note If the check fails, the remaining of the test is aborted 508 * @note If the check fails, the remaining of the test is aborted 521 * @note If the check fails, the remaining of the test is aborted 534 * @note If the check fails, the remaining of the test is aborted 547 * @note If the check fails, the remaining of the test is aborted 560 * @note If the check fails, the remaining of the test is aborted [all …]
|
/third_party/node/lib/internal/streams/ |
D | end-of-stream.js | 143 if (!willEmitClose && typeof stream.aborted === 'boolean') { 157 (rState && stream.req && stream.aborted) ||
|
/third_party/boost/libs/fiber/doc/ |
D | speculative.qbk | 38 aborted. 43 [note A TSX-transaction will be aborted if the floating point state is modified
|
/third_party/curl/docs/cmdline-opts/ |
D | speed-limit.d | 8 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
|