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

  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 104 static bool should_run(const char* testName, bool isGPUTest) { function
166 if (should_run(test->getName(), test->isGPUTest())) {
184 if (!should_run(test->getName(), test->isGPUTest())) {
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 689 bool should_run() const { return should_run_; } function in class:testing::TestInfo
803 bool should_run() const { return should_run_; } function in class:testing::TestCase
859 // Sets the should_run member.
887 return test_info->should_run() && test_info->result()->Passed();
892 return test_info->should_run() && test_info->result()->Failed();
913 return test_info->should_run();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/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/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/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 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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 18078 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18192 bool should_run() const { return should_run_; } function in class:testing::TestCase
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 18078 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18192 bool should_run() const { return should_run_; } function in class:testing::TestCase
    [all...]

Completed in 293 milliseconds