Searched refs:AddGlobalTestEnvironment (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/angle/tests/angle_tests/
H A Dangle_test_main.cpp13 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment());
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A Dcompiler_test_main.cpp33 testing::AddGlobalTestEnvironment(new CompilerTestEnvironment());
/external/chromium_org/v8/src/test/
H A Drun-all-unittests.cc42 testing::AddGlobalTestEnvironment(new DefaultPlatformEnvironment);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp113 testing::AddGlobalTestEnvironment(new JITEnvironment);
H A DOProfileJITEventListenerTest.cpp165 testing::AddGlobalTestEnvironment(new JITEnvironment);
H A DJITEventListenerTest.cpp235 testing::AddGlobalTestEnvironment(new JITEnvironment);
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc137 Check(testing::AddGlobalTestEnvironment(env) == env,
138 "AddGlobalTestEnvironment() should return its argument.");
H A Dgtest-listener_test.cc47 using ::testing::AddGlobalTestEnvironment;
222 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
225 << "AddGlobalTestEnvironment should not generate any events itself.";
H A Dgtest_repeat_test.cc231 testing::AddGlobalTestEnvironment(new MyEnvironment);
H A Dgtest_output_test_.cc936 // Two test environments for testing testing::AddGlobalTestEnvironment().
1005 testing::AddGlobalTestEnvironment(new FooEnvironment);
1006 testing::AddGlobalTestEnvironment(new BarEnvironment);
H A Dgtest-param-test_test.cc55 using ::testing::AddGlobalTestEnvironment;
785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest-unittest-api_test.cc340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
/external/chromium_org/testing/gtest/test/
H A Dgtest-listener_test.cc39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
213 << "AddGlobalTestEnvironment should not generate any events itself.";
H A Dgtest_environment_test.cc143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
H A Dgtest_repeat_test.cc231 testing::AddGlobalTestEnvironment(new MyEnvironment);
H A Dgtest_output_test_.cc967 // Two test environments for testing testing::AddGlobalTestEnvironment().
1035 testing::AddGlobalTestEnvironment(new FooEnvironment);
1036 testing::AddGlobalTestEnvironment(new BarEnvironment);
H A Dgtest-param-test_test.cc57 using ::testing::AddGlobalTestEnvironment;
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest-unittest-api_test.cc338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
/external/gtest/test/
H A Dgtest-listener_test.cc39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
213 << "AddGlobalTestEnvironment should not generate any events itself.";
H A Dgtest_environment_test.cc143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
H A Dgtest_repeat_test.cc231 testing::AddGlobalTestEnvironment(new MyEnvironment);
H A Dgtest_output_test_.cc962 // Two test environments for testing testing::AddGlobalTestEnvironment().
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);
1031 testing::AddGlobalTestEnvironment(new BarEnvironment);
H A Dgtest-param-test_test.cc57 using ::testing::AddGlobalTestEnvironment;
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest-unittest-api_test.cc338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
/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

Completed in 260 milliseconds

12