Lines Matching refs:Shuffle
238 shuffle,
239 internal::BoolFromGTestEnv("shuffle", false),
2435 test_indices_->Shuffle(random);
2438 // Restores the test order to before the first shuffle.
2684 if (GTEST_FLAG(shuffle)) {
3255 if (GTEST_FLAG(shuffle)) {
3952 random_seed_ = GTEST_FLAG(shuffle) ?
3973 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4018 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4023 if (GTEST_FLAG(shuffle)) {
4256 // Restores the test cases and tests to their order before the first shuffle.
4480 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4555 ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) ||