HomeSort by relevance Sort by last modified time
    Searched defs:shuffle (Results 1 - 22 of 22) sorted by null

  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VerticalGridFragment.java 62 Collections.shuffle(list, new Random(seed));
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 68 void shuffle (Iterator first, Iterator last);
166 void Random::shuffle (Iterator first, Iterator last) function in class:de::Random
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); local
80 vst1_u8(dst, vtbl1_u8(pixels, shuffle));
270 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); local
274 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
275 vtbl1_u8(vget_high_u8(argb), shuffle));
284 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); local
288 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
289 vtbl1_u8(vget_high_u8(argb), shuffle));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 84 * Build shuffle vectors that match PUNPCKLxx and PUNPCKHxx instructions.
132 * Build shuffle vectors that match PACKxx instructions.
226 LLVMValueRef shuffle; local
228 shuffle = lp_build_const_unpack_shuffle(gallivm, type.length, lo_hi);
230 return LLVMBuildShuffleVector(gallivm->builder, a, b, shuffle, "");
261 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); local
262 return LLVMBuildShuffleVector(gallivm->builder, a, b, shuffle, "");
386 LLVMValueRef shuffle; local
426 /* default uses generic shuffle below */
479 /* generic shuffle */
    [all...]
lp_bld_swizzle.c 66 /* The shuffle vector is always made of int32 elements */
99 * Combined extract and broadcast (mere shuffle in most cases)
138 * shuffle - result can be of different length.
141 LLVMValueRef shuffle; local
142 shuffle = lp_build_broadcast(gallivm,
147 shuffle, "");
182 * Shuffle.
290 * Shuffle.
301 unsigned shuffle; local
310 shuffle = j + swizzles[i]
    [all...]
lp_bld_sample_aos.c 1474 LLVMValueRef shuffles[8], shuffle; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 559 LLVMValueRef shuffle = lp_build_const_int_vec(gallivm, coeff_bld->type, quad_start_index); local
604 a, coeff_bld->undef, shuffle, "");
621 shuffle, "");
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 150 Collections.shuffle(hashCodes, random);
199 Collections.shuffle(hashCodes);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 84 * Build shuffle vectors that match PUNPCKLxx and PUNPCKHxx instructions.
132 * Build shuffle vectors that match PACKxx instructions.
226 LLVMValueRef shuffle; local
228 shuffle = lp_build_const_unpack_shuffle(gallivm, type.length, lo_hi);
230 return LLVMBuildShuffleVector(gallivm->builder, a, b, shuffle, "");
261 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); local
262 return LLVMBuildShuffleVector(gallivm->builder, a, b, shuffle, "");
386 LLVMValueRef shuffle; local
426 /* default uses generic shuffle below */
479 /* generic shuffle */
    [all...]
lp_bld_swizzle.c 66 /* The shuffle vector is always made of int32 elements */
99 * Combined extract and broadcast (mere shuffle in most cases)
138 * shuffle - result can be of different length.
141 LLVMValueRef shuffle; local
142 shuffle = lp_build_broadcast(gallivm,
147 shuffle, "");
182 * Shuffle.
290 * Shuffle.
301 unsigned shuffle; local
310 shuffle = j + swizzles[i]
    [all...]
lp_bld_sample_aos.c 1474 LLVMValueRef shuffles[8], shuffle; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 559 LLVMValueRef shuffle = lp_build_const_int_vec(gallivm, coeff_bld->type, quad_start_index); local
604 a, coeff_bld->undef, shuffle, "");
621 shuffle, "");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 397 def shuffle!
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
276 using testing::internal::Shuffle;
818 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
821 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
824 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
827 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
934 Shuffle(&random_, &vector_);
939 // there are no off-by-one problems in our shuffle algorithm.
5530 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
275 using testing::internal::Shuffle;
825 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
828 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
831 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
834 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
941 Shuffle(&random_, &vector_);
5421 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 141 d3.shuffle = function(array) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 5543 SDValue shuffle = ReconstructShuffle(Op, DAG); local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5065 SDValue shuffle = ReconstructShuffle(Op, DAG); local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1311 milliseconds