Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-encoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
52 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()
H A Dptunit-msec_cache.c162 struct test_fixture { struct
173 struct ptunit_result (*init)(struct test_fixture *); argument
174 struct ptunit_result (*fini)(struct test_fixture *); argument
248 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()
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()
359 static struct ptunit_result cfix_init(struct test_fixture *tfix) in cfix_init()
[all …]
H A Dptunit-packet_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
52 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()
H A Dptunit-block_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
52 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()
H A Dptunit-insn_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
52 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()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2338 #define TEST_F(test_fixture, test_name)\ argument
2339 GTEST_TEST_(test_fixture, test_name, test_fixture, \
2340 ::testing::internal::GetTypeId<test_fixture>())
/freebsd-13.1/sys/dev/xen/netback/
H A Dnetback_unit_tests.c94 struct test_fixture { struct
105 typedef struct test_fixture test_fixture_t; argument