Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 25 of 244) sorted by relevance

12345678910

/third_party/googletest/googletest/test/
Dgoogletest-death-test-test.cc590 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/
Dtest-http-client-abort-destroy.js19 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);
Dtest-http-aborted.js9 assert.strictEqual(this.aborted, true);
12 assert.strictEqual(req.aborted, false);
22 assert.strictEqual(res.aborted, true);
Dtest-http-abort-stream-end.js45 assert(!req.aborted, 'got data after abort');
48 assert.strictEqual(req.aborted, true);
54 assert.strictEqual(req.aborted, false);
Dtest-http-client-spurious-aborted.js44 let aborted = false;
65 aborted = true;
73 assert.strictEqual(aborted, abortRequest);
Dtest-http2-compat-aborted.js12 assert.strictEqual(this.aborted, true);
15 assert.strictEqual(req.aborted, false);
Dtest-abortcontroller.js24 ok(ac.signal.aborted);
75 ok(signal.aborted);
Dtest-http2-client-destroy.js198 assert.strictEqual(req.aborted, false);
205 assert.strictEqual(req.aborted, false);
233 assert.strictEqual(req.aborted, false);
Dtest-timers-promisified.js94 signal.aborted = false;
103 signal.aborted = false;
Dtest-http2-stream-client.js12 assert.strictEqual(stream.aborted, false);
/third_party/node/lib/internal/
Dabort_controller.js57 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/
Devent.any.js6 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/
Dss_err.et4 "Subsystem aborted"
19 "Command line aborted"
/third_party/node/deps/npm/node_modules/glob/
Dglob.js190 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/
Dutil_ipc_reliable_mq_writer.cpp53 case queue_t::operation_result::aborted: in main()
72 case queue_t::aborted: in main()
/third_party/boost/boost/test/impl/
Dplain_report_formatter.ipp114 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.js231 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/
Dpromises.js55 if (signal && signal.aborted) {
100 if (signal && signal.aborted) {
/third_party/node/doc/api/
Dglobals.md42 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/
Dreport_format.qbk34 [[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/
Dpromises.js256 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/
Dcheck.h.in435 * @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/
Dend-of-stream.js143 if (!willEmitClose && typeof stream.aborted === 'boolean') {
157 (rState && stream.req && stream.aborted) ||
/third_party/boost/libs/fiber/doc/
Dspeculative.qbk38 aborted.
43 [note A TSX-transaction will be aborted if the floating point state is modified
/third_party/curl/docs/cmdline-opts/
Dspeed-limit.d8 speed-time seconds it gets aborted. speed-time is set with --speed-time and is

12345678910