Lines Matching refs:Shuffle
144 using internal::Shuffle;
254 shuffle,
255 internal::BoolFromGTestEnv("shuffle", false),
2464 Shuffle(random, &test_indices_);
2467 // Restores the test order to before the first shuffle.
2737 if (GTEST_FLAG(shuffle)) {
3303 if (GTEST_FLAG(shuffle)) {
4191 random_seed_ = GTEST_FLAG(shuffle) ?
4214 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4261 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4266 if (GTEST_FLAG(shuffle)) {
4498 // Restores the test cases and tests to their order before the first shuffle.
4723 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4801 ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) ||