Home
last modified time | relevance | path

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

/external/open-vcdiff/gtest/src/
Dgtest.cc2377 test_indices_(new internal::Vector<int>), in TestCase()
2393 const int index = test_indices_->GetElementOr(i, -1); in GetTestInfo()
2400 const int index = test_indices_->GetElementOr(i, -1); in GetMutableTestInfo()
2408 test_indices_->PushBack(test_indices_->size()); in AddTestInfo()
2465 test_indices_->Shuffle(random); in ShuffleTests()
2470 for (int i = 0; i < test_indices_->size(); i++) { in UnshuffleTests()
2471 test_indices_->GetMutableElement(i) = i; in UnshuffleTests()
/external/protobuf/gtest/src/
Dgtest.cc2347 test_indices_(new internal::Vector<int>), in TestCase()
2363 const int index = test_indices_->GetElementOr(i, -1); in GetTestInfo()
2370 const int index = test_indices_->GetElementOr(i, -1); in GetMutableTestInfo()
2378 test_indices_->PushBack(test_indices_->size()); in AddTestInfo()
2435 test_indices_->Shuffle(random); in ShuffleTests()
2440 for (int i = 0; i < test_indices_->size(); i++) { in UnshuffleTests()
2441 test_indices_->GetMutableElement(i) = i; in UnshuffleTests()
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2418 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2426 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2464 Shuffle(random, &test_indices_); in ShuffleTests()
2469 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2470 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/chromium/testing/gtest/src/
Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2418 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2426 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2464 Shuffle(random, &test_indices_); in ShuffleTests()
2469 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2470 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/gtest/src/
Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2418 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2426 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2464 Shuffle(random, &test_indices_); in ShuffleTests()
2469 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2470 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/chromium_org/testing/gtest/src/
Dgtest.cc2310 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2317 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2325 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2363 Shuffle(random, &test_indices_); in ShuffleTests()
2368 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2369 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/mesa3d/src/gtest/src/
Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
2418 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
2426 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
2464 Shuffle(random, &test_indices_); in ShuffleTests()
2469 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
2470 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/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/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3894 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo()
3901 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo()
3909 test_indices_.push_back(static_cast<int>(test_indices_.size())); in AddTestInfo()
3948 Shuffle(random, &test_indices_); in ShuffleTests()
3953 for (size_t i = 0; i < test_indices_.size(); i++) { in UnshuffleTests()
3954 test_indices_[i] = static_cast<int>(i); in UnshuffleTests()
/external/open-vcdiff/gtest/include/gtest/
Dgtest.h810 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable
/external/protobuf/gtest/include/gtest/
Dgtest.h728 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable
/external/gtest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/chromium/testing/gtest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/mesa3d/src/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/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
Dgtest.h882 std::vector<int> test_indices_; variable
/external/chromium_org/testing/gtest/include/gtest/
Dgtest.h874 std::vector<int> test_indices_; variable
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18322 std::vector<int> test_indices_;