Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/stresstest/
H A 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)));
/aosp12/system/bt/packet/tests/fuzzers/
H A Dvendor_packet_fuzzer.cc32 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 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()
/aosp12/system/bt/packet/tests/avrcp/
H A Dvendor_packet_test.cc82 using TestParam = std::tuple<std::vector<uint8_t>, CommandPdu>; typedef
83 class VendorPacketTest : public ::testing::TestWithParam<TestParam> {
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android_unittest.cc169 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 Ddynamic_partition_test_utils.h277 struct TestParam { struct
281 inline std::ostream& operator<<(std::ostream& os, const TestParam& param) { argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DGeneratedTestUtils.h42 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {