Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dvendor_packet_fuzzer.cc32 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dvendor_packet_test.cc82 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h468 using TestParam = std::pair<std::string, const TestModel*>; variable