Searched refs:Run (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_list_tests_unittest.py117 def Run(args): function
158 output = Run(args)
H A Dgtest_break_on_failure_unittest.py80 def Run(command): function
135 has_seg_fault = Run(command)
H A Dgtest_throw_on_failure_test.py70 def Run(command): function
118 failed = not Run(command)
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h449 void Run();
744 void Run();
883 void Run();
1164 int Run() GTEST_MUST_USE_RESULT_;
2233 return ::testing::UnitTest::GetInstance()->Run();
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1563 // in order to call its Run(). Introducing ThreadWithParamBase as a
1569 virtual void Run() = 0;
1579 static_cast<ThreadWithParamBase*>(thread)->Run();
1620 virtual void Run() { function in class:testing::internal::ThreadWithParam
1775 virtual void Run() = 0;
1804 virtual void Run() { function in class:testing::internal::ThreadWithParam::RunnableImpl
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc205 "Run disabled tests too, in addition to the tests normally being run.");
2465 void Test::Run() { function in class:testing::Test
2630 void TestInfo::Run() { function in class:testing::TestInfo
2656 test->Run();
2759 void TestCase::Run() { function in class:testing::TestCase
2774 GetMutableTestInfo(i)->Run();
4185 int UnitTest::Run() { function in class:testing::UnitTest
4649 GetMutableTestCase(test_index)->Run();
5169 " Run only the tests whose name matches one of the positive patterns but\n"
5173 " Run al
[all...]
H A Dgtest-port.cc363 param->runnable_->Run();
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h829 static OutIter Run(Func f, const Tuple& t, OutIter out) { function in class:testing::internal::TransformTupleValuesHelper
854 return TransformTupleValuesHelper<Tuple, Func, OutIter>::Run(f, t, out);

Completed in 72 milliseconds