Home
last modified time | relevance | path

Searched defs:run_with_capture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dprintln_backend_test.rs23 fn run_with_capture<F: FnOnce()>(action: F) -> String { in run_with_capture() function
H A Dprintf_backend_test.rs47 fn run_with_capture<F: FnOnce()>(action: F) -> String { in run_with_capture() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_venv.py84 def run_with_capture(self, func, *args, **kwargs): member in BaseTest