Home
last modified time | relevance | path

Searched refs:CreateTest (Results 1 – 8 of 8) sorted by relevance

/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwapi.cpp141 class CreateTest : public HwApiTest, public WithParamInterface<const char *> { class
146 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam()
152 TEST_P(CreateTest, file_missing) { in TEST_P() argument
178 INSTANTIATE_TEST_CASE_P(HwApiTests, CreateTest, ValuesIn(CreateTest::AllParams()),
179 CreateTest::PrintParam);
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwapi.cpp141 class CreateTest : public HwApiTest, public WithParamInterface<const char *> { class
146 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam()
152 TEST_P(CreateTest, file_missing) { in TEST_P() argument
178 INSTANTIATE_TEST_CASE_P(HwApiTests, CreateTest, ValuesIn(CreateTest::AllParams()),
179 CreateTest::PrintParam);
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwapi.cpp141 class CreateTest : public HwApiTest, public WithParamInterface<const char *> { class
146 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam()
152 TEST_P(CreateTest, file_missing) { in TEST_P() argument
178 INSTANTIATE_TEST_CASE_P(HwApiTests, CreateTest, ValuesIn(CreateTest::AllParams()),
179 CreateTest::PrintParam);
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp142 class CreateTest : public HwApiTest, public WithParamInterface<const char *> { class
147 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam()
153 TEST_P(CreateTest, file_missing) { in TEST_P() argument
179 INSTANTIATE_TEST_CASE_P(HwApiTests, CreateTest, ValuesIn(CreateTest::AllParams()),
180 CreateTest::PrintParam);
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h460 virtual Test* CreateTest() = 0;
474 Test* CreateTest() override { return new TestClass; } in CreateTest() function
Dgtest-param-util.h400 Test* CreateTest() override { in CreateTest() function
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h2284 Test* CreateTest() override { return factory_(); } in RegisterTest()
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc2901 factory_, &internal::TestFactoryBase::CreateTest, in Run()