HomeSort by relevance Sort by last modified time
    Searched full:shuffle (Results 226 - 250 of 724) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/gtest/test/
gtest_help_test.py 69 FLAG_PREFIX + r'shuffle.*' +
gtest_unittest.cc 53 || testing::GTEST_FLAG(shuffle)
126 using testing::GTEST_FLAG(shuffle);
166 using testing::internal::Shuffle;
618 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
621 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
624 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
627 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
734 Shuffle(&random_, &vector_);
739 // there are no off-by-one problems in our shuffle algorithm.
780 Shuffle(&random_, &vector_)
5152 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/skia/tools/
sk_tool_utils.h 205 static void Shuffle(SkTDArray<TopoTestNode*>* graph, SkRandom* rand) {
  /external/v8/test/mjsunit/es6/
math-hypot.js 86 // Also shuffle the array.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_help_test.py 70 FLAG_PREFIX + r'shuffle.*' +
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/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_sse2.c 259 // Load and shuffle 'a'.
295 // Shuffle in right order and store.
350 // Load and shuffle 'a'.
386 // Shuffle in right order and store.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 69 ; after shuffle:
  /ndk/sources/third_party/googletest/googletest/test/
gtest_help_test.py 70 FLAG_PREFIX + r'shuffle.*' +
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
275 using testing::internal::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\\]");
5430 bool shuffle; member in struct:testing::Flags
    [all...]
  /packages/apps/Music/res/layout/
audio_player.xml 51 <ImageButton android:id="@+id/shuffle"
  /packages/apps/Music/res/layout-land/
audio_player.xml 59 <ImageButton android:id="@+id/shuffle"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 45 # Shuffle it a bit...
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 45 # Shuffle it a bit...
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 45 # Shuffle it a bit...
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 45 # Shuffle it a bit...
  /system/bt/osi/test/
eager_reader_test.cpp 65 "from others, he will transform and shuffle together to compile a work "
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 63 /// Estimate the cost overhead of SK_Alternate shuffle.
65 assert(Ty->isVectorTy() && "Can only shuffle vectors");
67 // Shuffle cost is equal to the cost of extracting element from its argument
537 // %v0 = shuffle %vec, undef, <0, 2, 4, 6> ; Index 0
564 // %v0_v1 = shuffle %v0, %v1, <0, 4, 1, 5, 2, 6, 3, 7>
  /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/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 447 // In shuffle mode we need to save the history too
584 // in shuffle mode we need to restore the history too
723 // party-shuffle or because the play-position changed)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 98 /// \brief Expand bswap of vectors into a shuffle if legal.
805 // Generically expand a vector anyext in register to a shuffle of the relevant
851 // Generically expand a vector zext in register to a shuffle of the relevant
868 // Shuffle the incoming lanes into the correct position, and pull all other
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 222 // Shuffle bits (pick even/odd from cells and merge into result).
223 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, member in class:__anon18268::RegisterRefs
699 RegisterCell RC = shuffle(rc(1), rc(2), 8, false);
703 RegisterCell RC = shuffle(rc(1), rc(2), 16, false);
707 RegisterCell RC = shuffle(rc(1), rc(2), 8, true);
711 RegisterCell RC = shuffle(rc(1), rc(2), 16, true);
    [all...]
  /prebuilts/gdb/darwin-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

Completed in 1805 milliseconds

1 2 3 4 5 6 7 8 91011>>