/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A 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 …]
|
/aosp_15_r20/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.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_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_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
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/ |
H A D | refreshManager.test.ts | 22 let called = false; variable 35 let called = 0; variable 51 let called = 0; variable 67 let called = false; variable 80 let called = false; variable 105 let called = false; variable 484 let called = false; variable
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccConnectorTest.java | 124 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_commandRejected() local 147 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_forAvailableMemory_commandRejected() local 175 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_switchCommandRejected() local 371 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_remoteException() local 398 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_forAvailableMemory_remoteException() local 427 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_processDied() local 458 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_forAvailableMemory_processDied() local
|
/aosp_15_r20/external/webrtc/api/ |
H A 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
|
/aosp_15_r20/device/google/trout/hal/sensors/2.1/tests/ |
D | MultiPoll.cpp | 65 bool called = false; in TEST() local 78 bool called = false; in TEST() local 95 bool called = false; in TEST() local 119 int called = 0; in TEST() local 135 int called = 0; in TEST() local 158 bool called = false; in TEST() local 183 bool called = false; in TEST() local
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/ |
H A D | fake_binder_test.cc | 47 int called = 0; in TEST_P() local 72 int called = 0; in TEST_P() local 97 int called = 0; in TEST_P() local 127 int called = 0; in TEST_P() local 163 int called = 0; in TEST_P() local 205 int called = 0; in TEST_P() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_async_fd.rs | 349 let mut called = false; in try_io_readable() localVariable 366 let mut called = false; in try_io_readable() localVariable 378 let mut called = false; in try_io_readable() localVariable 390 let mut called = false; in try_io_readable() localVariable 409 let mut called = false; in try_io_writable() localVariable 420 let mut called = false; in try_io_writable() localVariable 432 let mut called = false; in try_io_writable() localVariable
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
H A 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
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | mock_peer_connection_observers.h | 274 bool called() const { in called() function 321 bool called() const { in called() function 343 bool called() const { return error_.has_value(); } in called() function 362 bool called() const { return error_.has_value(); } in called() function 467 bool called() const { return called_; } in called() function 583 bool called() const { return called_; } in called() function
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | function_test.cpp | 260 bool called = false; in TEST() member 275 mutable bool called = false; in TEST() member 290 mutable bool called = false; in TEST() member 309 bool called = false; in TEST() local 319 bool called = false; in TEST() local
|
/aosp_15_r20/external/libcxx/test/libcxx/algorithms/ |
H A 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
|
/aosp_15_r20/external/abseil-cpp/absl/cleanup/ |
H A 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
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/cleanup/ |
H A 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
|