OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BarEnvironment
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc
964
class
BarEnvironment
: public testing::Environment {
967
printf("%s", "
BarEnvironment
::SetUp() called.\n");
971
printf("%s", "
BarEnvironment
::TearDown() called.\n");
1018
testing::AddGlobalTestEnvironment(new
BarEnvironment
);
/external/gtest/test/
gtest_output_test_.cc
976
class
BarEnvironment
: public testing::Environment {
979
printf("%s", "
BarEnvironment
::SetUp() called.\n");
983
printf("%s", "
BarEnvironment
::TearDown() called.\n");
1031
testing::AddGlobalTestEnvironment(new
BarEnvironment
);
/external/protobuf/gtest/test/
gtest_output_test_.cc
1076
class
BarEnvironment
: public testing::Environment {
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc
976
class
BarEnvironment
: public testing::Environment {
979
printf("%s", "
BarEnvironment
::SetUp() called.\n");
983
printf("%s", "
BarEnvironment
::TearDown() called.\n");
1031
testing::AddGlobalTestEnvironment(new
BarEnvironment
);
Completed in 3502 milliseconds