Home
last modified time | relevance | path

Searched refs:GwpAsanTestParameters (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp1554 struct GwpAsanTestParameters { struct
1564 std::tuple<GwpAsanTestParameters, /* recoverable */ bool, /* seccomp */ bool>> {}; argument
1566 GwpAsanTestParameters gwp_asan_tests[] = {
1583 std::tuple<GwpAsanTestParameters, /* recoverable */ bool, /* seccomp */ bool>>& info) { in __anond0b6624a2a02() argument
1584 const GwpAsanTestParameters& params = std::get<0>(info.param); in __anond0b6624a2a02()
1610 GwpAsanTestParameters params = std::get<0>(GetParam()); in TEST_P()
1671 GwpAsanTestParameters params = std::get<0>(GetParam()); in TEST_P()