/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 238 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 240 void (*) (Fixture*, gconstpointer), \ 241 void (*) (Fixture*, gconstpointer), \ 242 void (*) (Fixture*, gconstpointer)) \ 244 void (*) (Fixture*, gconstpointer), \ 245 void (*) (Fixture*, gconstpointer), \ 246 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \ 266 typedef G_PASTE (FixturePrefix, _t) Fixture; \ 268 void (*) (Fixture*, gconstpointer), \ 269 void (*) (Fixture*, gconstpointer), \ [all …]
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_error.cc | 226 template <class Fixture> 230 Fixture fixture; in BM_ErrorStringOnNewError() 236 template <class Fixture> 239 Fixture fixture; in BM_ErrorStringRepeatedly() 246 template <class Fixture> 249 Fixture fixture; in BM_ErrorGetStatus() 261 template <class Fixture> 264 Fixture fixture; in BM_ErrorGetStatusCode() 275 template <class Fixture> 278 Fixture fixture; in BM_ErrorHttpError() [all …]
|
D | fullstack_streaming_pump.h | 40 template <class Fixture> 43 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_PumpStreamClientToServer() 109 template <class Fixture> 112 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_PumpStreamServerToClient()
|
D | fullstack_streaming_ping_pong.h | 47 template <class Fixture, class ClientContextMutator, class ServerContextMutator> 53 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_StreamingPingPong() 141 template <class Fixture, class ClientContextMutator, class ServerContextMutator> 146 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_StreamingPingPongMsgs() 239 template <class Fixture, class ClientContextMutator, class ServerContextMutator> 250 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_StreamingPingPongWithCoalescingApi()
|
D | bm_channel.cc | 59 template <class Fixture> 63 Fixture initial_channels[512]; in BM_InsecureChannelCreateDestroy() 68 Fixture channel; in BM_InsecureChannelCreateDestroy()
|
D | bm_call_create.cc | 105 template <class Fixture> 108 Fixture fixture; in BM_CallCreateDestroy() 357 struct Fixture { struct 502 template <class Fixture, class TestOp> 505 Fixture fixture; in BM_IsolatedFilter() 579 typedef Fixture<nullptr, 0> NoFilter; 581 typedef Fixture<&dummy_filter::dummy_filter, 0> DummyFilter; 584 typedef Fixture<&grpc_client_channel_filter, 0> ClientChannelFilter; 586 typedef Fixture<&grpc_message_compress_filter, CHECKS_NOT_LAST> CompressFilter; 589 typedef Fixture<&grpc_client_deadline_filter, CHECKS_NOT_LAST> [all …]
|
D | bm_chttp2_transport.cc | 130 class Fixture { class 132 Fixture(const grpc::ChannelArguments& args, bool client) { in Fixture() function in Fixture 142 ~Fixture() { grpc_transport_destroy(t_); } in ~Fixture() 193 Stream(Fixture* f) : f_(f) { in Stream() 246 Fixture* f_; 262 Fixture f(grpc::ChannelArguments(), true); in BM_StreamCreateDestroy() 308 Fixture f(grpc::ChannelArguments(), true); in BM_StreamCreateSendInitialMetadataDestroy() 359 Fixture f(grpc::ChannelArguments(), true); in BM_TransportEmptyOp() 392 Fixture f(grpc::ChannelArguments(), true); in BM_TransportStreamSend() 526 Fixture f(grpc::ChannelArguments(), true); in BM_TransportStreamRecv()
|
D | fullstack_unary_ping_pong.h | 40 template <class Fixture, class ClientContextMutator, class ServerContextMutator> 43 std::unique_ptr<Fixture> fixture(new Fixture(&service)); in BM_UnaryPingPong()
|
D | bm_chttp2_hpack.cc | 113 template <class Fixture> 121 std::vector<grpc_mdelem> elems = Fixture::GetElems(); in BM_HpackEncoderEncodeHeader() 139 Fixture::kEnableTrueBinary, in BM_HpackEncoderEncodeHeader() 452 template <class Fixture, void (*OnHeader)(void*, grpc_mdelem)> 456 std::vector<grpc_slice> init_slices = Fixture::GetInitSlices(); in BM_HpackParserParseHeader() 457 std::vector<grpc_slice> benchmark_slices = Fixture::GetBenchmarkSlices(); in BM_HpackParserParseHeader()
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Class.tests.cpp | 35 struct Fixture struct 37 Fixture() : m_a( 1 ) {} in Fixture() function 68 TEST_CASE_METHOD( Fixture, "A TEST_CASE_METHOD based test run that succeeds", "[class]" ) 85 … TEST_CASE_METHOD( Fixture, "A TEST_CASE_METHOD based test run that fails", "[.][class][failing]" )
|
D | BDD.tests.cpp | 23 struct Fixture { struct 24 Fixture() in Fixture() argument 95 SCENARIO_METHOD(Fixture,
|
/external/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
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 639 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 649 typedef Fixture<Type> FixtureClass; in Register() 666 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 672 template <GTEST_TEMPLATE_ Fixture, class TestSel> 673 class TypeParameterizedTest<Fixture, TestSel, Types0> { 685 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 693 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 697 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 703 template <GTEST_TEMPLATE_ Fixture, typename Types> 704 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 659 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 669 typedef Fixture<Type> FixtureClass; in Register() 686 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 692 template <GTEST_TEMPLATE_ Fixture, class TestSel> 693 class TypeParameterizedTest<Fixture, TestSel, Types0> { 705 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 713 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 717 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 723 template <GTEST_TEMPLATE_ Fixture, typename Types> 724 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 668 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 678 typedef Fixture<Type> FixtureClass; in Register() 695 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 701 template <GTEST_TEMPLATE_ Fixture, class TestSel> 702 class TypeParameterizedTest<Fixture, TestSel, Types0> { 714 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 722 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 726 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 732 template <GTEST_TEMPLATE_ Fixture, typename Types> 733 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 622 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 634 typedef Fixture<Type> FixtureClass; in Register() 652 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 658 template <GTEST_TEMPLATE_ Fixture, class TestSel> 659 class TypeParameterizedTest<Fixture, TestSel, Types0> { 672 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 693 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 697 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 704 template <GTEST_TEMPLATE_ Fixture, typename Types> 705 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 622 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 634 typedef Fixture<Type> FixtureClass; in Register() 652 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 658 template <GTEST_TEMPLATE_ Fixture, class TestSel> 659 class TypeParameterizedTest<Fixture, TestSel, Types0> { 672 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 693 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 697 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 704 template <GTEST_TEMPLATE_ Fixture, typename Types> 705 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 622 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 634 typedef Fixture<Type> FixtureClass; in Register() 652 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail> in Register() 658 template <GTEST_TEMPLATE_ Fixture, class TestSel> 659 class TypeParameterizedTest<Fixture, TestSel, Types0> { 672 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 693 TypeParameterizedTest<Fixture, Head, Types>::Register( in Register() 697 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, Types> in Register() 704 template <GTEST_TEMPLATE_ Fixture, typename Types> 705 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 647 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 659 typedef Fixture<Type> FixtureClass; 675 return TypeParameterizedTest<Fixture, TestSel, 686 template <GTEST_TEMPLATE_ Fixture, class TestSel> 687 class TypeParameterizedTest<Fixture, TestSel, Types0> { 702 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 725 TypeParameterizedTest<Fixture, Head, Types>::Register( 729 return TypeParameterizedTestCase<Fixture, typename Tests::Tail, 738 template <GTEST_TEMPLATE_ Fixture, typename Types> 739 class TypeParameterizedTestCase<Fixture, Templates0, Types> {
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 685 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 697 typedef Fixture<Type> FixtureClass; 715 return TypeParameterizedTest<Fixture, TestSel, 726 template <GTEST_TEMPLATE_ Fixture, class TestSel> 727 class TypeParameterizedTest<Fixture, TestSel, Types0> { 742 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 765 TypeParameterizedTest<Fixture, Head, Types>::Register( 769 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 778 template <GTEST_TEMPLATE_ Fixture, typename Types> 779 class TypeParameterizedTestSuite<Fixture, Templates0, Types> {
|
/external/catch2/docs/ |
D | list-of-examples.md | 10 - Fixture: [Sections](../examples/100-Fix-Section.cpp) 11 - Fixture: [Class-based fixtures](../examples/110-Fix-ClassFixture.cpp)
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 44 template < template < typename > class Fixture, typename Tests, 50 TypeParameterizedTest < Fixture, Head, Types >::Register; in Register()
|
/external/google-benchmark/test/ |
D | templated_fixture_test.cc | 8 class MyFixture : public ::benchmark::Fixture {
|
/external/libcxx/utils/google-benchmark/test/ |
D | templated_fixture_test.cc | 8 class MyFixture : public ::benchmark::Fixture {
|
D | fixture_test.cc | 7 class MyFixture : public ::benchmark::Fixture {
|