/external/open-vcdiff/gtest/src/ |
D | gtest.cc | 2377 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/ |
D | gtest.cc | 2347 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/ |
D | gtest.cc | 2411 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/ |
D | gtest.cc | 2411 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/ |
D | gtest.cc | 2411 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/ |
D | gtest.cc | 2310 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/ |
D | gtest.cc | 2411 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/ |
D | gtest.cc | 2382 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/ |
D | gtest-all.cc | 3894 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/ |
D | gtest.h | 810 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable
|
/external/protobuf/gtest/include/gtest/ |
D | gtest.h | 728 const internal::scoped_ptr<internal::Vector<int> > test_indices_; variable
|
/external/gtest/include/gtest/ |
D | gtest.h | 882 std::vector<int> test_indices_; variable
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest.h | 882 std::vector<int> test_indices_; variable
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 882 std::vector<int> test_indices_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 882 std::vector<int> test_indices_; variable
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
D | gtest.h | 882 std::vector<int> test_indices_; variable
|
/external/chromium_org/testing/gtest/include/gtest/ |
D | gtest.h | 874 std::vector<int> test_indices_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 18322 std::vector<int> test_indices_;
|