Searched refs:GTEST_FLAG (Results 1 - 25 of 29) sorted by relevance

12

/external/gtest/test/
H A Dgtest_env_var_test_.cc55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat);
100 cout << GTEST_FLAG(stack_trace_dept
[all...]
H A Dgtest_repeat_test.cc55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
116 GTEST_FLAG(death_test_style) = "threadsafe";
119 GTEST_FLAG(death_test_style) = "fast";
175 GTEST_FLAG(repeat) = repeat;
185 GTEST_FLAG(repeat) = repeat;
186 GTEST_FLAG(filter) = "None";
196 GTEST_FLAG(repeat) = repeat;
197 GTEST_FLAG(filte
[all...]
H A Dgtest-options_test.cc70 GTEST_FLAG(output) = "";
75 GTEST_FLAG(output) = "xml:filename";
80 GTEST_FLAG(output) = "";
86 GTEST_FLAG(output) = "xml:filename.abc";
93 GTEST_FLAG(output) = "xml:path\\";
107 GTEST_FLAG(output) = "xml:path/";
175 GTEST_FLAG(output) = "";
182 GTEST_FLAG(output) = "xml";
189 GTEST_FLAG(output) = "xml:filename.abc";
197 GTEST_FLAG(outpu
[all...]
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(repeat) > 0
50 || testing::GTEST_FLAG(show_internal_stack_frame
[all...]
H A Dgtest-death-test_test.cc339 testing::GTEST_FLAG(death_test_style) = "fast";
346 testing::GTEST_FLAG(death_test_style) = "fast";
362 testing::GTEST_FLAG(death_test_style) = "fast";
374 testing::GTEST_FLAG(death_test_style) = "threadsafe";
379 testing::GTEST_FLAG(death_test_style) = "threadsafe";
385 testing::GTEST_FLAG(death_test_style) = "threadsafe";
392 testing::GTEST_FLAG(death_test_style) = "threadsafe";
402 testing::GTEST_FLAG(death_test_style) = "threadsafe";
404 testing::GTEST_FLAG(death_test_style) = "fast";
421 if (!testing::GTEST_FLAG(death_test_use_for
[all...]
H A Dgtest_environment_test.cc175 testing::GTEST_FLAG(filter) = "-*";
/external/protobuf/gtest/test/
H A Dgtest_env_var_test_.cc55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat);
100 cout << GTEST_FLAG(stack_trace_dept
[all...]
H A Dgtest_repeat_test.cc55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
115 GTEST_FLAG(death_test_style) = "threadsafe";
118 GTEST_FLAG(death_test_style) = "fast";
173 GTEST_FLAG(repeat) = repeat;
183 GTEST_FLAG(repeat) = repeat;
184 GTEST_FLAG(filter) = "None";
194 GTEST_FLAG(repeat) = repeat;
195 GTEST_FLAG(filte
[all...]
H A Dgtest-options_test.cc70 GTEST_FLAG(output) = "";
75 GTEST_FLAG(output) = "xml:filename";
80 GTEST_FLAG(output) = "";
86 GTEST_FLAG(output) = "xml:filename.abc";
93 GTEST_FLAG(output) = "xml:path\\";
107 GTEST_FLAG(output) = "xml:path/";
167 GTEST_FLAG(output) = "";
174 GTEST_FLAG(output) = "xml";
181 GTEST_FLAG(output) = "xml:filename.abc";
189 GTEST_FLAG(outpu
[all...]
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests)
42 || testing::GTEST_FLAG(break_on_failure)
43 || testing::GTEST_FLAG(catch_exceptions)
44 || testing::GTEST_FLAG(color) != "unknown"
45 || testing::GTEST_FLAG(filter) != "unknown"
46 || testing::GTEST_FLAG(list_tests)
47 || testing::GTEST_FLAG(output) != "unknown"
48 || testing::GTEST_FLAG(print_time)
49 || testing::GTEST_FLAG(random_seed)
50 || testing::GTEST_FLAG(repea
[all...]
H A Dgtest-death-test_test.cc340 testing::GTEST_FLAG(death_test_style) = "fast";
347 testing::GTEST_FLAG(death_test_style) = "fast";
357 testing::GTEST_FLAG(death_test_style) = "fast";
369 testing::GTEST_FLAG(death_test_style) = "threadsafe";
374 testing::GTEST_FLAG(death_test_style) = "threadsafe";
380 testing::GTEST_FLAG(death_test_style) = "threadsafe";
387 testing::GTEST_FLAG(death_test_style) = "threadsafe";
397 testing::GTEST_FLAG(death_test_style) = "threadsafe";
399 testing::GTEST_FLAG(death_test_style) = "fast";
416 if (!testing::GTEST_FLAG(death_test_use_for
[all...]
H A Dgtest_environment_test.cc175 testing::GTEST_FLAG(filter) = "-*";
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h133 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
134 break_on_failure_ = GTEST_FLAG(break_on_failure);
135 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
136 color_ = GTEST_FLAG(color);
137 death_test_style_ = GTEST_FLAG(death_test_style);
138 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
139 filter_ = GTEST_FLAG(filter);
140 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
141 list_tests_ = GTEST_FLAG(list_tests);
142 output_ = GTEST_FLAG(outpu
[all...]
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork);
1016 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1017 GTEST_FLAG(death_test_style) == "fast") {
1021 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1023 } else if (GTEST_FLAG(death_test_style) == "fast") {
1030 GTEST_FLAG(death_test_style).c_str()));
1126 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1129 if (GTEST_FLAG(internal_run_death_test) == "") return NULL;
1136 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields);
1152 GTEST_FLAG(internal_run_death_tes
[all...]
H A Dgtest.cc367 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
379 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
463 const char* const p = GTEST_FLAG(filter).c_str();
468 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
493 return (GTEST_FLAG(catch_exceptions) &&
2557 const char* const gtest_color = GTEST_FLAG(color).c_str();
2665 if (GTEST_FLAG(repeat) != 1)
2668 const char* const filter = GTEST_FLAG(filter).c_str();
2684 if (GTEST_FLAG(shuffle)) {
2748 if (GTEST_FLAG(print_tim
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h96 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
97 break_on_failure_ = GTEST_FLAG(break_on_failure);
98 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
99 color_ = GTEST_FLAG(color);
100 death_test_style_ = GTEST_FLAG(death_test_style);
101 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
102 filter_ = GTEST_FLAG(filter);
103 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
104 list_tests_ = GTEST_FLAG(list_tests);
105 output_ = GTEST_FLAG(outpu
[all...]
H A Dgtest.cc333 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
345 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
429 const char* const p = GTEST_FLAG(filter).c_str();
434 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
459 return (GTEST_FLAG(catch_exceptions) &&
2513 const char* const gtest_color = GTEST_FLAG(color).c_str();
2622 const char * const filter = GTEST_FLAG(filter).c_str();
2669 if (!GTEST_FLAG(print_time)) return;
2699 if (GTEST_FLAG(print_time)) {
2773 if (GTEST_FLAG(print_tim
[all...]
H A Dgtest-death-test.cc1045 const bool use_fork = GTEST_FLAG(death_test_use_fork);
1156 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1157 GTEST_FLAG(death_test_style) == "fast") {
1161 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1163 } else if (GTEST_FLAG(death_test_style) == "fast") {
1170 GTEST_FLAG(death_test_style).c_str()));
1267 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1270 if (GTEST_FLAG(internal_run_death_test) == "") return NULL;
1277 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields);
1293 GTEST_FLAG(internal_run_death_tes
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h94 break_on_failure_ = GTEST_FLAG(break_on_failure);
95 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
96 color_ = GTEST_FLAG(color);
97 death_test_style_ = GTEST_FLAG(death_test_style);
98 filter_ = GTEST_FLAG(filter);
99 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
100 list_tests_ = GTEST_FLAG(list_tests);
101 output_ = GTEST_FLAG(output);
102 repeat_ = GTEST_FLAG(repeat);
107 GTEST_FLAG(break_on_failur
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h117 // GTEST_FLAG() - references a flag.
586 #define GTEST_FLAG(name) FLAGS_gtest_##name macro
589 #define GTEST_DECLARE_bool(name) extern bool GTEST_FLAG(name)
591 extern ::testing::internal::Int32 GTEST_FLAG(name)
593 extern ::testing::internal::String GTEST_FLAG(name)
597 bool GTEST_FLAG(name) = (default_val)
599 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
601 ::testing::internal::String GTEST_FLAG(name) = (default_val)
/external/gtest/include/gtest/internal/
H A Dgtest-port.h140 // GTEST_FLAG() - references a flag.
871 #define GTEST_FLAG(name) FLAGS_gtest_##name macro
874 #define GTEST_DECLARE_bool_(name) extern bool GTEST_FLAG(name)
876 extern ::testing::internal::Int32 GTEST_FLAG(name)
878 extern ::testing::internal::String GTEST_FLAG(name)
882 bool GTEST_FLAG(name) = (default_val)
884 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
886 ::testing::internal::String GTEST_FLAG(name) = (default_val)
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h149 // GTEST_FLAG() - references a flag.
1050 #define GTEST_FLAG(name) FLAGS_gtest_##name macro
1053 #define GTEST_DECLARE_bool_(name) extern bool GTEST_FLAG(name)
1055 extern ::testing::internal::Int32 GTEST_FLAG(name)
1057 extern ::testing::internal::String GTEST_FLAG(name)
1061 bool GTEST_FLAG(name) = (default_val)
1063 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
1065 ::testing::internal::String GTEST_FLAG(name) = (default_val)
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc669 if (GTEST_FLAG(death_test_style) == "threadsafe") {
671 } else if (GTEST_FLAG(death_test_style) == "fast") {
676 GTEST_FLAG(death_test_style).c_str());
724 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
727 if (GTEST_FLAG(internal_run_death_test) == "") return NULL;
734 SplitString(GTEST_FLAG(internal_run_death_test).c_str(), ':', &fields);
741 GTEST_FLAG(internal_run_death_test).c_str());

Completed in 151 milliseconds

12