Home
last modified time | relevance | path

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

/frameworks/minikin/tests/stresstest/
DFontFamilyTest.cpp30 typedef std::pair<std::string, int> TestParam; typedef
32 class FontFamilyHarfBuzzCompatibilityTest : public ::testing::TestWithParam<TestParam> {};
71 ::testing::Values(TestParam("/system/fonts/NotoSansCJK-Regular.ttc", 0),
72 TestParam("/system/fonts/NotoColorEmoji.ttf", 0)));
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h439 using TestParam = std::pair<std::string, const TestModel*>; variable
440 std::vector<TestParam> getTestModels(std::function<bool(const TestModel&)> filter) { in getTestModels()
441 std::vector<TestParam> testModels; in getTestModels()
449 std::vector<TestParam> getTestModels(std::function<bool(const std::string&)> filter) { in getTestModels()
450 std::vector<TestParam> testModels; in getTestModels()
/frameworks/ml/nn/runtime/test/
DGeneratedTestUtils.h33 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {