HomeSort by relevance Sort by last modified time
    Searched defs:should_run (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 43 def should_run(self): member in class:DrmTest
147 if test.should_run():
  /external/skia/tests/
skia_test.cpp 120 static bool should_run(const char* testName, bool isGPUTest) { function
205 if (should_run(test.name, test.needsGpu)) {
222 if (!should_run(test.name, test.needsGpu)) {
  /external/skqp/tests/
skia_test.cpp 120 static bool should_run(const char* testName, bool isGPUTest) { function
205 if (should_run(test.name, test.needsGpu)) {
222 if (!should_run(test.name, test.needsGpu)) {
  /external/protobuf/gtest/src/
gtest-internal-inl.h 352 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
354 // Sets the should_run member.
    [all...]
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/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/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/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/r16/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/r16/sources/third_party/vulkan/src/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...]
  /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...]
gtest.h 16303 bool should_run() const { return should_run_; } function in class:testing::TestCase
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 18079 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18193 bool should_run() const { return should_run_; } function in class:testing::TestCase
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 18079 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18193 bool should_run() const { return should_run_; } function in class:testing::TestCase
    [all...]

Completed in 172 milliseconds