HomeSort by relevance Sort by last modified time
    Searched refs:AddGlobalTestEnvironment (Results 1 - 25 of 29) sorted by null

1 2

  /external/libyuv/files/unit_test/
unit_test.cc 37 ::testing::AddGlobalTestEnvironment(env);
  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 110 testing::AddGlobalTestEnvironment(new JITEnvironment);
OProfileJITEventListenerTest.cpp 166 testing::AddGlobalTestEnvironment(new JITEnvironment);
JITEventListenerTest.cpp 236 testing::AddGlobalTestEnvironment(new JITEnvironment);
  /external/protobuf/gtest/test/
gtest_environment_test.cc 137 Check(testing::AddGlobalTestEnvironment(env) == env,
138 "AddGlobalTestEnvironment() should return its argument.");
gtest-listener_test.cc 47 using ::testing::AddGlobalTestEnvironment;
222 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
225 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 936 // Two test environments for testing testing::AddGlobalTestEnvironment().
1005 testing::AddGlobalTestEnvironment(new FooEnvironment);
1006 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 55 using ::testing::AddGlobalTestEnvironment;
785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
gtest-unittest-api_test.cc 340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
  /external/chromium/testing/gtest/test/
gtest-listener_test.cc 39 using ::testing::AddGlobalTestEnvironment;
213 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
216 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_environment_test.cc 142 Check(testing::AddGlobalTestEnvironment(env) == env,
143 "AddGlobalTestEnvironment() should return its argument.");
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 949 // Two test environments for testing testing::AddGlobalTestEnvironment().
1016 testing::AddGlobalTestEnvironment(new FooEnvironment);
1017 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
879 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
    [all...]
gtest-unittest-api_test.cc 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
  /external/gtest/test/
gtest-listener_test.cc 39 using ::testing::AddGlobalTestEnvironment;
213 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
216 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_environment_test.cc 142 Check(testing::AddGlobalTestEnvironment(env) == env,
143 "AddGlobalTestEnvironment() should return its argument.");
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 949 // Two test environments for testing testing::AddGlobalTestEnvironment().
1016 testing::AddGlobalTestEnvironment(new FooEnvironment);
1017 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
879 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
    [all...]
gtest-unittest-api_test.cc 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]

Completed in 1614 milliseconds

1 2