/external/harfbuzz_ng/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 …]
|
/external/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()
|
/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()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/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/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/catch2/projects/SelfTest/UsageTests/ |
D | Class.tests.cpp | 36 struct Fixture struct 38 Fixture() : m_a( 1 ) {} in Fixture() function 78 TEST_CASE_METHOD( Fixture, "A TEST_CASE_METHOD based test run that succeeds", "[class]" ) 110 … 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() function 95 SCENARIO_METHOD(Fixture,
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 48 class Fixture : public ::testing::Test { class 52 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anond7a63d930111::Fixture 53 ~Fixture() override { in ~Fixture() 65 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument 70 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument 75 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
|
/external/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 48 class Fixture : public ::testing::Test { class 52 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon01c226240111::Fixture 53 ~Fixture() override { in ~Fixture() 65 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument 70 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument 75 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/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::__anon559319850111::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
|
/external/openscreen/third_party/abseil/src/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::__anon8fd3b3450111::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
|
/external/libtextclassifier/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::__anone51a1bf40111::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
|
/external/angle/third_party/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::__anond02e2a730111::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
|
/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/llvm-project/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/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-internal.h | 684 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 696 typedef Fixture<Type> FixtureClass; 714 return TypeParameterizedTest<Fixture, TestSel, 725 template <GTEST_TEMPLATE_ Fixture, class TestSel> 726 class TypeParameterizedTest<Fixture, TestSel, Types0> { 741 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 764 TypeParameterizedTest<Fixture, Head, Types>::Register( 768 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 777 template <GTEST_TEMPLATE_ Fixture, typename Types> 778 class TypeParameterizedTestSuite<Fixture, Templates0, Types> {
|
/external/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> {
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 704 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 716 typedef Fixture<Type> FixtureClass; 736 return TypeParameterizedTest<Fixture, TestSel, 747 template <GTEST_TEMPLATE_ Fixture, class TestSel> 748 class TypeParameterizedTest<Fixture, TestSel, internal::None> { 768 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 792 TypeParameterizedTest<Fixture, Head, Types>::Register( 796 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 805 template <GTEST_TEMPLATE_ Fixture, typename Types> 806 class TypeParameterizedTestSuite<Fixture, internal::None, Types> {
|