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

1 2

  /external/chromium_org/third_party/angle/tests/angle_tests/
angle_test_main.cpp 13 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment());
  /external/chromium_org/third_party/angle/tests/compiler_tests/
compiler_test_main.cpp 33 testing::AddGlobalTestEnvironment(new CompilerTestEnvironment());
  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 113 testing::AddGlobalTestEnvironment(new JITEnvironment);
OProfileJITEventListenerTest.cpp 165 testing::AddGlobalTestEnvironment(new JITEnvironment);
JITEventListenerTest.cpp 235 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());
  /external/chromium_org/testing/gtest/test/
gtest-listener_test.cc 39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
213 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_environment_test.cc 143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 962 // Two test environments for testing testing::AddGlobalTestEnvironment().
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);
1031 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
    [all...]
  /external/gtest/test/
gtest-listener_test.cc 39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
213 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_environment_test.cc 143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 962 // Two test environments for testing testing::AddGlobalTestEnvironment().
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);
1031 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-listener_test.cc 39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
213 << "AddGlobalTestEnvironment should not generate any events itself.";
gtest_environment_test.cc 143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
gtest_repeat_test.cc 231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_output_test_.cc 962 // Two test environments for testing testing::AddGlobalTestEnvironment().
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);
1031 testing::AddGlobalTestEnvironment(new BarEnvironment);
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
    [all...]

Completed in 213 milliseconds

1 2