Home
last modified time | relevance | path

Searched refs:TestSupport (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/mojo/public/tests/
Dtest_support_private.cc11 static mojo::test::TestSupport* g_test_support = NULL;
56 TestSupport::~TestSupport() { in ~TestSupport()
60 void TestSupport::Init(TestSupport* test_support) { in Init()
66 TestSupport* TestSupport::Get() { in Get()
71 void TestSupport::Reset() { in Reset()
Dtest_support_private.h17 class TestSupport {
19 virtual ~TestSupport();
21 static void Init(TestSupport* test_support);
22 static TestSupport* Get();
/external/llvm-project/clang/tools/clang-refactor/
DCMakeLists.txt8 TestSupport.cpp
/external/libchrome/mojo/core/test/
Dtest_support_impl.h17 class TestSupportImpl : public mojo::test::TestSupport {
Drun_all_perftests.cc23 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl()); in main()
Drun_all_unittests.cc41 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl()); in main()
/external/libchrome/ipc/
Drun_all_perftests.cc22 mojo::test::TestSupport::Init(new mojo::core::test::TestSupportImpl()); in main()
/external/llvm-project/llvm/utils/gn/secondary/clang/tools/clang-refactor/
DBUILD.gn17 "TestSupport.cpp",
/external/python/cpython2/Lib/test/
Dtest_test_support.py24 class TestSupport(unittest.TestCase): class
461 tests = [TestSupport]
/external/python/cpython3/Lib/test/
Dtest_support.py21 class TestSupport(unittest.TestCase): class
680 tests = [TestSupport]