Lines Matching refs:Shuffle
147 using internal::Shuffle;
257 shuffle,
258 internal::BoolFromGTestEnv("shuffle", false),
2438 Shuffle(random, &test_indices_);
2441 // Restores the test order to before the first shuffle.
2715 if (GTEST_FLAG(shuffle)) {
3350 if (GTEST_FLAG(shuffle)) {
4175 random_seed_ = GTEST_FLAG(shuffle) ?
4199 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4246 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4251 if (GTEST_FLAG(shuffle)) {
4522 // Restores the test cases and tests to their order before the first shuffle.
4747 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4825 ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) ||