Home
last modified time | relevance | path

Searched defs:should_exit (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/IntegrationTest/
H A Dtest.h16 #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 Dstreaming_throughput_test.cc93 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 Dsequence_manager_impl_unittest.cc2055 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/
Dworker.h65 bool should_exit() const { in should_exit() function
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler_test.cc49 static bool should_exit = false; variable
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_operation_tests.rs575 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 Dsequence_manager_impl_unittest.cc3105 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 Dcontroller.rs887 should_exit: bool, field