Searched defs:shuffle (Results 1 - 25 of 99) sorted by relevance

1234

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drandom.py52 "randrange","shuffle","normalvariate","lognormvariate",
152 # we use hashing to create a large n for the shuffle.
276 def shuffle(self, x, random=None, int=int): member in class:Random
277 """x, random=random.random -> shuffle list x in place; return None.
888 shuffle = _inst.shuffle variable
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drandom.py52 "randrange","shuffle","normalvariate","lognormvariate",
152 # we use hashing to create a large n for the shuffle.
276 def shuffle(self, x, random=None, int=int): member in class:Random
277 """x, random=random.random -> shuffle list x in place; return None.
888 shuffle = _inst.shuffle variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drandom.py52 "randrange","shuffle","normalvariate","lognormvariate",
152 # we use hashing to create a large n for the shuffle.
276 def shuffle(self, x, random=None, int=int): member in class:Random
277 """x, random=random.random -> shuffle list x in place; return None.
888 shuffle = _inst.shuffle variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drandom.py52 "randrange","shuffle","normalvariate","lognormvariate",
152 # we use hashing to create a large n for the shuffle.
276 def shuffle(self, x, random=None, int=int): member in class:Random
277 """x, random=random.random -> shuffle list x in place; return None.
888 shuffle = _inst.shuffle variable
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_math.py377 random.shuffle(values)
535 from random import random, gauss, shuffle namespace
543 shuffle(vals)
H A Dtest_weakset.py8 from random import randrange, shuffle namespace
H A Dtest_collections.py8 from random import randrange, shuffle namespace
830 shuffle(pairs)
854 shuffle(pairs)
868 shuffle(pairs)
878 shuffle(pairs)
880 shuffle(pairs)
902 shuffle(pairs)
973 shuffle(pairs)
H A Dtest_set.py9 from random import randrange, shuffle namespace
616 shuffle(seq)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_math.py377 random.shuffle(values)
535 from random import random, gauss, shuffle namespace
543 shuffle(vals)
H A Dtest_weakset.py8 from random import randrange, shuffle namespace
H A Dtest_collections.py8 from random import randrange, shuffle namespace
830 shuffle(pairs)
854 shuffle(pairs)
868 shuffle(pairs)
878 shuffle(pairs)
880 shuffle(pairs)
902 shuffle(pairs)
973 shuffle(pairs)
H A Dtest_set.py9 from random import randrange, shuffle namespace
616 shuffle(seq)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py377 random.shuffle(values)
535 from random import random, gauss, shuffle namespace
543 shuffle(vals)
H A Dtest_weakset.py8 from random import randrange, shuffle namespace
H A Dtest_collections.py8 from random import randrange, shuffle namespace
830 shuffle(pairs)
854 shuffle(pairs)
868 shuffle(pairs)
878 shuffle(pairs)
880 shuffle(pairs)
902 shuffle(pairs)
973 shuffle(pairs)
H A Dtest_set.py9 from random import randrange, shuffle namespace
616 shuffle(seq)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_math.py377 random.shuffle(values)
535 from random import random, gauss, shuffle namespace
543 shuffle(vals)
H A Dtest_weakset.py8 from random import randrange, shuffle namespace
H A Dtest_collections.py8 from random import randrange, shuffle namespace
830 shuffle(pairs)
854 shuffle(pairs)
868 shuffle(pairs)
878 shuffle(pairs)
880 shuffle(pairs)
902 shuffle(pairs)
973 shuffle(pairs)
H A Dtest_set.py9 from random import randrange, shuffle namespace
616 shuffle(seq)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h4367 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
5175 * @brief Randomly shuffle the elements of a sequence.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_algo.h4367 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
5175 * @brief Randomly shuffle the elements of a sequence.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_algo.h4367 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
5175 * @brief Randomly shuffle the elements of a sequence.
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
834 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
837 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
840 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
843 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
955 // there are no off-by-one problems in our shuffle algorithm.
1558 GTEST_FLAG(shuffle) = false;
1585 EXPECT_FALSE(GTEST_FLAG(shuffle));
1601 GTEST_FLAG(shuffle)
5389 Shuffle(bool shuffle) argument
5430 bool shuffle; member in struct:testing::Flags
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
834 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
837 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
840 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
843 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
955 // there are no off-by-one problems in our shuffle algorithm.
1558 GTEST_FLAG(shuffle) = false;
1585 EXPECT_FALSE(GTEST_FLAG(shuffle));
1601 GTEST_FLAG(shuffle)
5389 Shuffle(bool shuffle) argument
5430 bool shuffle; member in struct:testing::Flags
[all...]

Completed in 768 milliseconds

1234