HomeSort by relevance Sort by last modified time
    Searched refs:GTEST_FLAG (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/testing/gtest/test/
gtest_env_var_test_.cc 55 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_depth)
    [all...]
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
gtest-options_test.cc 70 GTEST_FLAG(output) = "";
75 GTEST_FLAG(output) = "xml:filename";
80 GTEST_FLAG(output) = "";
86 GTEST_FLAG(output) = "xml:filename.abc";
92 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
145 GTEST_FLAG(output) = "";
152 GTEST_FLAG(output) = "xml";
159 GTEST_FLAG(output) = "xml:filename.abc";
166 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
183 GTEST_FLAG(output) = "xml:c:\\tmp\\filename.abc"
    [all...]
gtest_repeat_test.cc 55 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(filter) = "*-*ShouldFail"
    [all...]
  /external/gtest/test/
gtest_env_var_test_.cc 55 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_depth)
    [all...]
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
gtest-options_test.cc 70 GTEST_FLAG(output) = "";
75 GTEST_FLAG(output) = "xml:filename";
80 GTEST_FLAG(output) = "";
86 GTEST_FLAG(output) = "xml:filename.abc";
92 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
145 GTEST_FLAG(output) = "";
152 GTEST_FLAG(output) = "xml";
159 GTEST_FLAG(output) = "xml:filename.abc";
166 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
183 GTEST_FLAG(output) = "xml:c:\\tmp\\filename.abc"
    [all...]
gtest_repeat_test.cc 55 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(filter) = "*-*ShouldFail"
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 55 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_depth)
    [all...]
gtest_repeat_test.cc 55 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(filter) = "*-*ShouldFail"
    [all...]
gtest-options_test.cc 70 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(output) = "xml:path\\"
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_env_var_test_.cc 55 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_depth)
    [all...]
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
gtest-options_test.cc 70 GTEST_FLAG(output) = "";
75 GTEST_FLAG(output) = "xml:filename";
80 GTEST_FLAG(output) = "";
86 GTEST_FLAG(output) = "xml:filename.abc";
92 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
145 GTEST_FLAG(output) = "";
152 GTEST_FLAG(output) = "xml";
159 GTEST_FLAG(output) = "xml:filename.abc";
166 GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_;
183 GTEST_FLAG(output) = "xml:c:\\tmp\\filename.abc"
    [all...]
gtest_repeat_test.cc 55 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(filter) = "*-*ShouldFail"
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test_main.cc 16 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /external/compiler-rt/lib/msan/tests/
msan_test_main.cc 18 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_main.cc 19 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_unit_test_main.cc 16 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 165 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
166 break_on_failure_ = GTEST_FLAG(break_on_failure);
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
168 color_ = GTEST_FLAG(color);
169 death_test_style_ = GTEST_FLAG(death_test_style);
170 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
171 filter_ = GTEST_FLAG(filter);
172 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
173 list_tests_ = GTEST_FLAG(list_tests);
174 output_ = GTEST_FLAG(output)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 154 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
155 break_on_failure_ = GTEST_FLAG(break_on_failure);
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
157 color_ = GTEST_FLAG(color);
158 death_test_style_ = GTEST_FLAG(death_test_style);
159 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
160 filter_ = GTEST_FLAG(filter);
161 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
162 list_tests_ = GTEST_FLAG(list_tests);
163 output_ = GTEST_FLAG(output)
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 165 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
166 break_on_failure_ = GTEST_FLAG(break_on_failure);
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
168 color_ = GTEST_FLAG(color);
169 death_test_style_ = GTEST_FLAG(death_test_style);
170 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
171 filter_ = GTEST_FLAG(filter);
172 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
173 list_tests_ = GTEST_FLAG(list_tests);
174 output_ = GTEST_FLAG(output)
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 154 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
155 break_on_failure_ = GTEST_FLAG(break_on_failure);
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
157 color_ = GTEST_FLAG(color);
158 death_test_style_ = GTEST_FLAG(death_test_style);
159 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
160 filter_ = GTEST_FLAG(filter);
161 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
162 list_tests_ = GTEST_FLAG(list_tests);
163 output_ = GTEST_FLAG(output)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 154 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
155 break_on_failure_ = GTEST_FLAG(break_on_failure);
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
157 color_ = GTEST_FLAG(color);
158 death_test_style_ = GTEST_FLAG(death_test_style);
159 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
160 filter_ = GTEST_FLAG(filter);
161 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
162 list_tests_ = GTEST_FLAG(list_tests);
163 output_ = GTEST_FLAG(output)
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 165 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
166 break_on_failure_ = GTEST_FLAG(break_on_failure);
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
168 color_ = GTEST_FLAG(color);
169 death_test_style_ = GTEST_FLAG(death_test_style);
170 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
171 filter_ = GTEST_FLAG(filter);
172 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
173 list_tests_ = GTEST_FLAG(list_tests);
174 output_ = GTEST_FLAG(output)
    [all...]

Completed in 1219 milliseconds

1 2 3 4