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

  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 131 Collections.shuffle(addresses);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 144 mShuffleButton = ((ImageButton) findViewById(R.id.shuffle));
545 int shuffle = MusicUtils.getCurrentShuffleMode(); local
546 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) {
974 int shuffle = mService.getShuffleMode(); local
    [all...]
MusicUtils.java 267 int shuffle = getCurrentShuffleMode(); local
269 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) {
282 int shuffle = MusicUtils.getCurrentShuffleMode(); local
283 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) {
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 782 * @tests java.util.Collections#shuffle(java.util.List)
787 method = "shuffle",
791 // Test for method void java.util.Collections.shuffle(java.util.List)
797 Collections.shuffle(null);
813 Collections.shuffle(list, new Random(0));
820 Collections.shuffle(list, new Random(0));
831 Collections.shuffle(list);
833 Collections.shuffle(list, new Random(200));
852 * @tests java.util.Collections#shuffle(java.util.List, java.util.Random)
857 method = "shuffle",
    [all...]
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 69 ; after shuffle:
  /external/protobuf/gtest/src/
gtest-internal-inl.h 92 const char kShuffleFlag[] = "shuffle";
146 shuffle_ = GTEST_FLAG(shuffle);
165 GTEST_FLAG(shuffle) = shuffle_;
413 // Performs an in-place shuffle of a range of this Vector's nodes.
416 // shuffle to the end of the Vector.
419 << "Invalid shuffle range start " << begin << ": must be in range [0, "
422 << "Invalid shuffle range finish " << end << ": must be in range ["
425 // Fisher-Yates shuffle, from
434 // Performs an in-place shuffle of this Vector's nodes.
435 void Shuffle(internal::Random* random)
    [all...]
gtest.cc 238 shuffle,
239 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
135 using testing::GTEST_FLAG(shuffle);
874 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
877 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
880 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
883 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
990 vector_.Shuffle(&random_);
995 // there are no off-by-one problems in our shuffle algorithm.
5329 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 122 ; note the transpose of xmm1 and xmm2, necessary for shuffle
460 ; note the transpose of xmm1 and xmm2, necessary for shuffle
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 131 GTEST_DECLARE_bool_(shuffle);
715 // Restores the test order to before the first shuffle.
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 67 use List::Util 'shuffle';
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 261 random.shuffle(self._test_files_list)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 684 milliseconds