Searched refs:should_run (Results 1 - 25 of 31) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-unittest-api_test.cc153 EXPECT_TRUE(test_case->should_run());
164 EXPECT_FALSE(tests[0]->should_run());
170 EXPECT_TRUE(tests[1]->should_run());
176 EXPECT_TRUE(tests[2]->should_run());
182 EXPECT_TRUE(tests[3]->should_run());
193 EXPECT_TRUE(test_case->should_run());
204 EXPECT_TRUE(tests[0]->should_run());
216 EXPECT_FALSE(test_case->should_run());
226 EXPECT_FALSE(test_info->should_run());
251 EXPECT_TRUE(test_cases[0]->should_run());
[all...]
/external/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc153 EXPECT_TRUE(test_case->should_run());
164 EXPECT_FALSE(tests[0]->should_run());
170 EXPECT_TRUE(tests[1]->should_run());
176 EXPECT_TRUE(tests[2]->should_run());
182 EXPECT_TRUE(tests[3]->should_run());
193 EXPECT_TRUE(test_case->should_run());
204 EXPECT_TRUE(tests[0]->should_run());
216 EXPECT_FALSE(test_case->should_run());
226 EXPECT_FALSE(test_info->should_run());
251 EXPECT_TRUE(test_cases[0]->should_run());
[all...]
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc152 EXPECT_TRUE(test_case->should_run());
163 EXPECT_FALSE(tests[0]->should_run());
169 EXPECT_TRUE(tests[1]->should_run());
175 EXPECT_TRUE(tests[2]->should_run());
181 EXPECT_TRUE(tests[3]->should_run());
192 EXPECT_TRUE(test_case->should_run());
204 EXPECT_TRUE(tests[0]->should_run());
216 EXPECT_FALSE(test_case->should_run());
226 EXPECT_FALSE(test_info->should_run());
251 EXPECT_TRUE(test_cases[0]->should_run());
[all...]
/external/v8/testing/gtest/test/
H A Dgtest-unittest-api_test.cc153 EXPECT_TRUE(test_case->should_run());
164 EXPECT_FALSE(tests[0]->should_run());
170 EXPECT_TRUE(tests[1]->should_run());
176 EXPECT_TRUE(tests[2]->should_run());
182 EXPECT_TRUE(tests[3]->should_run());
193 EXPECT_TRUE(test_case->should_run());
204 EXPECT_TRUE(tests[0]->should_run());
216 EXPECT_FALSE(test_case->should_run());
226 EXPECT_FALSE(test_info->should_run());
251 EXPECT_TRUE(test_cases[0]->should_run());
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-unittest-api_test.cc153 EXPECT_TRUE(test_case->should_run());
164 EXPECT_FALSE(tests[0]->should_run());
170 EXPECT_TRUE(tests[1]->should_run());
176 EXPECT_TRUE(tests[2]->should_run());
182 EXPECT_TRUE(tests[3]->should_run());
193 EXPECT_TRUE(test_case->should_run());
204 EXPECT_TRUE(tests[0]->should_run());
216 EXPECT_FALSE(test_case->should_run());
226 EXPECT_FALSE(test_info->should_run());
251 EXPECT_TRUE(test_cases[0]->should_run());
[all...]
/external/skia/tests/
H A Dskia_test.cpp125 static bool should_run(const char* testName, bool isGPUTest) { function
210 if (should_run(test.name, test.needsGpu)) {
227 if (!should_run(test.name, test.needsGpu)) {
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h670 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/googletest/googletest/include/gtest/
H A Dgtest.h694 bool should_run() const { return should_run_; } function in class:testing::TestInfo
811 bool should_run() const { return should_run_; } function in class:testing::TestCase
867 // Sets the should_run member.
895 return test_info->should_run() && test_info->result()->Passed();
900 return test_info->should_run() && test_info->result()->Failed();
921 return test_info->should_run();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h694 bool should_run() const { return should_run_; } function in class:testing::TestInfo
811 bool should_run() const { return should_run_; } function in class:testing::TestCase
867 // Sets the should_run member.
895 return test_info->should_run() && test_info->result()->Passed();
900 return test_info->should_run() && test_info->result()->Failed();
921 return test_info->should_run();
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h694 bool should_run() const { return should_run_; } function in class:testing::TestInfo
811 bool should_run() const { return should_run_; } function in class:testing::TestCase
867 // Sets the should_run member.
895 return test_info->should_run() && test_info->result()->Passed();
900 return test_info->should_run() && test_info->result()->Failed();
921 return test_info->should_run();
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h665 bool should_run() const { return should_run_; } function in class:testing::TestInfo
779 bool should_run() const { return should_run_; } function in class:testing::TestCase
835 // Sets the should_run member.
863 return test_info->should_run() && test_info->result()->Passed();
868 return test_info->should_run() && test_info->result()->Failed();
889 return test_info->should_run();
/external/protobuf/gtest/src/
H A Dgtest.cc314 return test_case->should_run() && test_case->Passed();
319 return test_case->should_run() && test_case->Failed();
325 return test_case->should_run();
2213 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
2438 return impl->should_run() && impl->result()->Passed();
2444 return impl->should_run() && impl->result()->Failed();
2454 return test_info->impl()->should_run();
2815 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2820 if (!test_info.should_run() || test_inf
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc746 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
748 // Sets the should_run member.
1654 return test_case->should_run() && test_case->Passed();
1659 return test_case->should_run() && test_case->Failed();
1665 return test_case->should_run();
3553 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
3778 return impl->should_run() && impl->result()->Passed();
3784 return impl->should_run() && impl->result()->Failed();
3794 return test_info->impl()->should_run();
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h641 bool should_run() const;
715 bool should_run() const { return should_run_; } function in class:testing::TestCase
761 // Sets the should_run member.
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc326 return test_case->should_run() && test_case->Passed();
331 return test_case->should_run() && test_case->Failed();
337 return test_case->should_run();
2835 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2840 if (!test_info.should_run() || test_info.result()->Passed()) {
3264 << (test_info.should_run() ? "run" : "notrun")
4456 test_case->set_should_run(test_case->should_run() || is_selected);
/external/googletest/googletest/src/
H A Dgtest.cc346 return test_case->should_run() && test_case->Passed();
351 return test_case->should_run() && test_case->Failed();
357 return test_case->should_run();
3175 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
3180 if (!test_info.should_run() || test_info.result()->Passed()) {
3641 test_info.should_run() ? "run" : "notrun");
4834 test_case->set_should_run(test_case->should_run() || is_selected);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc346 return test_case->should_run() && test_case->Passed();
351 return test_case->should_run() && test_case->Failed();
357 return test_case->should_run();
3177 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
3182 if (!test_info.should_run() || test_info.result()->Passed()) {
3643 test_info.should_run() ? "run" : "notrun");
4836 test_case->set_should_run(test_case->should_run() || is_selected);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
2810 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2815 if (!test_info.should_run() || test_info.result()->Passed()) {
3213 << (test_info.should_run() ? "run" : "notrun")
4394 test_case->set_should_run(test_case->should_run() || is_selected);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
2838 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2843 if (!test_info.should_run() || test_info.result()->Passed()) {
3241 << (test_info.should_run() ? "run" : "notrun")
4424 test_case->set_should_run(test_case->should_run() || is_selected);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
2809 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2814 if (!test_info.should_run() || test_info.result()->Passed()) {
3212 << (test_info.should_run() ? "run" : "notrun")
4391 test_case->set_should_run(test_case->should_run() || is_selected);
/external/v8/testing/gtest/src/
H A Dgtest.cc346 return test_case->should_run() && test_case->Passed();
351 return test_case->should_run() && test_case->Failed();
357 return test_case->should_run();
3175 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
3180 if (!test_info.should_run() || test_info.result()->Passed()) {
3641 test_info.should_run() ? "run" : "notrun");
4834 test_case->set_should_run(test_case->should_run() || is_selected);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc332 return test_case->should_run() && test_case->Passed();
337 return test_case->should_run() && test_case->Failed();
343 return test_case->should_run();
2840 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2845 if (!test_info.should_run() || test_info.result()->Passed()) {
3297 test_info.should_run() ? "run" : "notrun");
4498 test_case->set_should_run(test_case->should_run() || is_selected);

Completed in 431 milliseconds

12