/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A 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*, gconstpointe [all...] |
/third_party/protobuf/benchmarks/cpp/ |
H A 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 { [all...] |
/third_party/googletest/googletest/test/ |
H A D | gtest_skip_test.cc | 42 class Fixture : public Test { class 49 TEST_F(Fixture, SkipsOneTest) { EXPECT_EQ(5, 7); } in TEST_F() 51 TEST_F(Fixture, SkipsAnotherTest) { EXPECT_EQ(99, 100); } in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A 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::__anon19174::Fixture 94 ~Fixture() override { 106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() 111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() 116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 704 // TypeParameterizedTest<Fixture, TestSel, Types>::Register() 711 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 723 typedef Fixture<Type> FixtureClass; in Register() 743 return TypeParameterizedTest<Fixture, TestSel, in Register() 754 template <GTEST_TEMPLATE_ Fixture, class TestSel> 755 class TypeParameterizedTest<Fixture, TestSel, internal::None> { 771 // TypeParameterizedTestSuite<Fixture, Tests, Types>::Register() 775 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 799 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 803 return TypeParameterizedTestSuite<Fixture, typenam in Register() [all...] |
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 681 // TypeParameterizedTest<Fixture, TestSel, Types>::Register() 688 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 700 typedef Fixture<Type> FixtureClass; in Register() 720 return TypeParameterizedTest<Fixture, TestSel, in Register() 731 template <GTEST_TEMPLATE_ Fixture, class TestSel> 732 class TypeParameterizedTest<Fixture, TestSel, Types0> { 743 // TypeParameterizedTestSuite<Fixture, Tests, Types>::Register() 747 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 770 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 774 return TypeParameterizedTestSuite<Fixture, typenam in Register() [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 689 // TypeParameterizedTest<Fixture, TestSel, Types>::Register() 696 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 708 typedef Fixture<Type> FixtureClass; in Register() 728 return TypeParameterizedTest<Fixture, TestSel, in Register() 739 template <GTEST_TEMPLATE_ Fixture, class TestSel> 740 class TypeParameterizedTest<Fixture, TestSel, internal::None> { 756 // TypeParameterizedTestSuite<Fixture, Tests, Types>::Register() 760 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 784 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 788 return TypeParameterizedTestSuite<Fixture, typenam in Register() [all...] |
/third_party/benchmark/test/ |
H A D | templated_fixture_test.cc | 8 class MyFixture : public ::benchmark::Fixture {
|
H A D | args_product_test.cc | 8 class ArgsProductFixture : public ::benchmark::Fixture {
|
H A D | cxx03_test.cc | 47 struct BM_Fixture : public ::benchmark::Fixture {};
|
H A D | fixture_test.cc | 9 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
|
H A D | map_test.cc | 36 class MapFixture : public ::benchmark::Fixture {
|
H A D | multiple_ranges_test.cc | 8 class MultipleRangesFixture : public ::benchmark::Fixture {
|
H A D | benchmark_setup_teardown_test.cc | 73 // Testing interaction with Fixture::Setup/Teardown 81 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture { 148 // Fixture::Setup is called every time the bm routine is run. in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/ |
H A D | ReactorBenchmarks.cpp | 22 class Coroutines : public benchmark::Fixture
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | marl_bench.h | 26 class Schedule : public benchmark::Fixture {
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
H A D | LRUCacheBenchmarks.cpp | 68 class LRUCacheBenchmark : public benchmark::Fixture
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 23 if (/Fixture<symlink>/.test(value.toString())) {
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1418 class Fixture : public internal::Benchmark { class 1420 Fixture() : internal::Benchmark("") {} in Fixture() function in benchmark::Fixture
|
/third_party/python/Lib/test/ |
H A D | test_xmlrpc.py | 615 class Fixture: class in http_server.TestInstanceClass 864 'Fixture']) 966 data = server.Fixture.getData()
|