Searched refs:GTEST_FLAG (Results 26 - 50 of 66) sorted by relevance

123

/external/protobuf/gtest/test/
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/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cc39 testing::GTEST_FLAG(death_test_style) = "threadsafe";
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc347 testing::GTEST_FLAG(death_test_style) = "fast";
354 testing::GTEST_FLAG(death_test_style) = "fast";
364 testing::GTEST_FLAG(death_test_style) = "fast";
407 testing::GTEST_FLAG(death_test_style) = "fast";
416 testing::GTEST_FLAG(death_test_style) = "threadsafe";
428 testing::GTEST_FLAG(death_test_style) = "threadsafe";
433 testing::GTEST_FLAG(death_test_style) = "threadsafe";
439 testing::GTEST_FLAG(death_test_style) = "threadsafe";
446 testing::GTEST_FLAG(death_test_style) = "threadsafe";
456 testing::GTEST_FLAG(death_test_styl
[all...]
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_environment_test.cc181 testing::GTEST_FLAG(filter) = "-*";
H A Dgtest_output_test_.cc993 bool GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = false;
1001 testing::GTEST_FLAG(print_time) = false;
1014 GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = true;
1017 if (testing::internal::GTEST_FLAG(internal_run_death_test) != "") {
1029 if (GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests))
/external/gtest/test/
H A Dgtest-death-test_test.cc352 testing::GTEST_FLAG(death_test_style) = "fast";
359 testing::GTEST_FLAG(death_test_style) = "fast";
369 testing::GTEST_FLAG(death_test_style) = "fast";
412 testing::GTEST_FLAG(death_test_style) = "fast";
421 testing::GTEST_FLAG(death_test_style) = "threadsafe";
433 testing::GTEST_FLAG(death_test_style) = "threadsafe";
438 testing::GTEST_FLAG(death_test_style) = "threadsafe";
444 testing::GTEST_FLAG(death_test_style) = "threadsafe";
451 testing::GTEST_FLAG(death_test_style) = "threadsafe";
461 testing::GTEST_FLAG(death_test_styl
[all...]
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_environment_test.cc181 testing::GTEST_FLAG(filter) = "-*";
H A Dgtest_output_test_.cc988 bool GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = false;
996 testing::GTEST_FLAG(print_time) = false;
1009 GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = true;
1012 if (testing::internal::GTEST_FLAG(internal_run_death_test) != "") {
1024 if (GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests))
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc566 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
567 break_on_failure_ = GTEST_FLAG(break_on_failure);
568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
569 color_ = GTEST_FLAG(color);
570 death_test_style_ = GTEST_FLAG(death_test_style);
571 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
572 filter_ = GTEST_FLAG(filter);
573 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
574 list_tests_ = GTEST_FLAG(list_tests);
575 output_ = GTEST_FLAG(outpu
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc566 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
567 break_on_failure_ = GTEST_FLAG(break_on_failure);
568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
569 color_ = GTEST_FLAG(color);
570 death_test_style_ = GTEST_FLAG(death_test_style);
571 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
572 filter_ = GTEST_FLAG(filter);
573 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
574 list_tests_ = GTEST_FLAG(list_tests);
575 output_ = GTEST_FLAG(outpu
[all...]
/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/protobuf/gtest/src/
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/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc135 return !GTEST_FLAG(internal_run_death_test).empty();
139 if (GTEST_FLAG(death_test_style) == "threadsafe")
140 return !GTEST_FLAG(internal_run_death_test).empty();
1053 const bool use_fork = GTEST_FLAG(death_test_use_fork);
1182 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1183 GTEST_FLAG(death_test_style) == "fast") {
1189 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1191 } else if (GTEST_FLAG(death_test_style) == "fast") {
1199 "Unknown death test style \"" + GTEST_FLAG(death_test_style)
1296 // initialized from the GTEST_FLAG(internal_run_death_tes
[all...]
H A Dgtest.cc397 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
409 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
490 const char* const p = GTEST_FLAG(filter).c_str();
495 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
529 if (!GTEST_FLAG(catch_exceptions))
2373 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2381 // if (GTEST_FLAG(catch_exceptions))
2871 const char* const gtest_color = GTEST_FLAG(color).c_str();
3008 if (GTEST_FLAG(repeat) != 1)
3011 const char* const filter = GTEST_FLAG(filte
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc135 return !GTEST_FLAG(internal_run_death_test).empty();
139 if (GTEST_FLAG(death_test_style) == "threadsafe")
140 return !GTEST_FLAG(internal_run_death_test).empty();
1051 const bool use_fork = GTEST_FLAG(death_test_use_fork);
1180 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1181 GTEST_FLAG(death_test_style) == "fast") {
1187 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1189 } else if (GTEST_FLAG(death_test_style) == "fast") {
1197 "Unknown death test style \"" + GTEST_FLAG(death_test_style)
1294 // initialized from the GTEST_FLAG(internal_run_death_tes
[all...]
H A Dgtest.cc393 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
405 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
486 const char* const p = GTEST_FLAG(filter).c_str();
491 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
525 if (!GTEST_FLAG(catch_exceptions))
2089 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2097 // if (GTEST_FLAG(catch_exceptions))
2586 const char* const gtest_color = GTEST_FLAG(color).c_str();
2721 if (GTEST_FLAG(repeat) != 1)
2724 const char* const filter = GTEST_FLAG(filte
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc386 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
398 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
482 const char* const p = GTEST_FLAG(filter).c_str();
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
521 if (!GTEST_FLAG(catch_exceptions))
2049 // GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2586 const char* const gtest_color = GTEST_FLAG(color).c_str();
2717 if (GTEST_FLAG(repea
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc386 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
398 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
482 const char* const p = GTEST_FLAG(filter).c_str();
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
521 if (!GTEST_FLAG(catch_exceptions))
2049 // GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2558 const char* const gtest_color = GTEST_FLAG(color).c_str();
2689 if (GTEST_FLAG(repea
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc386 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
398 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
482 const char* const p = GTEST_FLAG(filter).c_str();
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
521 if (!GTEST_FLAG(catch_exceptions))
2049 // GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2586 const char* const gtest_color = GTEST_FLAG(color).c_str();
2717 if (GTEST_FLAG(repea
[all...]

Completed in 1638 milliseconds

123