Searched refs:test_hook (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/trusty/lk/top/ |
D | init.c | 109 void test_hook(uint level) 130 LK_INIT_HOOK(test, test_hook, 1);
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_doctest.py | 2759 def test_hook(pathdir): function
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_tracer.py | 1944 def test_hook(is_post_hook, hook, fc): function 1968 test_hook(True, hook_no_return, fc) 1975 test_hook(True, hook_return, fc) 1983 test_hook(True, captured_hook, fc) 1989 test_hook(False, pre_hook_no_ret, fc) 1995 test_hook(False, pre_hook_ret, fc)
|