/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sync_handle_registry_unittest.cc | 30 auto callback = [](bool* called) { *called = true; }; in TEST_F() 63 auto callback1 = base::Bind([](bool* called) { *called = true; }, &called1); in TEST_F() 66 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 71 auto callback3 = base::Bind([](bool* called) { *called = true; }, &called3); in TEST_F() 103 bool called = false; in TEST_F() local 108 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 120 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F() 139 bool called = false; in TEST_F() local 143 scoped_refptr<SyncHandleRegistry> registry, bool* called) { in TEST_F() 151 base::Bind([](bool* called) { *called = true; }, &nested_called); in TEST_F() [all …]
|
D | binding_unittest.cc | 73 bool called = false; in TEST_P() local 97 bool called = false; in TEST_P() local 125 bool called = false; in TEST_P() local 149 bool called = false; in TEST_P() local 208 bool called = false; in TEST_P() local 254 bool called = false; in TEST_P() local 277 bool called = false; in TEST_P() local 374 bool called = false; in TEST_P() local 393 bool called = false; in TEST_P() local 470 bool called = false; in TEST_P() local [all …]
|
/external/webrtc/api/ |
D | scoped_refptr_unittest.cc | 28 explicit ScopedRefCounted(FunctionsCalled* called) : called_(*called) {} in ScopedRefCounted() 50 FunctionsCalled called; in TEST() local 60 FunctionsCalled called; in TEST() local 71 FunctionsCalled called; in TEST() local 82 FunctionsCalled called; in TEST() local 99 FunctionsCalled called; in TEST() local
|
/external/libbrillo/brillo/dbus/ |
D | dbus_param_reader_test.cc | 23 bool called = false; in TEST() local 34 bool called = false; in TEST() local 52 bool called = false; in TEST() local 73 bool called = false; in TEST() local 93 bool called = false; in TEST() local 114 bool called = false; in TEST() local 132 bool called = false; in TEST() local 147 bool called = false; in TEST() local 163 bool called = false; in TEST() local 182 bool called = false; in TEST() local [all …]
|
/external/tensorflow/tensorflow/core/data/service/ |
D | data_transfer_test.cc | 27 explicit TestDataTransferServer(bool* called) : called_(called) {} in TestDataTransferServer() 39 bool called = false; in TEST() local
|
/external/libbrillo/brillo/message_loops/ |
D | message_loop_test.cc | 83 bool called = false; in TYPED_TEST() local 93 bool called = false; in TYPED_TEST() local 104 bool called = false; in TYPED_TEST() local
|
/external/tensorflow/tensorflow/core/util/ |
D | reffed_status_callback_test.cc | 32 bool called = false; in TEST() local 46 bool called = false; in TEST() local 66 int called = false; in TEST() local
|
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 49 int called = 0; in test() local 55 int called = 0; in test() local
|
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 73 static int called; member 78 int init1::called = 0; member in init1 89 static int called; member 94 int init2::called = 0; member in init2
|
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 73 static int called; member 78 int init1::called = 0; member in init1 89 static int called; member 94 int init2::called = 0; member in init2
|
/external/angle/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 192 bool called = false; in TYPED_TEST() local 215 bool called = false; in TYPED_TEST() local 230 bool called = false; in TYPED_TEST() local 247 bool called = false; in TYPED_TEST() local
|
/external/libcxx/test/libcxx/algorithms/ |
D | debug_less.pass.cpp | 38 static int called; member 44 int CompareBase::called = 0; member in CompareBase 89 int& called = CompareBase::called; in test_passing() local 142 int& called = CompareBase::called; in test_failing() local
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/ |
D | convert_overflow.pass.cpp | 22 bool called = false; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 18-8.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-26.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-17.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-6.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-4.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-23.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-5.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-7.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-18.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-10.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-3.c | 44 static volatile sig_atomic_t called = 0; variable
|
D | 18-15.c | 44 static volatile sig_atomic_t called = 0; variable
|