Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/tests/
H A Drequest_processor_tests.cc61 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
73 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
102 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
122 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
H A Dresult_processor_tests.cc45 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
57 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
92 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
110 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_test.cpp389 create_func_t create_func, map_create_func_t map_create_func) { in VerifyProcTest()
452 static void VerifyProcessIgnoreFrames(Backtrace* bt_all, create_func_t create_func, in VerifyProcessIgnoreFrames()
1722 static void UnwindThroughSignal(bool use_action, create_func_t create_func, in UnwindThroughSignal()
1843 static void TestFrameSkipNumbering(create_func_t create_func, map_create_func_t map_create_func) { in TestFrameSkipNumbering()