Searched refs:Environment (Results 1 - 11 of 11) sorted by relevance

/gem5/util/tlm/
H A DSConstruct45 env = Environment()
/gem5/ext/googletest/googletest/test/
H A Dgtest-listener_test.cc40 using ::testing::Environment;
128 class EnvironmentInvocationCatcher : public Environment {
131 g_events->push_back("Environment::SetUp");
135 g_events->push_back("Environment::TearDown");
226 "Environment::SetUp",
255 "Environment::TearDown",
264 "Environment::SetUp",
293 "Environment::TearDown",
H A Dgtest_environment_test.cc53 class MyEnvironment : public testing::Environment {
H A Dgtest-param-test_test.cc568 class TestGenerationEnvironment : public ::testing::Environment {
631 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in class:TestGenerationTest
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
1039 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest_repeat_test.cc83 class MyEnvironment : public testing::Environment {
H A Dgtest_output_test_.cc995 class FooEnvironment : public testing::Environment {
1007 class BarEnvironment : public testing::Environment {
H A Dgtest-unittest-api_test.cc234 class FinalSuccessChecker : public Environment {
H A Dgtest_unittest.cc204 using testing::Environment;
1627 // Environment variables are not supported on Windows CE.
1661 // Environment variables are not supported on Windows CE.
1769 // Environment variables are not supported on Windows CE.
1844 // Environment variables are not supported on Windows CE.
2076 class UnitTestRecordPropertyTestEnvironment : public Environment {
2099 static Environment* record_property_env =
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h420 // SetUp/TearDown method of Environment objects registered with Google
958 // An Environment object is capable of setting up and tearing down an
962 // An Environment object does the set-up and tear-down in virtual
972 class Environment { class in namespace:testing
974 // The d'tor is virtual as we need to subclass Environment.
975 virtual ~Environment() {}
1262 Environment* AddEnvironment(Environment* env);
1297 friend Environment* AddGlobalTestEnvironment(Environment* en
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h739 std::vector<Environment*>& environments() { return environments_; }
836 std::vector<Environment*> environments_;
H A Dgtest.cc4095 Environment* UnitTest::AddEnvironment(Environment* env) {
4361 // Deletes every Environment.
4362 ForEach(environments_, internal::Delete<Environment>);
4539 static void SetUpEnvironment(Environment* env) { env->SetUp(); }
4540 static void TearDownEnvironment(Environment* env) { env->TearDown(); }

Completed in 73 milliseconds