/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-http2-client-destroy.js | 198 assert.strictEqual(req.aborted, false); 205 assert.strictEqual(req.aborted, false); 233 assert.strictEqual(req.aborted, false);
|
D | test-abortcontroller.js | 24 ok(ac.signal.aborted); 75 ok(signal.aborted);
|
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);
|
D | test-child-process-fork-timeout-kill-signal.js | 44 signal.aborted = false;
|
D | test-heapsnapshot-near-heap-limit.js | 90 'process should have aborted, but did not');
|
/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/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/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/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/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) {
|
D | watchers.js | 317 if (signal?.aborted) 366 while (!signal?.aborted) {
|
D | read_file_context.js | 93 if (this.signal && this.signal.aborted) {
|
/third_party/node/lib/internal/timers/ |
D | promises.js | 55 if (signal && signal.aborted) { 100 if (signal && 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/flutter/flutter/dev/devicelab/lib/framework/ |
D | adb.dart | 294 bool aborted = false; 324 if (!aborted) { 337 aborted = true; 344 if (!aborted) { 345 print('adb logcat aborted'); 346 aborted = true;
|
/third_party/lwip/src/core/ |
D | tcp_in.c | 451 goto aborted; 487 goto aborted; 493 goto aborted; 514 goto aborted; 525 goto aborted; 560 goto aborted; 567 goto aborted; 580 aborted:
|