Home
last modified time | relevance | path

Searched defs:TestClosure (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/test/203-multi-checkpoint/
H A Dmulti_checkpoint.cc25 struct TestClosure : public Closure { struct
26 bool first_run_start;
27 bool first_run_end;
28 bool second_run;
29 bool second_run_interleaved;
31 void Run(Thread* self) override { in Run()
50 void Check() { in Check()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dclosure_test.go30 func TestClosure(t *testing.T) { func
/aosp_15_r20/kernel/tests/net/test/
H A Dutil.py90 def TestClosure(self): function
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/work_queue/
H A Dbasic_work_queue_test.cc111 class TestClosure : public EventEngine::Closure { in TEST() class
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_chttp2_transport.cc161 class TestClosure : public grpc_closure { class