OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyEnvironment
(Results
1 - 12
of
12
) sorted by null
/external/protobuf/gtest/test/
gtest_environment_test.cc
49
class
MyEnvironment
: public testing::Environment {
51
MyEnvironment
() { Reset(); }
122
int RunAllTests(
MyEnvironment
* env, FailureType failure) {
136
MyEnvironment
* const env = new
MyEnvironment
;
gtest_repeat_test.cc
83
class
MyEnvironment
: public testing::Environment {
85
MyEnvironment
() {}
231
testing::AddGlobalTestEnvironment(new
MyEnvironment
);
gtest_nc.cc
87
class
MyEnvironment
: public testing::Environment {
98
class
MyEnvironment
: public testing::Environment {
/external/chromium/testing/gtest/test/
gtest_environment_test.cc
53
class
MyEnvironment
: public testing::Environment {
55
MyEnvironment
() { Reset(); }
126
int RunAllTests(
MyEnvironment
* env, FailureType failure) {
141
MyEnvironment
* const env = new
MyEnvironment
;
gtest_repeat_test.cc
83
class
MyEnvironment
: public testing::Environment {
85
MyEnvironment
() {}
231
testing::AddGlobalTestEnvironment(new
MyEnvironment
);
/external/chromium_org/testing/gtest/test/
gtest_environment_test.cc
53
class
MyEnvironment
: public testing::Environment {
55
MyEnvironment
() { Reset(); }
127
int RunAllTests(
MyEnvironment
* env, FailureType failure) {
142
MyEnvironment
* const env = new
MyEnvironment
;
gtest_repeat_test.cc
83
class
MyEnvironment
: public testing::Environment {
85
MyEnvironment
() {}
231
testing::AddGlobalTestEnvironment(new
MyEnvironment
);
/external/gtest/test/
gtest_environment_test.cc
53
class
MyEnvironment
: public testing::Environment {
55
MyEnvironment
() { Reset(); }
126
int RunAllTests(
MyEnvironment
* env, FailureType failure) {
141
MyEnvironment
* const env = new
MyEnvironment
;
gtest_repeat_test.cc
83
class
MyEnvironment
: public testing::Environment {
85
MyEnvironment
() {}
231
testing::AddGlobalTestEnvironment(new
MyEnvironment
);
gtest_nc.cc
87
class
MyEnvironment
: public testing::Environment {
98
class
MyEnvironment
: public testing::Environment {
/ndk/sources/third_party/googletest/googletest/test/
gtest_environment_test.cc
53
class
MyEnvironment
: public testing::Environment {
55
MyEnvironment
() { Reset(); }
127
int RunAllTests(
MyEnvironment
* env, FailureType failure) {
142
MyEnvironment
* const env = new
MyEnvironment
;
gtest_repeat_test.cc
83
class
MyEnvironment
: public testing::Environment {
85
MyEnvironment
() {}
231
testing::AddGlobalTestEnvironment(new
MyEnvironment
);
Completed in 999 milliseconds