Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/test/
DTestUtils.h32 std::string printTestVersion(const testing::TestParamInfo<nn::Version>& info);
39 INSTANTIATE_TEST_SUITE_P(Versioned, TestSuite, versions, printTestVersion)
DTestUtils.cpp28 std::string printTestVersion(const testing::TestParamInfo<nn::Version>& info) { in printTestVersion() function