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

  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 952 class FooEnvironment : public testing::Environment {
955 printf("%s", "FooEnvironment::SetUp() called.\n");
959 printf("%s", "FooEnvironment::TearDown() called.\n");
1017 testing::AddGlobalTestEnvironment(new FooEnvironment);
  /external/googletest/googletest/test/
gtest_output_test_.cc 995 class FooEnvironment : public testing::Environment {
998 printf("%s", "FooEnvironment::SetUp() called.\n");
1002 printf("%s", "FooEnvironment::TearDown() called.\n");
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test_.cc 1064 class FooEnvironment : public testing::Environment {
1067 printf("%s", "FooEnvironment::SetUp() called.\n");
1071 printf("%s", "FooEnvironment::TearDown() called.\n");
    [all...]
  /external/v8/testing/gtest/test/
gtest_output_test_.cc 995 class FooEnvironment : public testing::Environment {
998 printf("%s", "FooEnvironment::SetUp() called.\n");
1002 printf("%s", "FooEnvironment::TearDown() called.\n");
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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);
  /prebuilts/ndk/r16/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);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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 809 milliseconds