Searched defs:should_exit (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/IntegrationTest/ |
H A D | test.h | 16 #define __CHECK_TRUE(file, line, val, should_exit) \ argument 24 #define __CHECK_FALSE(file, line, val, should_exit) \ argument 32 #define __CHECK_EQ(file, line, val1, val2, should_exit) \ argument 40 #define __CHECK_NE(file, line, val1, val2, should_exit) \ argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | streaming_throughput_test.cc | 93 gpr_atm* should_exit) { in BidiStream_Sender() 113 gpr_atm should_exit; in BidiStream() local
|
/aosp_15_r20/external/libchrome/base/task/sequence_manager/ |
H A D | sequence_manager_impl_unittest.cc | 2055 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() 2090 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() 2126 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 2150 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 2177 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 2201 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | worker.h | 65 bool should_exit() const { in should_exit() function
|
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/ |
H A D | exception_handler_test.cc | 49 static bool should_exit = false; variable
|
/aosp_15_r20/system/security/keystore2/tests/ |
H A D | keystore2_client_operation_tests.rs | 575 let should_exit = Arc::new(AtomicBool::new(false)); in keystore2_op_abort_fails_with_operation_busy_error_test() localVariable
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | sequence_manager_impl_unittest.cc | 3105 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() 3140 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() 3176 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 3199 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 3226 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local 3250 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local
|
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | controller.rs | 887 should_exit: bool, field
|