/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 248 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 250 void (*) (Fixture*, gconstpointer), \ 251 void (*) (Fixture*, gconstpointer), \ 252 void (*) (Fixture*, gconstpointer)) \ 254 void (*) (Fixture*, gconstpointer), \ 255 void (*) (Fixture*, gconstpointer), \ 256 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \ 276 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 278 void (*) (Fixture*, gconstpointer), \ 279 void (*) (Fixture*, gconstpointer), \ [all …]
|
/third_party/harfbuzz/test/api/ |
D | hb-test.h | 248 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 250 void (*) (Fixture*, gconstpointer), \ 251 void (*) (Fixture*, gconstpointer), \ 252 void (*) (Fixture*, gconstpointer)) \ 254 void (*) (Fixture*, gconstpointer), \ 255 void (*) (Fixture*, gconstpointer), \ 256 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \ 276 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 278 void (*) (Fixture*, gconstpointer), \ 279 void (*) (Fixture*, gconstpointer), \ [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 248 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 250 void (*) (Fixture*, gconstpointer), \ 251 void (*) (Fixture*, gconstpointer), \ 252 void (*) (Fixture*, gconstpointer)) \ 254 void (*) (Fixture*, gconstpointer), \ 255 void (*) (Fixture*, gconstpointer), \ 256 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \ 276 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 278 void (*) (Fixture*, gconstpointer), \ 279 void (*) (Fixture*, gconstpointer), \ [all …]
|
/third_party/protobuf/benchmarks/cpp/ |
D | cpp_benchmark.cc | 52 class Fixture : public benchmark::Fixture { class 54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture 95 class ParseNewFixture : public Fixture { 98 : Fixture(dataset, "_parse_new") {} in ParseNewFixture() 116 class ParseNewArenaFixture : public Fixture { 119 : Fixture(dataset, "_parse_newarena") {} in ParseNewArenaFixture() 139 class ParseReuseFixture : public Fixture { 142 : Fixture(dataset, "_parse_reuse") {} in ParseReuseFixture() 160 class SerializeFixture : public Fixture { 163 : Fixture(dataset, "_serialize") { in SerializeFixture()
|
/third_party/googletest/googletest/test/ |
D | gtest_skip_test.cc | 42 class Fixture : public Test { class 49 TEST_F(Fixture, SkipsOneTest) { in TEST_F() argument 53 TEST_F(Fixture, SkipsAnotherTest) { in TEST_F() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 89 class Fixture : public ::testing::Test { class 93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon2a5d8c220111::Fixture 94 ~Fixture() override { in ~Fixture() 106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument 111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument 116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 688 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 700 typedef Fixture<Type> FixtureClass; 720 return TypeParameterizedTest<Fixture, TestSel, 731 template <GTEST_TEMPLATE_ Fixture, class TestSel> 732 class TypeParameterizedTest<Fixture, TestSel, Types0> { 747 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 770 TypeParameterizedTest<Fixture, Head, Types>::Register( 774 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 783 template <GTEST_TEMPLATE_ Fixture, typename Types> 784 class TypeParameterizedTestSuite<Fixture, Templates0, Types> {
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_impl.h | 53 typedef struct Fixture struct 57 } Fixture; argument
|
D | check.c | 60 static Fixture *fixture_create (SFun fun, int ischecked); 268 static Fixture * 271 Fixture *f; in fixture_create() 273 f = (Fixture *) emalloc (sizeof (Fixture)); in fixture_create()
|
D | check_run.c | 277 Fixture *setup_fixture; in srunner_run_setup() 285 setup_fixture = (Fixture *) check_list_val (fixture_list); in srunner_run_setup() 343 Fixture *fixture; in srunner_run_teardown() 347 fixture = (Fixture *) check_list_val (fixture_list); in srunner_run_teardown()
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 711 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 723 typedef Fixture<Type> FixtureClass; 743 return TypeParameterizedTest<Fixture, TestSel, 754 template <GTEST_TEMPLATE_ Fixture, class TestSel> 755 class TypeParameterizedTest<Fixture, TestSel, internal::None> { 775 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 799 TypeParameterizedTest<Fixture, Head, Types>::Register( 803 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 812 template <GTEST_TEMPLATE_ Fixture, typename Types> 813 class TypeParameterizedTestSuite<Fixture, internal::None, Types> {
|
/third_party/benchmark/test/ |
D | templated_fixture_test.cc | 8 class MyFixture : public ::benchmark::Fixture {
|
D | fixture_test.cc | 9 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
|
D | cxx03_test.cc | 47 struct BM_Fixture : public ::benchmark::Fixture {};
|
D | args_product_test.cc | 8 class ArgsProductFixture : public ::benchmark::Fixture {
|
D | map_test.cc | 35 class MapFixture : public ::benchmark::Fixture {
|
D | multiple_ranges_test.cc | 8 class MultipleRangesFixture : public ::benchmark::Fixture {
|
D | benchmark_setup_teardown_test.cc | 81 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/ |
D | ReactorBenchmarks.cpp | 22 class Coroutines : public benchmark::Fixture
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | marl_bench.h | 26 class Schedule : public benchmark::Fixture {
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
D | LRUCacheBenchmarks.cpp | 68 class LRUCacheBenchmark : public benchmark::Fixture
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1211 class Fixture : public internal::Benchmark { 1213 Fixture() : internal::Benchmark("") {} in Fixture() function
|
/third_party/benchmark/docs/ |
D | user_guide.md | 544 Fixture tests are created by first defining a type that derives from 545 `::benchmark::Fixture` and then creating/registering the tests using the 555 class MyFixture : public benchmark::Fixture { 591 class MyFixture : public benchmark::Fixture {};
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 4094 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 4106 typedef Fixture<Type> FixtureClass; 4126 return TypeParameterizedTest<Fixture, TestSel, 4137 template <GTEST_TEMPLATE_ Fixture, class TestSel> 4138 class TypeParameterizedTest<Fixture, TestSel, internal::None> { 4158 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 4182 TypeParameterizedTest<Fixture, Head, Types>::Register( 4186 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 4195 template <GTEST_TEMPLATE_ Fixture, typename Types> 4196 class TypeParameterizedTestSuite<Fixture, internal::None, Types> {
|
/third_party/benchmark/ |
D | CMakeLists.txt | 217 # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden
|