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

  /external/chromium_org/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/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/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...]
  /ndk/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/chromium_org/third_party/skia/tests/
skia_test.cpp 121 static bool should_run(const char* testName, bool isGPUTest) { function
185 if (should_run(test->getName(), test->isGPUTest())) {
202 if (!should_run(test->getName(), test->isGPUTest())) {
  /external/skia/tests/
skia_test.cpp 121 static bool should_run(const char* testName, bool isGPUTest) { function
185 if (should_run(test->getName(), test->isGPUTest())) {
202 if (!should_run(test->getName(), test->isGPUTest())) {
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 170 if (!test_case.should_run() || test_case.failed_test_count() == 0) {
176 if (!test_info.should_run() || test_info.result()->Passed()) {
  /external/chromium_org/testing/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/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...]
  /ndk/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 306 return test_case->should_run() && test_case->Passed();
311 return test_case->should_run() && test_case->Failed();
317 return test_case->should_run();
2187 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
    [all...]
gtest-internal-inl.h 523 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
525 // Sets the should_run member.
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 562 bool should_run() const;
636 bool should_run() const { return should_run_; } function in class:testing::TestCase
682 // Sets the should_run member.
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 332 return test_case->should_run() && test_case->Passed();
337 return test_case->should_run() && test_case->Failed();
343 return test_case->should_run();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
    [all...]
  /external/gtest/src/
gtest.cc 332 return test_case->should_run() && test_case->Passed();
337 return test_case->should_run() && test_case->Failed();
343 return test_case->should_run();
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 325 return test_case->should_run() && test_case->Passed();
330 return test_case->should_run() && test_case->Failed();
336 return test_case->should_run();
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 328 return test_case->should_run() && test_case->Passed();
333 return test_case->should_run() && test_case->Failed();
339 return test_case->should_run();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 413 milliseconds