Home
last modified time | relevance | path

Searched refs:TestSupportImpl (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/edk/test/
Dtest_support_impl.cc44 TestSupportImpl::TestSupportImpl() { in TestSupportImpl() function in mojo::edk::test::TestSupportImpl
47 TestSupportImpl::~TestSupportImpl() { in ~TestSupportImpl()
50 void TestSupportImpl::LogPerfResult(const char* test_name, in LogPerfResult()
63 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) { in OpenSourceRootRelativeFile()
67 char** TestSupportImpl::EnumerateSourceRootRelativeDirectory( in EnumerateSourceRootRelativeDirectory()
Dtest_support_impl.h17 class TestSupportImpl : public mojo::test::TestSupport {
19 TestSupportImpl();
20 ~TestSupportImpl() override;
31 DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
Drun_all_perftests.cc28 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl()); in main()
Drun_all_unittests.cc44 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl()); in main()