shuffle          4333 modules/core/src/convert.cpp             const int shuffle = 0xD8;
shuffle          4338 modules/core/src/convert.cpp                 v_src = _mm256_permute4x64_epi64(v_src, shuffle);
shuffle           214 modules/ml/include/opencv2/ml.hpp     CV_WRAP virtual void setTrainTestSplit(int count, bool shuffle=true) = 0;
shuffle           224 modules/ml/include/opencv2/ml.hpp     CV_WRAP virtual void setTrainTestSplitRatio(double ratio, bool shuffle=true) = 0;
shuffle           744 modules/ml/src/data.cpp     void setTrainTestSplitRatio(double ratio, bool shuffle)
shuffle           747 modules/ml/src/data.cpp         setTrainTestSplit(cvRound(getNSamples()*ratio), shuffle);
shuffle           750 modules/ml/src/data.cpp     void setTrainTestSplit(int count, bool shuffle)
shuffle           782 modules/ml/src/data.cpp             if( shuffle )
shuffle          17607 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_DECLARE_bool_(shuffle);
shuffle           586 modules/ts/src/ts_gtest.cpp     shuffle_ = GTEST_FLAG(shuffle);
shuffle           608 modules/ts/src/ts_gtest.cpp     GTEST_FLAG(shuffle) = shuffle_;
shuffle          1761 modules/ts/src/ts_gtest.cpp     shuffle,
shuffle          4249 modules/ts/src/ts_gtest.cpp   if (GTEST_FLAG(shuffle)) {
shuffle          4888 modules/ts/src/ts_gtest.cpp   if (GTEST_FLAG(shuffle)) {
shuffle          5776 modules/ts/src/ts_gtest.cpp   random_seed_ = GTEST_FLAG(shuffle) ?
shuffle          5800 modules/ts/src/ts_gtest.cpp     if (has_tests_to_run && GTEST_FLAG(shuffle)) {
shuffle          5852 modules/ts/src/ts_gtest.cpp     if (GTEST_FLAG(shuffle)) {
shuffle          6439 modules/ts/src/ts_gtest.cpp         ParseBoolFlag(arg, kShuffleFlag, &GTEST_FLAG(shuffle)) ||
shuffle            47 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java             shuffle(mIndexes);