HomeSort by relevance Sort by last modified time
    Searched refs:TestSupportImpl (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/test/
test_support_impl.h 17 class TestSupportImpl : public mojo::test::TestSupport {
19 TestSupportImpl();
20 ~TestSupportImpl() override;
31 DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
test_support_impl.cc 44 TestSupportImpl::TestSupportImpl() {
47 TestSupportImpl::~TestSupportImpl() {
50 void TestSupportImpl::LogPerfResult(const char* test_name,
63 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) {
67 char** TestSupportImpl::EnumerateSourceRootRelativeDirectory(
run_all_perftests.cc 23 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl());
run_all_unittests.cc 40 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl());

Completed in 192 milliseconds