Searched defs:ShuffleTests (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest.cc2463 void TestCase::ShuffleTests(internal::Random* random) { function in class:testing::TestCase
4219 ShuffleTests();
4484 void UnitTestImpl::ShuffleTests() { function in class:UnitTestImpl
4494 test_cases_[i]->ShuffleTests(random());
/external/gtest/src/
H A Dgtest.cc2463 void TestCase::ShuffleTests(internal::Random* random) { function in class:testing::TestCase
4219 ShuffleTests();
4484 void UnitTestImpl::ShuffleTests() { function in class:UnitTestImpl
4494 test_cases_[i]->ShuffleTests(random());
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2434 void TestCase::ShuffleTests(internal::Random* random) { function in class:testing::TestCase
4187 ShuffleTests();
4452 void UnitTestImpl::ShuffleTests() { function in class:UnitTestImpl
4462 test_cases_[i]->ShuffleTests(random());
/external/protobuf/gtest/src/
H A Dgtest.cc2434 void TestCase::ShuffleTests(internal::Random* random) { function in class:testing::TestCase
3978 ShuffleTests();
4242 void UnitTestImpl::ShuffleTests() { function in class:UnitTestImpl
4252 test_cases_.GetElement(i)->ShuffleTests(random());

Completed in 144 milliseconds