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

/external/google-breakpad/src/testing/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/googletest/googletest/include/gtest/
H A Dgtest.h856 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
860 return test_info_list_;
937 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/googletest/googletest/src/
H A Dgtest.cc2678 return CountIf(test_info_list_, TestPassed);
2683 return CountIf(test_info_list_, TestFailed);
2688 return CountIf(test_info_list_, TestReportableDisabled);
2693 return CountIf(test_info_list_, TestDisabled);
2698 return CountIf(test_info_list_, TestReportable);
2703 return CountIf(test_info_list_, ShouldRunTest);
2708 return static_cast<int>(test_info_list_.size());
2734 ForEach(test_info_list_, internal::Delete<TestInfo>);
2741 return index < 0 ? NULL : test_info_list_[index];
2748 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h856 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
860 return test_info_list_;
937 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2678 return CountIf(test_info_list_, TestPassed);
2683 return CountIf(test_info_list_, TestFailed);
2688 return CountIf(test_info_list_, TestReportableDisabled);
2693 return CountIf(test_info_list_, TestDisabled);
2698 return CountIf(test_info_list_, TestReportable);
2703 return CountIf(test_info_list_, ShouldRunTest);
2708 return static_cast<int>(test_info_list_.size());
2734 ForEach(test_info_list_, internal::Delete<TestInfo>);
2741 return index < 0 ? NULL : test_info_list_[index];
2748 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.h750 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
754 return test_info_list_;
803 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/swiftshader/third_party/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/v8/testing/gtest/include/gtest/
H A Dgtest.h856 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
860 return test_info_list_;
937 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/v8/testing/gtest/src/
H A Dgtest.cc2678 return CountIf(test_info_list_, TestPassed);
2683 return CountIf(test_info_list_, TestFailed);
2688 return CountIf(test_info_list_, TestReportableDisabled);
2693 return CountIf(test_info_list_, TestDisabled);
2698 return CountIf(test_info_list_, TestReportable);
2703 return CountIf(test_info_list_, ShouldRunTest);
2708 return static_cast<int>(test_info_list_.size());
2734 ForEach(test_info_list_, internal::Delete<TestInfo>);
2741 return index < 0 ? NULL : test_info_list_[index];
2748 return index < 0 ? NULL : test_info_list_[inde
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2361 return CountIf(test_info_list_, TestPassed);
2366 return CountIf(test_info_list_, TestFailed);
2370 return CountIf(test_info_list_, TestDisabled);
2375 return CountIf(test_info_list_, ShouldRunTest);
2380 return static_cast<int>(test_info_list_.size());
2406 ForEach(test_info_list_, internal::Delete<TestInfo>);
2413 return index < 0 ? NULL : test_info_list_[index];
2420 return index < 0 ? NULL : test_info_list_[index];
2426 test_info_list_.push_back(test_info);
2460 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/protobuf/gtest/src/
H A Dgtest.cc2338 return CountIf(test_info_list_, TestPassed);
2343 return CountIf(test_info_list_, TestFailed);
2347 return CountIf(test_info_list_, TestDisabled);
2352 return CountIf(test_info_list_, ShouldRunTest);
2357 return static_cast<int>(test_info_list_.size());
2381 ForEach(test_info_list_, internal::Delete<TestInfo>);
2388 return index < 0 ? NULL : test_info_list_[index];
2395 return index < 0 ? NULL : test_info_list_[index];
2401 test_info_list_.push_back(test_info);
2432 ForEach(test_info_list_, interna
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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...]
H A Dgtest.h18238 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
18242 return test_info_list_;
18319 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc3678 return CountIf(test_info_list_, TestPassed);
3683 return CountIf(test_info_list_, TestFailed);
3687 return CountIf(test_info_list_, TestDisabled);
3692 return CountIf(test_info_list_, ShouldRunTest);
3697 return static_cast<int>(test_info_list_.size());
3721 ForEach(test_info_list_, internal::Delete<TestInfo>);
3728 return index < 0 ? NULL : test_info_list_[index];
3735 return index < 0 ? NULL : test_info_list_[index];
3741 test_info_list_.push_back(test_info);
3772 ForEach(test_info_list_, interna
[all...]
H A Dgtest.h16338 std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
16342 return test_info_list_;
16391 std::vector<TestInfo*> test_info_list_; member in class:testing::TestCase
/external/fmtlib/test/
H A Dgmock-gtest-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/fmtlib/test/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 552 milliseconds