Home | History | Annotate | Download | only in googletest

Lines Matching refs:Shuffle

144 using internal::Shuffle;
254 shuffle,
255 internal::BoolFromGTestEnv("shuffle", false),
2435 Shuffle(random, &test_indices_);
2438 // Restores the test order to before the first shuffle.
2709 if (GTEST_FLAG(shuffle)) {
3275 if (GTEST_FLAG(shuffle)) {
4159 random_seed_ = GTEST_FLAG(shuffle) ?
4182 if (has_tests_to_run && GTEST_FLAG(shuffle)) {
4229 // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in
4234 if (GTEST_FLAG(shuffle)) {
4466 // Restores the test cases and tests to their order before the first shuffle.
4691 " @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n"
4769 ParseBoolFlag(arg, kShuffleFlag, &GTEST_FLAG(shuffle)) ||