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

/external/protobuf/gtest/src/
H A Dgtest.cc2347 test_indices_(new internal::Vector<int>),
2363 const int index = test_indices_->GetElementOr(i, -1);
2370 const int index = test_indices_->GetElementOr(i, -1);
2378 test_indices_->PushBack(test_indices_->size());
2435 test_indices_->Shuffle(random);
2440 for (int i = 0; i < test_indices_->size(); i++) {
2441 test_indices_->GetMutableElement(i) = i;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2694 const int index = GetElementOr(test_indices_, i, -1);
2701 const int index = GetElementOr(test_indices_, i, -1);
2709 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2748 Shuffle(random, &test_indices_);
2753 for (size_t i = 0; i < test_indices_.size(); i++) {
2754 test_indices_[i] = static_cast<int>(i);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
2426 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2464 Shuffle(random, &test_indices_);
2469 for (size_t i = 0; i < test_indices_.size(); i++) {
2470 test_indices_[i] = static_cast<int>(i);
/external/gtest/src/
H A Dgtest.cc2410 const int index = GetElementOr(test_indices_, i, -1);
2417 const int index = GetElementOr(test_indices_, i, -1);
2425 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2464 Shuffle(random, &test_indices_);
2469 for (size_t i = 0; i < test_indices_.size(); i++) {
2470 test_indices_[i] = static_cast<int>(i);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2382 const int index = GetElementOr(test_indices_, i, -1);
2389 const int index = GetElementOr(test_indices_, i, -1);
2397 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2435 Shuffle(random, &test_indices_);
2440 for (size_t i = 0; i < test_indices_.size(); i++) {
2441 test_indices_[i] = static_cast<int>(i);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2411 const int index = GetElementOr(test_indices_, i, -1);
2418 const int index = GetElementOr(test_indices_, i, -1);
2426 test_indices_.push_back(static_cast<int>(test_indices_.size()));
2464 Shuffle(random, &test_indices_);
2469 for (size_t i = 0; i < test_indices_.size(); i++) {
2470 test_indices_[i] = static_cast<int>(i);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3894 const int index = GetElementOr(test_indices_, i, -1);
3901 const int index = GetElementOr(test_indices_, i, -1);
3909 test_indices_.push_back(static_cast<int>(test_indices_.size()));
3948 Shuffle(random, &test_indices_);
3953 for (size_t i = 0; i < test_indices_.size(); i++) {
3954 test_indices_[i] = static_cast<int>(i);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3894 const int index = GetElementOr(test_indices_, i, -1);
3901 const int index = GetElementOr(test_indices_, i, -1);
3909 test_indices_.push_back(static_cast<int>(test_indices_.size()));
3948 Shuffle(random, &test_indices_);
3953 for (size_t i = 0; i < test_indices_.size(); i++) {
3954 test_indices_[i] = static_cast<int>(i);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h882 std::vector<int> test_indices_; member in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h882 std::vector<int> test_indices_; member in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h882 std::vector<int> test_indices_; member in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h728 const internal::scoped_ptr<internal::Vector<int> > test_indices_; member in class:testing::TestCase
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h933 std::vector<int> test_indices_; member in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h909 std::vector<int> test_indices_; member in class:testing::TestCase
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18322 std::vector<int> test_indices_; member in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18322 std::vector<int> test_indices_; member in class:testing::TestCase

Completed in 2344 milliseconds