Home | History | Annotate | Download | only in src

Lines Matching refs:Shuffle

147 using internal::Shuffle;
257 shuffle,
258 internal::BoolFromGTestEnv("shuffle", false),
2363 Shuffle(random, &test_indices_);
2366 // Restores the test order to before the first shuffle.
2634 if (GTEST_FLAG(shuffle)) {
3230 if (GTEST_FLAG(shuffle)) {
4018 random_seed_ = GTEST_FLAG(shuffle) ?
4042 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4089 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4094 if (GTEST_FLAG(shuffle)) {
4326 // Restores the test cases and tests to their order before the first shuffle.
4551 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4629 ParseBoolFlag(arg, kShuffleFlag, &GTEST_FLAG(shuffle)) ||