/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/pigweed/pw_ide/ts/pigweed-vscode/src/ |
D | refreshManager.unit.test.ts | 24 let called = false; variable 37 let called = 0; variable 53 let called = 0; variable 69 let called = false; variable 82 let called = false; variable 107 let called = false; variable 486 let called = false; variable
|
/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/sdv/vsomeip/third_party/boost/asio/test/ |
D | write_at.cpp | 2941 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_write_handler() 2964 bool called = false; in test_4_arg_const_buffer_async_write_at() local 3063 bool called = false; in test_4_arg_mutable_buffer_async_write_at() local 3164 bool called = false; in test_4_arg_boost_array_buffers_async_write_at() local 3266 bool called = false; in test_4_arg_std_array_buffers_async_write_at() local 3367 bool called = false; in test_4_arg_vector_buffers_async_write_at() local 3469 bool called = false; in test_4_arg_streambuf_async_write_at() local 3582 bool called = false; in test_5_arg_const_buffer_async_write_at() local 4224 bool called = false; in test_5_arg_mutable_buffer_async_write_at() local 4868 bool called = false; in test_5_arg_boost_array_buffers_async_write_at() local [all …]
|
D | write.cpp | 2167 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_write_handler() 2190 bool called = false; in test_3_arg_const_buffer_async_write() local 2245 bool called = false; in test_3_arg_mutable_buffer_async_write() local 2302 bool called = false; in test_3_arg_boost_array_buffers_async_write() local 2360 bool called = false; in test_3_arg_std_array_buffers_async_write() local 2418 bool called = false; in test_3_arg_vector_buffers_async_write() local 2478 bool called = false; in test_3_arg_dynamic_string_async_write() local 2540 bool called = false; in test_3_arg_streambuf_async_write() local 2602 bool called = false; in test_4_arg_const_buffer_async_write() local 2914 bool called = false; in test_4_arg_mutable_buffer_async_write() local [all …]
|
D | read_at.cpp | 3430 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_read_handler() 3455 bool called = false; in test_4_arg_mutable_buffer_async_read_at() local 3553 bool called = false; in test_4_arg_boost_array_buffers_async_read_at() local 3652 bool called = false; in test_4_arg_std_array_buffers_async_read_at() local 3750 bool called = false; in test_4_arg_vector_buffers_async_read_at() local 3844 bool called = false; in test_4_arg_streambuf_async_read_at() local 3946 bool called = false; in test_5_arg_mutable_buffer_async_read_at() local 4646 bool called = false; in test_5_arg_boost_array_buffers_async_read_at() local 5347 bool called = false; in test_5_arg_std_array_buffers_async_read_at() local 6047 bool called = false; in test_5_arg_vector_buffers_async_read_at() local [all …]
|
D | read.cpp | 2469 size_t bytes_transferred, size_t expected_bytes_transferred, bool* called) in async_read_handler() 2494 bool called = false; in test_3_arg_mutable_buffer_async_read() local 2556 bool called = false; in test_3_arg_boost_array_buffers_async_read() local 2619 bool called = false; in test_3_arg_std_array_buffers_async_read() local 2682 bool called = false; in test_3_arg_vector_buffers_async_read() local 2743 bool called = false; in test_3_arg_dynamic_string_async_read() local 2806 bool called = false; in test_3_arg_streambuf_async_read() local 2871 bool called = false; in test_4_arg_mutable_buffer_async_read() local 3214 bool called = false; in test_4_arg_boost_array_buffers_async_read() local 3558 bool called = false; in test_4_arg_std_array_buffers_async_read() local [all …]
|
D | read_until.cpp | 669 std::size_t bytes_transferred, std::size_t* bytes_out, bool* called) in async_read_handler() 695 bool called; in test_dynamic_string_async_read_until_char() local 855 bool called; in test_streambuf_async_read_until_char() local 1018 bool called; in test_dynamic_string_async_read_until_string() local 1178 bool called; in test_streambuf_async_read_until_string() local 1341 bool called; in test_dynamic_string_async_read_until_match_condition() local 1501 bool called; in test_streambuf_async_read_until_match_condition() local
|
/external/rust/android-crates-io/crates/once_cell/tests/it/ |
D | unsync_lazy.rs | 10 let called = Cell::new(0); in lazy_new() localVariable 29 let called = Cell::new(0); in lazy_deref_mut() localVariable 48 let called = Cell::new(0); in lazy_force_mut() localVariable 64 let called = Cell::new(0); in lazy_get_mut() localVariable
|
D | sync_lazy.rs | 11 let called = AtomicUsize::new(0); in lazy_new() localVariable 34 let called = AtomicUsize::new(0); in lazy_deref_mut() localVariable 53 let called = Cell::new(0); in lazy_force_mut() localVariable 69 let called = Cell::new(0); in lazy_get_mut() localVariable
|
/external/rust/android-crates-io/crates/signal-hook-registry/tests/ |
D | unregister_signal.rs | 20 let called = Arc::new(AtomicUsize::new(0)); in register_unregister() localVariable 23 let called = Arc::clone(&called); in register_unregister() localVariable
|
/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/once/call_once/ |
D | call_once_pass.cpp | 80 static int called; member 87 int init1::called = 0; member in init1 100 static int called; member 106 int init1_member::called = 0; member in init1_member 121 static int called; member 128 int init2::called = 0; member in init2
|
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_thread_launching.cpp | 46 static bool called; member 54 bool callable_no_args::called=false; member in callable_no_args 68 static bool called; member 76 bool callable_noncopyable_no_args::called=false; member in callable_noncopyable_no_args 89 static bool called; member 99 bool callable_one_arg::called=false; member in callable_one_arg
|
/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 67 int called = false; in TEST() local
|
/external/mockito/src/test/java/org/mockitousage/junitrule/ |
D | JUnitTestRuleIntegratesWithRuleChainTest.java | 64 private AtomicBoolean called = new AtomicBoolean(false); field in JUnitTestRuleIntegratesWithRuleChainTest.LenientByDefault 90 private AtomicBoolean called = new AtomicBoolean(false); field in JUnitTestRuleIntegratesWithRuleChainTest.StrictByDefault
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 47 int called = 0; in test() local 53 int called = 0; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 47 int called = 0; in test() local 53 int called = 0; in test() local
|
/external/cronet/stable/third_party/libc++/src/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/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/cronet/tot/third_party/libc++/src/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/armnn/src/backends/backendsCommon/test/ |
D | BackendRegistryTests.cpp | 55 bool called = false; variable 85 bool called = false; variable
|
/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
|