/prebuilts/gdb/linux-x86/lib/python2.7/ |
random.py | 52 "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/ |
random.py | 52 "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/ |
random.py | 52 "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
|
/external/llvm/lib/Transforms/Vectorize/ |
BBVectorize.cpp | [all...] |
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/ |
MediaPlayerGlue.java | 171 // If either 'Shuffle' or 'Repeat' has been clicked we need to make sure the acitons index 360 * @return Returns <code>true</code> iff 'Shuffle' is <code>ON</code>.
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonShuffler.cpp | 15 #define DEBUG_TYPE "hexagon-shuffle" 426 bool HexagonShuffler::shuffle() {
|
/external/llvm/test/CodeGen/X86/ |
splat-for-size.ll | 201 %shuffle = shufflevector <3 x i64> <i64 1, i64 undef, i64 undef>, <3 x i64> %1, <8 x i32> <i32 5, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0> 202 ret <8 x i64> %shuffle
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 585 * - with a shuffle 592 * Shuffle.
|
/external/v8/test/mjsunit/es7/ |
object-observe.js | 744 DeckSuit.SHUFFLE = 'shuffle'; 749 shuffle: function() { 752 notifier.performChange(DeckSuit.SHUFFLE, function() { 766 type: DeckSuit.SHUFFLE 772 Object.observe(thingy, callback, [DeckSuit.SHUFFLE]); 782 deck.shuffle(); 786 { object: deck, type: DeckSuit.SHUFFLE } [all...] |
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
AuptTestRunner.java | 101 mShuffle = parseBooleanParam("shuffle", false); 312 Collections.shuffle(testCases);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 118 shuffle (C++0x) 537 shuffle(_RAIter, _RAIter, _UGenerator&&);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 118 shuffle (C++0x) 537 shuffle(_RAIter, _RAIter, _UGenerator&&);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 118 shuffle (C++0x) 537 shuffle(_RAIter, _RAIter, _UGenerator&&);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 118 shuffle (C++0x) 537 shuffle(_RAIter, _RAIter, _UGenerator&&);
|
/art/test/551-checker-shifter-operand/ |
build | 197 # quick shuffle so that the stored name is "classes.dex"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
PolynomialFunctionNewtonForm.java | 64 * centers are important in that if c[] shuffle, then values of a[] would
|
/external/apache-http/src/org/apache/http/conn/ |
MultihomePlainSocketFactory.java | 136 Collections.shuffle(addresses);
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
hardware_TrimIntegrity.py | 169 random.shuffle(trim_order)
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
mapreduce_pipeline.py | 165 The Shuffle stage uses Google Cloud Storage (GCS). For newly created projects,
|
/external/deqp/framework/delibs/decpp/ |
deRandom.cpp | 181 rnd.shuffle(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items));
|
/external/deqp/modules/gles3/stress/ |
es3sSyncTests.cpp | 200 m_rnd.shuffle(m_syncObjects.begin(), m_syncObjects.end());
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 514 // sometimes a shuffle in big-endian mode. 597 // sometimes a shuffle in big-endian mode. 628 // sometimes a shuffle in big-endian mode. 662 // sometimes a shuffle in big-endian mode. [all...] |
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 30 The FP stackifier should handle simple permutates to reduce number of shuffle
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-uzp.ll | 81 ; Undef shuffle indices should not prevent matching to VUZP:
|
arm64-zip.ll | 81 ; Undef shuffle indices should not prevent matching to VZIP:
|