HomeSort by relevance Sort by last modified time
    Searched refs:TestParam (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/tests/stresstest/
FontFamilyTest.cpp 30 typedef std::pair<std::string, int> TestParam;
32 class FontFamilyHarfBuzzCompatibilityTest : public ::testing::TestWithParam<TestParam> {};
71 ::testing::Values(TestParam("/system/fonts/NotoSansCJK-Regular.ttc", 0),
72 TestParam("/system/fonts/NotoColorEmoji.ttf", 0)));
  /system/bt/packet/tests/avrcp/
vendor_packet_test.cc 82 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>;
83 class VendorPacketTest : public ::testing::TestWithParam<TestParam> {
  /external/selinux/python/sepolgen/tests/
test_interfaces.py 27 class TestParam(unittest.TestCase):

Completed in 103 milliseconds