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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1289 friend Environment* AddGlobalTestEnvironment(Environment* env);
1333 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1336 // call AddGlobalTestEnvironment() there, as relying on initialization
1342 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1212 friend Environment* AddGlobalTestEnvironment(Environment* env);
1254 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1257 // call AddGlobalTestEnvironment() there, as relying on initialization
1263 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/gtest/include/gtest/
H A Dgtest.h1265 friend Environment* AddGlobalTestEnvironment(Environment* env);
1309 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1312 // call AddGlobalTestEnvironment() there, as relying on initialization
1318 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1213 friend Environment* AddGlobalTestEnvironment(Environment* env);
1255 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1258 // call AddGlobalTestEnvironment() there, as relying on initialization
1264 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1212 friend Environment* AddGlobalTestEnvironment(Environment* env);
1254 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1257 // call AddGlobalTestEnvironment() there, as relying on initialization
1263 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1058 friend Environment* AddGlobalTestEnvironment(Environment* env);
1100 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1103 // call AddGlobalTestEnvironment() there, as relying on initialization
1109 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18678 friend Environment* AddGlobalTestEnvironment(Environment* env);
18722 // testing::AddGlobalTestEnvironment(new FooEnvironment);
18725 // call AddGlobalTestEnvironment() there, as relying on initialization
18731 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18678 friend Environment* AddGlobalTestEnvironment(Environment* env);
18722 // testing::AddGlobalTestEnvironment(new FooEnvironment);
18725 // call AddGlobalTestEnvironment() there, as relying on initialization
18731 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing

Completed in 183 milliseconds