Searched refs:TestParam (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/minikin/tests/stresstest/ |
H A D | FontFamilyTest.cpp | 30 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)));
|
/aosp12/system/bt/packet/tests/fuzzers/ |
H A D | vendor_packet_fuzzer.cc | 32 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef 33 class VendorPacketTest : public ::testing::TestWithParam<TestParam> {
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
H A D | TestHarness.h | 439 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()
|
/aosp12/system/bt/packet/tests/avrcp/ |
H A D | vendor_packet_test.cc | 82 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef 83 class VendorPacketTest : public ::testing::TestWithParam<TestParam> {
|
/aosp12/system/update_engine/aosp/ |
H A D | dynamic_partition_control_android_unittest.cc | 169 void SetSlots(const TestParam& slots) { slots_ = slots; } in SetSlots() 215 TestParam slots_; 220 public ::testing::WithParamInterface<TestParam> { 549 testing::Values(TestParam{0, 1}, TestParam{1, 0})); 667 testing::Values(TestParam{0, 1}, TestParam{1, 0})); 1127 testing::Values(TestParam{0, 1}, TestParam{1, 0}));
|
H A D | dynamic_partition_test_utils.h | 277 struct TestParam { struct 281 inline std::ostream& operator<<(std::ostream& os, const TestParam& param) { argument
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | GeneratedTestUtils.h | 42 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {
|