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

  /external/libchrome/mojo/public/tests/
test_support_private.h 17 class TestSupport {
19 virtual ~TestSupport();
21 static void Init(TestSupport* test_support);
22 static TestSupport* Get();
test_support_private.cc 11 static mojo::test::TestSupport* g_test_support = NULL;
56 TestSupport::~TestSupport() {
60 void TestSupport::Init(TestSupport* test_support) {
66 TestSupport* TestSupport::Get() {
71 void TestSupport::Reset() {
  /external/libchrome/mojo/core/test/
test_support_impl.h 17 class TestSupportImpl : public mojo::test::TestSupport {
run_all_perftests.cc 23 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl());
run_all_unittests.cc 41 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl());
  /external/libchrome/ipc/
run_all_perftests.cc 22 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl());
  /external/python/cpython2/Lib/test/
test_test_support.py 24 class TestSupport(unittest.TestCase):
461 tests = [TestSupport]
  /external/python/cpython3/Lib/test/
test_support.py 21 class TestSupport(unittest.TestCase):
617 tests = [TestSupport]

Completed in 1126 milliseconds