Searched refs:test_info_list_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2632 return CountIf(test_info_list_, TestPassed);
2637 return CountIf(test_info_list_, TestFailed);
2642 return CountIf(test_info_list_, TestReportableDisabled);
2647 return CountIf(test_info_list_, TestDisabled);
2652 return CountIf(test_info_list_, TestReportable);
2657 return CountIf(test_info_list_, ShouldRunTest);
2662 return static_cast<int>(test_info_list_.size());
2688 ForEach(test_info_list_, internal::Delete<TestInfo>);
2695 return index < 0 ? NULL : test_info_list_[index];
2702 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h808 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
812 return test_info_list_;
878 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/gtest/src/
H A Dgtest.cc2348 return CountIf(test_info_list_, TestPassed);
2353 return CountIf(test_info_list_, TestFailed);
2358 return CountIf(test_info_list_, TestReportableDisabled);
2363 return CountIf(test_info_list_, TestDisabled);
2368 return CountIf(test_info_list_, TestReportable);
2373 return CountIf(test_info_list_, ShouldRunTest);
2378 return static_cast<int>(test_info_list_.size());
2404 ForEach(test_info_list_, internal::Delete<TestInfo>);
2411 return index < 0 ? NULL : test_info_list_[index];
2418 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h808 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
812 return test_info_list_;
878 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h808 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
812 return test_info_list_;
878 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h671 internal::Vector<TestInfo*>& test_info_list() { return *test_info_list_; }
675 return *test_info_list_;
724 const internal::scoped_ptr<internal::Vector<TestInfo*> > test_info_list_; member in class:testing::TestCase
/external/protobuf/gtest/src/
H A Dgtest.cc2312 return test_info_list_->CountIf(TestPassed);
2317 return test_info_list_->CountIf(TestFailed);
2321 return test_info_list_->CountIf(TestDisabled);
2326 return test_info_list_->CountIf(ShouldRunTest);
2331 return test_info_list_->size();
2346 test_info_list_(new internal::Vector<TestInfo*>),
2357 test_info_list_->ForEach(internal::Delete<TestInfo>);
2364 return index < 0 ? NULL : test_info_list_->GetElement(index);
2371 return index < 0 ? NULL : test_info_list_->GetElement(index);
2377 test_info_list_
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2360 return CountIf(test_info_list_, TestPassed);
2365 return CountIf(test_info_list_, TestFailed);
2369 return CountIf(test_info_list_, TestDisabled);
2374 return CountIf(test_info_list_, ShouldRunTest);
2379 return static_cast<int>(test_info_list_.size());
2405 ForEach(test_info_list_, internal::Delete<TestInfo>);
2412 return index < 0 ? NULL : test_info_list_[index];
2419 return index < 0 ? NULL : test_info_list_[index];
2425 test_info_list_.push_back(test_info);
2459 ForEach(test_info_list_, TestInf
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2331 return CountIf(test_info_list_, TestPassed);
2336 return CountIf(test_info_list_, TestFailed);
2340 return CountIf(test_info_list_, TestDisabled);
2345 return CountIf(test_info_list_, ShouldRunTest);
2350 return static_cast<int>(test_info_list_.size());
2376 ForEach(test_info_list_, internal::Delete<TestInfo>);
2383 return index < 0 ? NULL : test_info_list_[index];
2390 return index < 0 ? NULL : test_info_list_[index];
2396 test_info_list_.push_back(test_info);
2430 ForEach(test_info_list_, TestInf
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2360 return CountIf(test_info_list_, TestPassed);
2365 return CountIf(test_info_list_, TestFailed);
2369 return CountIf(test_info_list_, TestDisabled);
2374 return CountIf(test_info_list_, ShouldRunTest);
2379 return static_cast<int>(test_info_list_.size());
2405 ForEach(test_info_list_, internal::Delete<TestInfo>);
2412 return index < 0 ? NULL : test_info_list_[index];
2419 return index < 0 ? NULL : test_info_list_[index];
2425 test_info_list_.push_back(test_info);
2459 ForEach(test_info_list_, TestInf
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h848 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
852 return test_info_list_;
929 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3832 return CountIf(test_info_list_, TestPassed);
3837 return CountIf(test_info_list_, TestFailed);
3842 return CountIf(test_info_list_, TestReportableDisabled);
3847 return CountIf(test_info_list_, TestDisabled);
3852 return CountIf(test_info_list_, TestReportable);
3857 return CountIf(test_info_list_, ShouldRunTest);
3862 return static_cast<int>(test_info_list_.size());
3888 ForEach(test_info_list_, internal::Delete<TestInfo>);
3895 return index < 0 ? NULL : test_info_list_[index];
3902 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/gtest/include/gtest/
H A Dgtest.h824 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
828 return test_info_list_;
905 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3832 return CountIf(test_info_list_, TestPassed);
3837 return CountIf(test_info_list_, TestFailed);
3842 return CountIf(test_info_list_, TestReportableDisabled);
3847 return CountIf(test_info_list_, TestDisabled);
3852 return CountIf(test_info_list_, TestReportable);
3857 return CountIf(test_info_list_, ShouldRunTest);
3862 return static_cast<int>(test_info_list_.size());
3888 ForEach(test_info_list_, internal::Delete<TestInfo>);
3895 return index < 0 ? NULL : test_info_list_[index];
3902 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18237 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
18241 return test_info_list_;
18318 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18237 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
18241 return test_info_list_;
18318 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase

Completed in 6183 milliseconds