HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 1 - 25 of 663) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/
README.txt 3 It assumes /sdcard/media_api/ has been populated.
6 Push to /sdcard/media_api/ for use with MediaFrameworkTest:
7 adb shell mkdir /sdcard/media_api
8 adb push contents/media_api/ /sdcard/media_api/
  /packages/services/Car/car_product/sepolicy/
init.te 1 # Allow legacy sdcard for creating directory symlinks
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaNames.java 27 public static final String MEDIA_SAMPLE_POOL = "/sdcard/media_api/samples/";
29 public static final String MEDIA_STREAMING_SRC = "/sdcard/media_api/streaming.txt";
32 public static final String MP3CBR = "/sdcard/media_api/music/MP3_48KHz_128kbps_s_1_17_CBR.mp3";
33 public static final String MP3VBR = "/sdcard/media_api/music/MP3_48KHz_128kbps_s_1_17_VBR.mp3";
34 public static final String MP3ABR = "/sdcard/media_api/music/MP3_48KHz_128kbps_s_1_17_ABR.mp3";
35 public static final String SHORTMP3 = "/sdcard/media_api/music/SHORTMP3.mp3";
36 public static final String MIDI = "/sdcard/media_api/music/ants.mid";
37 public static final String WAV = "/sdcard/media_api/music/rings_2ch.wav";
38 public static final String AMR = "/sdcard/media_api/music/test_amr_ietf.amr";
39 public static final String SINE_200_1000 = "/sdcard/media_api/music/sine_200+1000Hz_44K_mo.wav"
    [all...]
  /development/ndk/platforms/android-21/samples/native-codec/
README.txt 1 This sample app requires a video file to be placed in /sdcard/testfile.mp4
  /external/skia/platform_tools/android/apps/
robotium.cfg 7 collect_artifacts=/sdcard/skia_results
  /device/linaro/hikey/sepolicy/
init.te 5 # for symlink /sdcard /mnt/sdcard
  /system/core/sdcard/
Android.mk 5 LOCAL_SRC_FILES := sdcard.c
6 LOCAL_MODULE := sdcard
  /packages/experimental/BugReportSender/
README 4 the /sdcard to any recipient (usually via Gmail).
  /device/generic/qemu/
init.ranchu.rc 9 mkdir /storage/sdcard 0555 root root
11 export EXTERNAL_STORAGE /storage/sdcard
13 #symlink /storage/sdcard /sdcard
14 #symlink /storage/sdcard /mnt/sdcard
fstab.ranchu 8 #/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
  /cts/tools/cts-media/
copy_media.sh 48 adb $adb_options push bbb_short/1920x1080 /sdcard/test/bbb_short/1920x1080
49 adb $adb_options push bbb_full/1920x1080 /sdcard/test/bbb_full/1920x1080
54 adb $adb_options push bbb_short/1280x720 /sdcard/test/bbb_short/1280x720
55 adb $adb_options push bbb_full/1280x720 /sdcard/test/bbb_full/1280x720
60 adb $adb_options push bbb_short/720x480 /sdcard/test/bbb_short/720x480
61 adb $adb_options push bbb_full/720x480 /sdcard/test/bbb_full/720x480
65 adb $adb_options push bbb_short/176x144 /sdcard/test/bbb_short/176x144
66 adb $adb_options push bbb_full/176x144 /sdcard/test/bbb_full/176x144
67 adb $adb_options push bbb_short/480x360 /sdcard/test/bbb_short/480x360
68 adb $adb_options push bbb_full/480x360 /sdcard/test/bbb_full/480x36
    [all...]
  /frameworks/av/services/audioflinger/tests/
mixer_to_wav_tests.sh 66 -o /sdcard/tm48000grif.wav \
69 adb pull /sdcard/tm48000grif.wav $2
75 -o /sdcard/tm48000gr.wav \
78 adb pull /sdcard/tm48000gr.wav $2
86 -a /sdcard/aux9307gra.wav -o /sdcard/tm9307gra.wav \
88 adb pull /sdcard/tm9307gra.wav $2
89 adb pull /sdcard/aux9307gra.wav $2
95 -o /sdcard/tm32000gnr.wav \
97 adb pull /sdcard/tm32000gnr.wav $
    [all...]
  /developers/build/prebuilts/gradle/NfcProvisioning/
nfcprovisioning.txt 3 # $ adb push nfcprovisioning.txt /sdcard/
  /developers/samples/android/admin/NfcProvisioning/
nfcprovisioning.txt 3 # $ adb push nfcprovisioning.txt /sdcard/
  /development/ndk/platforms/android-14/samples/native-media/
README.txt 2 placed in /sdcard/NativeMedia.ts and encoded as:
  /system/core/rootdir/
init.environ.rc.in 8 export EXTERNAL_STORAGE /sdcard
  /device/generic/goldfish/
fstab.ranchu 8 /devices/*/block/vdd auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
fstab.goldfish 8 /devices/platform/goldfish_mmc.0* auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
  /device/google/marlin/sepolicy/
init.te 1 # symlink /sdcard to backing block
  /external/opencv3/samples/android/hello-android/
run.sh 15 adb pull /mnt/sdcard/HelloAndroid.png || return
  /frameworks/wilhelm/tests/native-media/res/values/
strings.xml 15 <item>/sdcard/Videos/bar.ts</item>
19 <item>/sdcard/Videos/mpeg4_qvga_24fps.3gp</item>
20 <item>/sdcard/Videos/burnAfterReading.m4v</item>
  /bootable/recovery/
fuse_sdcard_provider.cpp 29 int fd; // the underlying sdcard file
40 fprintf(stderr, "seek on sdcard failed: %s\n", strerror(errno));
47 fprintf(stderr, "read on sdcard failed: %s\n", strerror(errno));
82 // The installation process expects to find the sdcard unmounted.
85 umount2("/sdcard", MNT_DETACH);
  /development/ndk/platforms/android-21/samples/native-codec/res/values/
strings.xml 12 <item>/sdcard/testfile.mp4</item>
  /system/extras/tests/sdcard/
README 1 This directory contains tools to profile the sdcard performance.
4 * A binary that runs on the device, exercises the sdcard and send
9 to check how the sdcard scale with the number of processes.
40 only 1 process for 100 times (100 files will be written on the sdcard).
profile_sdcard.sh 16 # Run a bunch of test on the sdcard to establish a performance profile.
32 local file="/tmp/sdcard-scalability.txt"
40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')

Completed in 7518 milliseconds

1 2 3 4 5 6 7 8 91011>>