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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1147 // Returns the vector of environments that need to be set-up/torn-down
1149 std::vector<Environment*>& environments() { return environments_; } function in class:testing::internal::UnitTestImpl
1244 // The vector of environments that need to be set-up/torn-down
5239 // program is run, all global test environments will be set-up in the
5241 // finished, all global test environments will be torn-down in the
5253 impl_->environments().push_back(env);
5413 "auxiliary test code (environments or event listeners)") ? 0 : 1;
5789 // Sets up all environments beforehand.
5803 // Tears down all environments in reverse order afterwards.
7493 // fork supports only single-threaded environments, s
[all...]

Completed in 40 milliseconds