Home
last modified time | relevance | path

Searched refs:Fixture (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-test.h248 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 Dcpp_benchmark.cc52 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 Dgtest_skip_test.cc42 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 Dcontainer_memory_test.cc89 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 Dgtest-internal.h704 // 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 Dgtest-internal.h681 // 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 Dgtest-internal.h689 // 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 Dtemplated_fixture_test.cc8 class MyFixture : public ::benchmark::Fixture {
H A Dargs_product_test.cc8 class ArgsProductFixture : public ::benchmark::Fixture {
H A Dcxx03_test.cc47 struct BM_Fixture : public ::benchmark::Fixture {};
H A Dfixture_test.cc9 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
H A Dmap_test.cc36 class MapFixture : public ::benchmark::Fixture {
H A Dmultiple_ranges_test.cc8 class MultipleRangesFixture : public ::benchmark::Fixture {
H A Dbenchmark_setup_teardown_test.cc73 // 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 DReactorBenchmarks.cpp22 class Coroutines : public benchmark::Fixture
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmarl_bench.h26 class Schedule : public benchmark::Fixture {
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/
H A DLRUCacheBenchmarks.cpp68 class LRUCacheBenchmark : public benchmark::Fixture
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js23 if (/Fixture<symlink>/.test(value.toString())) {
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1418 class Fixture : public internal::Benchmark { class
1420 Fixture() : internal::Benchmark("") {} in Fixture() function in benchmark::Fixture
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py615 class Fixture: class in http_server.TestInstanceClass
864 'Fixture'])
966 data = server.Fixture.getData()

Completed in 17 milliseconds