Searched refs:test_fixture (Results 1 – 16 of 16) sorted by relevance
37 struct test_fixture { struct48 struct ptunit_result (*init)(struct test_fixture *tfix); argument49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument52 static struct ptunit_result tfix_init(struct test_fixture *tfix) in tfix_init()122 static struct ptunit_result sync_set_eos(struct test_fixture *tfix) in sync_set_eos()147 static struct ptunit_result get_offset_init(struct test_fixture *tfix) in get_offset_init()159 static struct ptunit_result sync_set_get_offset(struct test_fixture *tfix) in sync_set_get_offset()184 static struct ptunit_result get_config(struct test_fixture *tfix) in get_config()211 struct test_fixture tfix; in main()
162 struct test_fixture { struct173 struct ptunit_result (*init)(struct test_fixture *); argument174 struct ptunit_result (*fini)(struct test_fixture *); argument248 static struct ptunit_result invalidate(struct test_fixture *tfix) in invalidate()265 static struct ptunit_result read_nomap(struct test_fixture *tfix) in read_nomap()279 static struct ptunit_result read(struct test_fixture *tfix) in read()296 static struct ptunit_result fill_nomap(struct test_fixture *tfix) in fill_nomap()319 static struct ptunit_result fill(struct test_fixture *tfix) in fill()341 static struct ptunit_result sfix_init(struct test_fixture *tfix) in sfix_init()350 static struct ptunit_result ifix_init(struct test_fixture *tfix) in ifix_init()[all …]
37 struct test_fixture { struct48 struct ptunit_result (*init)(struct test_fixture *tfix); argument49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument52 static struct ptunit_result tfix_init(struct test_fixture *tfix) in tfix_init()142 static struct ptunit_result sync_set_eos(struct test_fixture *tfix) in sync_set_eos()167 static struct ptunit_result get_offset_init(struct test_fixture *tfix) in get_offset_init()178 static struct ptunit_result sync_set_get_offset(struct test_fixture *tfix) in sync_set_get_offset()218 static struct ptunit_result get_config(struct test_fixture *tfix) in get_config()245 struct test_fixture tfix; in main()
37 struct test_fixture { struct48 struct ptunit_result (*init)(struct test_fixture *tfix); argument49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument52 static struct ptunit_result tfix_init(struct test_fixture *tfix) in tfix_init()142 static struct ptunit_result sync_set_eos(struct test_fixture *tfix) in sync_set_eos()167 static struct ptunit_result get_offset_init(struct test_fixture *tfix) in get_offset_init()227 static struct ptunit_result get_config(struct test_fixture *tfix) in get_config()315 struct test_fixture tfix; in main()
14 typedef struct test_fixture { struct
16 typedef struct test_fixture { struct
16 typedef struct test_fixture { struct 17 test_case_nametest_fixture global() argument 18 expectedtest_fixture global() argument 19 cmp_ctxtest_fixture global() argument 20 hdrtest_fixture global() argument
24 typedef struct test_fixture { struct
18 typedef struct test_fixture { struct
30 typedef struct test_fixture { struct
21 typedef struct test_fixture { struct
2220 #define GTEST_TEST_F(test_fixture, test_name) \ argument2221 GTEST_TEST_(test_fixture, test_name, test_fixture, \2222 ::testing::internal::GetTypeId<test_fixture>())2224 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument
93 struct test_fixture { struct104 typedef struct test_fixture test_fixture_t; argument