HomeSort by relevance Sort by last modified time
    Searched full:random_shuffle (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /external/libweave/third_party/chromium/base/
rand_util_unittest.cc 70 // with std::random_shuffle().
  /external/llvm/tools/bugpoint/
FindBugs.cpp 55 std::random_shuffle(PassesToRun.begin(), PassesToRun.end());
ListReducer.h 102 std::random_shuffle(ShuffledList.begin(), ShuffledList.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 92 std::random_shuffle(array, array+N);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 92 std::random_shuffle(array, array+N);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 680 random_shuffle(_RAIter, _RAIter, __gnu_parallel::sequential_tag);
684 random_shuffle(_RAIter, _RAIter, _RandomNumberGenerator&,
689 random_shuffle(_RAIter, _RAIter);
693 random_shuffle(_RAIter, _RAIter,
algo.h 55 #include <parallel/random_shuffle.h>
1641 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1648 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1666 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1676 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
settings.h 212 /// Minimal input size for random_shuffle.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 680 random_shuffle(_RAIter, _RAIter, __gnu_parallel::sequential_tag);
684 random_shuffle(_RAIter, _RAIter, _RandomNumberGenerator&,
689 random_shuffle(_RAIter, _RAIter);
693 random_shuffle(_RAIter, _RAIter,
algo.h 55 #include <parallel/random_shuffle.h>
1641 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1648 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1666 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1676 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
settings.h 212 /// Minimal input size for random_shuffle.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 680 random_shuffle(_RAIter, _RAIter, __gnu_parallel::sequential_tag);
684 random_shuffle(_RAIter, _RAIter, _RandomNumberGenerator&,
689 random_shuffle(_RAIter, _RAIter);
693 random_shuffle(_RAIter, _RAIter,
algo.h 55 #include <parallel/random_shuffle.h>
1641 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1648 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1666 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1676 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
settings.h 212 /// Minimal input size for random_shuffle.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 680 random_shuffle(_RAIter, _RAIter, __gnu_parallel::sequential_tag);
684 random_shuffle(_RAIter, _RAIter, _RandomNumberGenerator&,
689 random_shuffle(_RAIter, _RAIter);
693 random_shuffle(_RAIter, _RAIter,
algo.h 55 #include <parallel/random_shuffle.h>
1643 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1650 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1668 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1678 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerMutate.cpp 74 std::random_shuffle(Data + ShuffleStart, Data + ShuffleStart + ShuffleAmount,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history_unittest.cc 129 std::random_shuffle(received_packets.begin(), received_packets.end());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 360 // random_shuffle
363 void random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last);
366 void random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algo.h 360 // random_shuffle
363 void random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last);
366 void random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last,
  /external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 56 std::random_shuffle(ic, ic+2*N);
merge_comp.pass.cpp 64 std::random_shuffle(ic, ic+2*N);
  /external/opencv3/modules/shape/test/
test_shape.cpp 106 random_shuffle(contoursQuery.begin(), contoursQuery.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 54 std::random_shuffle(ic, ic+2*N);
merge_comp.pass.cpp 59 std::random_shuffle(ic, ic+2*N);

Completed in 930 milliseconds

1 2 34 5