/external/libcxx/test/libcxx/algorithms/ |
D | debug_less.pass.cpp | 38 static int called; member 40 called = 0; in reset() 44 int CompareBase::called = 0; member in CompareBase 49 ++CompareBase::called; in operator ()() 57 ++CompareBase::called; in operator ()() 65 ++CompareBase::called; in operator ()() 70 ++CompareBase::called; in operator ()() 78 ++CompareBase::called; in operator ()() 89 int& called = CompareBase::called; in test_passing() local 90 called = 0; in test_passing() [all …]
|
/external/libbrillo/brillo/dbus/ |
D | dbus_param_reader_unittest.cc | 22 bool called = false; in TEST() local 23 auto callback = [&called]() { called = true; }; in TEST() 25 EXPECT_TRUE(called); in TEST() 33 bool called = false; in TEST() local 34 auto callback = [&called](int param1) { in TEST() 36 called = true; in TEST() 40 EXPECT_TRUE(called); in TEST() 51 bool called = false; in TEST() local 52 auto callback = [&called](bool p1, int p2, const VariantDictionary& p3) { in TEST() 57 called = true; in TEST() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 81 bool called = false; in TEST_F() local 86 SetFlagAndRunClosure(&called, run_loop.QuitClosure())); in TEST_F() 91 EXPECT_FALSE(called); in TEST_F() 93 EXPECT_TRUE(called); in TEST_F() 105 bool called = false; in TEST_F() local 110 SetFlagAndRunClosure<int32_t>(&called, in TEST_F() 113 EXPECT_TRUE(called); in TEST_F() 122 called = false; in TEST_F() 124 SetFlagAndRunClosure<int32_t>(&called, in TEST_F() 127 EXPECT_FALSE(called); in TEST_F() [all …]
|
/external/libbrillo/brillo/message_loops/ |
D | message_loop_unittest.cc | 76 bool called = false; in TYPED_TEST() local 78 Bind([&called]() { called = true; })); in TYPED_TEST() 81 EXPECT_TRUE(called); in TYPED_TEST() 86 bool called = false; in TYPED_TEST() local 88 Bind([&called]() { called = true; })); in TYPED_TEST() 91 EXPECT_FALSE(called); in TYPED_TEST() 97 bool called = false; in TYPED_TEST() local 100 Bind([&called]() { called = true; }), in TYPED_TEST() 105 Bind([&called]() { return called; })); in TYPED_TEST() 108 EXPECT_TRUE(called); in TYPED_TEST() [all …]
|
D | glib_message_loop_unittest.cc | 42 int called = 0; in TEST_F() local 45 Bind([&called] { called++; })); in TEST_F() 48 EXPECT_LT(2, called); in TEST_F() 55 int called = 0; in TEST_F() local 58 Bind([&called, fd] { in TEST_F() 59 if (!called) in TEST_F() 61 called++; in TEST_F() 65 EXPECT_LT(2, called); in TEST_F()
|
/external/google-breakpad/src/testing/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 …]
|
/external/v8/tools/clang/plugins/tests/ |
D | ipc.txt | 1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'. 4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'. 7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'. 10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'. 13 ipc.cpp:156:27: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'. 16 ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'. 68 ipc.cpp:216:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'. 74 ipc.cpp:217:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long… 80 ipc.cpp:218:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intmax_t'. 86 ipc.cpp:219:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintmax_t'. [all …]
|
/external/v8/testing/gmock/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 …]
|
/external/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 …]
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 62 self.assertFalse(dep_info.Update.called) 82 self.assertFalse(dep_info1.Update.called) 83 self.assertFalse(dep_info2.Update.called) 108 self.assertFalse(dep_info1.Update.called) 109 self.assertFalse(dep_info2.Update.called) 110 self.assertFalse(dep_info3.Update.called) 155 self.assertFalse(dep_info.Update.called) 156 self.assertFalse(dep_info_a.Update.called) 157 self.assertFalse(dep_info_b.Update.called) 158 self.assertFalse(dep_info_c.Update.called) [all …]
|
/external/autotest/client/bin/self-test/tests/ |
D | 034-stepper-iterate-out | 2 --STEPTEST-- step_init called 3 --STEPTEST-- step_test called iteration=1 4 --STEPTEST-- step_test called iteration=2 5 --STEPTEST-- step_test called iteration=3 6 --STEPTEST-- step_test called iteration=4 7 --STEPTEST-- step_test called iteration=5
|
D | 044-stepper-boot-iterate-out | 2 --STEPTEST-- step_init called 3 --STEPTEST-- step_test called iteration=1 6 --STEPTEST-- step_test called iteration=2 9 --STEPTEST-- step_test called iteration=3 12 --STEPTEST-- step_test called iteration=4 15 --STEPTEST-- step_test called iteration=5
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 19 int called = 0; variable 24 ++called; in my_alloc() 30 ++called; in my_free() 46 assert(called == 0); in main() 48 assert(called == 1); in main() 50 assert(called == 2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 23-6.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-2.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-18.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-13.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-16.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-23.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-3.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-7.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-10.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-20.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-14.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|
D | 23-21.c | 83 int called = 0; variable 89 called++; in handler() 91 if (called == 2) { in handler() 95 if (called == 1) { in handler() 118 called++; in handler() 155 while (called != 4) in main()
|