Lines Matching refs:Shuffle
242 shuffle,
243 internal::BoolFromGTestEnv("shuffle", false),
2465 test_indices_->Shuffle(random);
2468 // Restores the test order to before the first shuffle.
2714 if (GTEST_FLAG(shuffle)) {
3286 if (GTEST_FLAG(shuffle)) {
3983 random_seed_ = GTEST_FLAG(shuffle) ?
4004 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4049 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4054 if (GTEST_FLAG(shuffle)) {
4287 // Restores the test cases and tests to their order before the first shuffle.
4538 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4613 ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) ||