HomeSort by relevance Sort by last modified time
    Searched refs:FooEnvironment (Results 1 - 5 of 5) sorted by null

  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 951 class FooEnvironment : public testing::Environment {
954 printf("%s", "FooEnvironment::SetUp() called.\n");
958 printf("%s", "FooEnvironment::TearDown() called.\n");
1016 testing::AddGlobalTestEnvironment(new FooEnvironment);
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 964 class FooEnvironment : public testing::Environment {
967 printf("%s", "FooEnvironment::SetUp() called.\n");
971 printf("%s", "FooEnvironment::TearDown() called.\n");
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);
  /external/gtest/test/
gtest_output_test_.cc 951 class FooEnvironment : public testing::Environment {
954 printf("%s", "FooEnvironment::SetUp() called.\n");
958 printf("%s", "FooEnvironment::TearDown() called.\n");
1016 testing::AddGlobalTestEnvironment(new FooEnvironment);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 938 class FooEnvironment : public testing::Environment {
941 printf("%s", "FooEnvironment::SetUp() called.\n");
945 printf("%s", "FooEnvironment::TearDown() called.\n");
1005 testing::AddGlobalTestEnvironment(new FooEnvironment);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 964 class FooEnvironment : public testing::Environment {
967 printf("%s", "FooEnvironment::SetUp() called.\n");
971 printf("%s", "FooEnvironment::TearDown() called.\n");
1030 testing::AddGlobalTestEnvironment(new FooEnvironment);

Completed in 28 milliseconds