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

1 2

  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 153 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/
gtest-unittest-api_test.cc 153 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/
gtest-unittest-api_test.cc 152 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/
gtest-unittest-api_test.cc 153 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/
gtest-unittest-api_test.cc 153 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...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 153 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...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 153 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/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 37 def should_run(self): member in class:DrmTest
130 if test.should_run():
  /external/skia/tests/
skia_test.cpp 125 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/
gtest.h 670 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();
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 694 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();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 694 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();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 669 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();
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 665 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();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h 669 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();
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest.h 694 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();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 665 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();
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest.h 665 bool should_run() const { return should_run_; } function in class:testing::TestInfo
771 bool should_run() const { return should_run_; } function in class:testing::TestCase
821 // Sets the should_run member.
849 return test_info->should_run() && test_info->result()->Passed();
854 return test_info->should_run() && test_info->result()->Failed();
864 return test_info->should_run();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest.h 665 bool should_run() const { return should_run_; } function in class:testing::TestInfo
771 bool should_run() const { return should_run_; } function in class:testing::TestCase
821 // Sets the should_run member.
849 return test_info->should_run() && test_info->result()->Passed();
854 return test_info->should_run() && test_info->result()->Failed();
864 return test_info->should_run();
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 314 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
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 746 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
748 // Sets the should_run member.
3553 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 641 bool should_run() const;
715 bool should_run() const { return should_run_; } function in class:testing::TestCase
761 // Sets the should_run member.
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 326 return test_case->should_run() && test_case->Passed();
331 return test_case->should_run() && test_case->Failed();
337 return test_case->should_run();
    [all...]
  /external/googletest/googletest/src/
gtest.cc 346 return test_case->should_run() && test_case->Passed();
351 return test_case->should_run() && test_case->Failed();
357 return test_case->should_run();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 346 return test_case->should_run() && test_case->Passed();
351 return test_case->should_run() && test_case->Failed();
357 return test_case->should_run();
    [all...]

Completed in 231 milliseconds

1 2