Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flag-helpers/libflagtest/include/
Dflag_macros.h27 #define _FLAG_GTEST_CLASS_NAME(test_fixture, test_name) \ argument
40 #define _FLAG_GTEST_CLASS(test_fixture, test_name, parent_class, flags...) \ argument
140 #define TEST_F_WITH_FLAGS(test_fixture, test_name, flags...) \ argument
164 #define TEST_WITH_FLAGS(test_fixture, test_name, flags...) \ argument
/platform_testing/tests/display/igt/include/
Digt_test_helper.h43 IgtTestHelper(const std::string test_name) in IgtTestHelper()