Home
last modified time | relevance | path

Searched defs:test_function (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/
Dl2cap_packet_fuzz_test.cc50 for (auto test_function : bluetooth::l2cap::l2cap_packet_fuzz_tests) { in RunL2capPacketFuzzTest() local
/system/bt/gd/hci/
Dhci_packets_fuzz_test.cc132 for (auto test_function : bluetooth::hci::hci_packet_fuzz_tests) { in RunHciPacketFuzzTest() local
/system/extras/simpleperf/
Drecord_lib_test.cpp65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { in TEST() local
/system/core/init/
Dsubcontext_test.cpp43 void RunTest(F&& test_function) { in RunTest()