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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h286 // Environment variable utilities:
2904 // Environment variables which we programmatically clear will be set to the
17809 // SetUp/TearDown method of Environment objects registered with Google
18339 // An Environment object is capable of setting up and tearing down an
18343 // An Environment object does the set-up and tear-down in virtual
18353 class Environment { class in namespace:testing
18355 // The d'tor is virtual as we need to subclass Environment.
18356 virtual ~Environment() {}
18643 Environment* AddEnvironment(Environment* en
[all...]

Completed in 85 milliseconds