Home
last modified time | relevance | path

Searched refs:test_indices_ (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2382 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2389 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2397 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2435 Shuffle(random, &test_indices_); in ShuffleTests()
2440 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2441 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2382 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2389 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2397 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2435 Shuffle(random, &test_indices_); in ShuffleTests()
2440 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2441 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2412 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2419 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2427 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2465 Shuffle(random, &test_indices_); in ShuffleTests()
2470 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2471 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2741 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2748 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2756 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2795 Shuffle(random, &test_indices_); in ShuffleTests()
2800 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2801 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/mesa3d/src/gtest/src/
Dgtest.cc2740 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2747 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2755 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2794 Shuffle(random, &test_indices_); in ShuffleTests()
2799 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2800 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc2740 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2747 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2755 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2794 Shuffle(random, &test_indices_); in ShuffleTests()
2799 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2800 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2777 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2784 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2792 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2831 Shuffle(random, &test_indices_); in ShuffleTests()
2836 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2837 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/googletest/googletest/src/
Dgtest.cc2765 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2772 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2780 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2831 Shuffle(random, &test_indices_); in ShuffleTests()
2836 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2837 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc4192 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
4199 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
4207 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
4246 Shuffle(random, &test_indices_); in ShuffleTests()
4251 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
4252 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
Dgtest.h19551 std::vector<int> test_indices_;
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h941 std::vector<int> test_indices_; variable
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h941 std::vector<int> test_indices_; variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h941 std::vector<int> test_indices_; variable
/external/googletest/googletest/include/gtest/
Dgtest.h1010 std::vector<int> test_indices_; variable
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h982 std::vector<int> test_indices_; variable