/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineUniqueRandomIterator.hpp | 83 rnd.shuffle(m_indices.begin(), m_indices.end());
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalCollection.java | 52 // TODO: consider making it shuffle the contents to test iteration order.
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
StripedBenchmark.java | 83 Collections.shuffle(asList, new Random(0xdeadbeef));
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.h | 77 /// depending on the indices in the shuffle.
|
/external/llvm/test/CodeGen/ARM/ |
2009-12-02-vtrn-undef.ll | 21 ; Radar 8290937: Ignore undef shuffle indices.
|
vext.ll | 57 ; Undef shuffle indices should not prevent matching to VEXT: 127 ; An undef in the shuffle list should still be optimizable 138 ; Use illegal <32 x i16> type to produce such a shuffle after legalizing types. 164 ; The actual shuffle code only handles some cases, make sure we check
|
/external/llvm/test/CodeGen/X86/ |
buildvec-insertvec.ll | 24 ; Ideally, we should generate a single shuffle blend operation.
|
extractelement-load.ll | 53 ; second shuffle operand was a post-bitcast type instead of a pre-bitcast type.
|
/external/llvm/test/MC/Hexagon/instructions/ |
xtype_perm.s | 60 # Vector shuffle
|
/external/llvm/test/Transforms/LoopVectorize/ |
store-shuffle-bug.ll | 14 ; a shuffle too many.
|
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
scan.hpp | 51 #include "shuffle.hpp"
|
/external/opencv3/modules/cudev/include/opencv2/ |
cudev.hpp | 66 #include "cudev/warp/shuffle.hpp"
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
random.h | 109 // shuffle the elements in the array
|
/external/skia/src/animator/ |
SkDisplayList.cpp | 129 fActiveList.remove(index); // !!! could use shuffle instead
|
/external/skia/tests/ |
TArrayTest.cpp | 51 // { 0, 1, 2, 3 }, remove a middle, note shuffle
|
/external/webp/src/dsp/ |
alpha_processing_sse2.c | 152 // We can't use a 'const int' for the SHUFFLE value, because it has to be an 154 #define APPLY_ALPHA(RGBX, SHUFFLE, MASK, MULT) do { \ 158 const __m128i alpha1 = _mm_shufflelo_epi16(alpha0, SHUFFLE); \ 159 const __m128i alpha2 = _mm_shufflehi_epi16(alpha1, SHUFFLE); \
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_rdft_neon.c | 202 // Load and shuffle 'a'. 234 // Shuffle in right order and store. 282 // Load and shuffle 'a'. 314 // Shuffle in right order and store.
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailMessageCursor.java | 45 * which uses a CursorWindow to shuffle results between processes. Since we're only using this for
|
/packages/apps/Gallery/res/xml/ |
gallery_preferences.xml | 82 <!-- Shuffle slides -->
|
/packages/apps/Music/res/layout-port-finger-854x480/ |
audio_player.xml | 42 <ImageButton android:id="@+id/shuffle"
|
/packages/apps/Music/src/com/android/music/ |
MediaButtonIntentReceiver.java | 80 // long press: start auto-shuffle mode.
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiEnterpriseTest.py | 364 random.shuffle(eap_configs) 387 random.shuffle(neg_eap_configs) 423 random.shuffle(passpoint_configs) 448 random.shuffle(neg_passpoint_configs)
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-internal-inl.h | 94 const char kShuffleFlag[] = "shuffle"; 173 shuffle_ = GTEST_FLAG(shuffle); 194 GTEST_FLAG(shuffle) = shuffle_; 304 // Performs an in-place shuffle of a range of the vector's elements. 307 // shuffle to the end of the vector. 313 << "Invalid shuffle range start " << begin << ": must be in range [0, " 316 << "Invalid shuffle range finish " << end << ": must be in range [" 319 // Fisher-Yates shuffle, from 328 // Performs an in-place shuffle of the vector's elements. 330 inline void Shuffle(internal::Random* random, std::vector<E>* v) [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 99 const char kShuffleFlag[] = "shuffle"; 178 shuffle_ = GTEST_FLAG(shuffle); 199 GTEST_FLAG(shuffle) = shuffle_; 306 // Performs an in-place shuffle of a range of the vector's elements. 309 // shuffle to the end of the vector. 315 << "Invalid shuffle range start " << begin << ": must be in range [0, " 318 << "Invalid shuffle range finish " << end << ": must be in range [" 321 // Fisher-Yates shuffle, from 330 // Performs an in-place shuffle of the vector's elements. 332 inline void Shuffle(internal::Random* random, std::vector<E>* v) [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-internal-inl.h | 94 const char kShuffleFlag[] = "shuffle"; 171 shuffle_ = GTEST_FLAG(shuffle); 194 GTEST_FLAG(shuffle) = shuffle_; 300 // Performs an in-place shuffle of a range of the vector's elements. 303 // shuffle to the end of the vector. 309 << "Invalid shuffle range start " << begin << ": must be in range [0, " 312 << "Invalid shuffle range finish " << end << ": must be in range [" 315 // Fisher-Yates shuffle, from 324 // Performs an in-place shuffle of the vector's elements. 326 inline void Shuffle(internal::Random* random, std::vector<E>* v) [all...] |