/third_party/boost/libs/asio/test/ |
D | write_at.cpp | 2941 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_write_handler() argument 2943 *called = true; in async_write_handler() 2964 bool called = false; in test_4_arg_const_buffer_async_write_at() local 2967 _1, _2, sizeof(write_data), &called)); in test_4_arg_const_buffer_async_write_at() 2970 BOOST_ASIO_CHECK(called); in test_4_arg_const_buffer_async_write_at() 2974 called = false; in test_4_arg_const_buffer_async_write_at() 2977 _1, _2, sizeof(write_data), &called)); in test_4_arg_const_buffer_async_write_at() 2980 BOOST_ASIO_CHECK(called); in test_4_arg_const_buffer_async_write_at() 2985 called = false; in test_4_arg_const_buffer_async_write_at() 2988 _1, _2, sizeof(write_data), &called)); in test_4_arg_const_buffer_async_write_at() [all …]
|
D | write.cpp | 2167 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_write_handler() argument 2169 *called = true; in async_write_handler() 2190 bool called = false; in test_3_arg_const_buffer_async_write() local 2193 _1, _2, sizeof(write_data), &called)); in test_3_arg_const_buffer_async_write() 2196 BOOST_ASIO_CHECK(called); in test_3_arg_const_buffer_async_write() 2201 called = false; in test_3_arg_const_buffer_async_write() 2204 _1, _2, sizeof(write_data), &called)); in test_3_arg_const_buffer_async_write() 2207 BOOST_ASIO_CHECK(called); in test_3_arg_const_buffer_async_write() 2212 called = false; in test_3_arg_const_buffer_async_write() 2215 _1, _2, sizeof(write_data), &called)); in test_3_arg_const_buffer_async_write() [all …]
|
D | read_at.cpp | 3430 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_read_handler() argument 3432 *called = true; in async_read_handler() 3455 bool called = false; in test_4_arg_mutable_buffer_async_read_at() local 3458 _1, _2, sizeof(read_data), &called)); in test_4_arg_mutable_buffer_async_read_at() 3461 BOOST_ASIO_CHECK(called); in test_4_arg_mutable_buffer_async_read_at() 3466 called = false; in test_4_arg_mutable_buffer_async_read_at() 3469 _1, _2, sizeof(read_data), &called)); in test_4_arg_mutable_buffer_async_read_at() 3472 BOOST_ASIO_CHECK(called); in test_4_arg_mutable_buffer_async_read_at() 3478 called = false; in test_4_arg_mutable_buffer_async_read_at() 3481 _1, _2, sizeof(read_data), &called)); in test_4_arg_mutable_buffer_async_read_at() [all …]
|
D | read_until.cpp | 669 std::size_t bytes_transferred, std::size_t* bytes_out, bool* called) in async_read_handler() argument 673 *called = true; in async_read_handler() 695 bool called; in test_dynamic_string_async_read_until_char() local 700 called = false; in test_dynamic_string_async_read_until_char() 704 _2, &length, &called)); in test_dynamic_string_async_read_until_char() 707 BOOST_ASIO_CHECK(called); in test_dynamic_string_async_read_until_char() 715 called = false; in test_dynamic_string_async_read_until_char() 719 _2, &length, &called)); in test_dynamic_string_async_read_until_char() 722 BOOST_ASIO_CHECK(called); in test_dynamic_string_async_read_until_char() 730 called = false; in test_dynamic_string_async_read_until_char() [all …]
|
D | read.cpp | 2469 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_read_handler() argument 2471 *called = true; in async_read_handler() 2494 bool called = false; in test_3_arg_mutable_buffer_async_read() local 2497 _1, _2, sizeof(read_data), &called)); in test_3_arg_mutable_buffer_async_read() 2500 BOOST_ASIO_CHECK(called); in test_3_arg_mutable_buffer_async_read() 2506 called = false; in test_3_arg_mutable_buffer_async_read() 2509 _1, _2, sizeof(read_data), &called)); in test_3_arg_mutable_buffer_async_read() 2512 BOOST_ASIO_CHECK(called); in test_3_arg_mutable_buffer_async_read() 2518 called = false; in test_3_arg_mutable_buffer_async_read() 2521 _1, _2, sizeof(read_data), &called)); in test_3_arg_mutable_buffer_async_read() [all …]
|
/third_party/node/test/parallel/ |
D | test-timers-refresh.js | 19 let called = false; variable 21 called = true; 28 strictEqual(called, false, 'unref()\'d timer returned before check'); 49 let called = false; 51 called = true; 55 strictEqual(called, false, 'unref pooled timer returned before check'); 63 let called = false; 65 called = true; 69 strictEqual(called, false, 'pooled timer returned before check'); 77 let called = false; [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 192 bool called = false; in TYPED_TEST() local 196 absl::MakeCleanup(TypeParam::AsCallback([&called] { called = true; })); in TYPED_TEST() 197 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST() 200 EXPECT_TRUE(called); // Destructor should invoke the callback in TYPED_TEST() 215 bool called = false; in TYPED_TEST() local 219 absl::MakeCleanup(TypeParam::AsCallback([&called] { called = true; })); in TYPED_TEST() 220 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST() 223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST() 226 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST() 230 bool called = false; in TYPED_TEST() local [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 91 self.assertEqual(d.destroy.called, 1) 134 d.set_samples.called = 0 139 self.assertEqual(d.set_samples.called, 1) 220 d.set_samples.called = 0 227 self.assertEqual(d.set_samples.called, 1) 235 self.assertEqual(d.set_samples.called, 2) 243 self.assertEqual(d.set_samples.called, 3) 293 d.set_theme_type.called = 0 294 d.paint_theme_sample.called = 0 295 d.set_highlight_target.called = 0 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | checkSuperCallBeforeThisAccess.errors.txt | 1 tests/cases/compiler/checkSuperCallBeforeThisAccess.ts(7,18): error TS17009: 'super' must be called… 2 tests/cases/compiler/checkSuperCallBeforeThisAccess.ts(8,18): error TS17009: 'super' must be called… 3 tests/cases/compiler/checkSuperCallBeforeThisAccess.ts(9,18): error TS17011: 'super' must be called… 4 …checkSuperCallBeforeThisAccess.ts(20,22): error TS17009: 'super' must be called before accessing '… 5 …checkSuperCallBeforeThisAccess.ts(21,22): error TS17009: 'super' must be called before accessing '… 6 …checkSuperCallBeforeThisAccess.ts(22,22): error TS17011: 'super' must be called before accessing a… 7 …checkSuperCallBeforeThisAccess.ts(30,30): error TS17009: 'super' must be called before accessing '… 8 …checkSuperCallBeforeThisAccess.ts(39,22): error TS17009: 'super' must be called before accessing '… 9 …checkSuperCallBeforeThisAccess.ts(43,18): error TS17009: 'super' must be called before accessing '… 10 …checkSuperCallBeforeThisAccess.ts(44,18): error TS17009: 'super' must be called before accessing '… [all …]
|
/third_party/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 41 Expected: to be called once 42 Actual: never called - unsatisfied and active 54 Expected: to be called once 55 Actual: never called - unsatisfied and active 59 Mock function called more times than expected - returning default value. 62 Expected: to be called once 63 Actual: called twice - over-saturated and active 67 Mock function called more times than expected - returning directly. 69 Expected: to be called once [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/once/call_once/ |
D | call_once_pass.cpp | 80 static int called; member 83 void operator()(int i) {called += i;} in operator ()() 84 void operator()(int i) const {called += i;} in operator ()() 87 int init1::called = 0; member in init1 100 static int called; member 103 called += i; in call() 106 int init1_member::called = 0; member in init1_member 121 static int called; member 124 void operator()(int i, int j) {called += i + j;} in operator ()() 125 void operator()(int i, int j) const {called += i + j;} in operator ()() [all …]
|
/third_party/boost/libs/thread/test/ |
D | test_thread_launching.cpp | 46 static bool called; member 50 called=true; in operator ()() 54 bool callable_no_args::called=false; member in callable_no_args 61 BOOST_CHECK(callable_no_args::called); in BOOST_AUTO_TEST_CASE() 68 static bool called; member 72 called=true; in operator ()() 76 bool callable_noncopyable_no_args::called=false; member in callable_noncopyable_no_args 84 BOOST_CHECK(callable_noncopyable_no_args::called); in BOOST_AUTO_TEST_CASE() 89 static bool called; member 94 called=true; in operator ()() [all …]
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_proactor_events.py | 63 self.assertFalse(self.protocol.data_received.called) 64 self.assertFalse(self.protocol.eof_received.called) 90 self.assertFalse(self.loop._proactor.recv_into.called) 91 self.assertTrue(self.protocol.eof_received.called) 92 self.assertTrue(tr.close.called) 111 self.assertFalse(tr._fatal_error.called) 119 self.assertTrue(tr._fatal_error.called) 129 self.assertFalse(tr._fatal_error.called) 160 self.assertFalse(tr._loop_writing.called) 228 self.assertFalse(self.protocol.connection_lost.called) [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_call.js | 77 var called = false; variable 79 called = true; 82 assert (!called); 84 assert (called); 86 called = false; 88 assert (!called); 90 assert (called); 93 var called = false; 95 called = true; 99 assert (!called); [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 15 uint16_t called; 22 uint16_t called; 31 uint16_t called; 41 uint16_t called; 49 uint16_t called; 57 uint16_t called; 67 uint16_t called; 77 uint16_t called; 83 uint16_t called; 128 mock_init_data.called++; [all …]
|
/third_party/node/deps/npm/node_modules/once/ |
D | once.js | 23 if (f.called) return f.value 24 f.called = true 27 f.called = false 33 if (f.called) 35 f.called = true 40 f.called = false
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 23-18.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-17.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-25.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-9.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-23.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-4.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-16.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|
D | 23-19.c | 73 static int called = 0; variable 79 called++; in handler() 81 if (called == 2) { in handler() 85 if (called == 1) { in handler() 108 called++; in handler() 145 while (called != 4) in main()
|
D | 23-7.c | 81 static int called = 0; variable 87 called++; in handler() 89 if (called == 2) { in handler() 93 if (called == 1) { in handler() 116 called++; in handler() 153 while (called != 4) in main()
|