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

1 2 3

  /frameworks/av/services/audioflinger/tests/
mixer_to_wav_tests.sh 66 -o /sdcard/tm48000gr.wav \
68 adb pull /sdcard/tm48000gr.wav $2
76 -a /sdcard/aux9307gra.wav -o /sdcard/tm9307gra.wav \
78 adb pull /sdcard/tm9307gra.wav $2
79 adb pull /sdcard/aux9307gra.wav $2
85 -o /sdcard/tm32000gnr.wav \
87 adb pull /sdcard/tm32000gnr.wav $2
94 -a /sdcard/aux32000gnra.wav -o /sdcard/tm32000gnra.wav
    [all...]
  /system/core/sdcard/
Android.mk 5 LOCAL_SRC_FILES := sdcard.c
6 LOCAL_MODULE := sdcard
  /system/core/rootdir/etc/
mountd.conf 9 mount_point /sdcard
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
8 echo FAILURE: /sdcard is not mounted
14 adb shell mount | grep /sdcard | grep -q $i
17 echo FAILURE: /sdcard is not mounted $i
  /external/bluetooth/bluedroid/conf/
bt_stack.conf 6 BtSnoopFileName=/sdcard/btsnoop_hci.log
  /system/extras/tests/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 ' ')
  /build/core/combo/
fdo.mk 23 # The profile will be generated on /sdcard/fdo_profile on the device.
24 $(combo_2nd_arch_prefix)TARGET_FDO_CFLAGS := -fprofile-generate=/sdcard/fdo_profile -DANDROID_FDO
  /frameworks/base/tests/CoreTests/
run_core_test.sh 5 -Djava.io.tmpdir=/sdcard/tmp \
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
Uss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
testssl.sh 27 device=/sdcard/android.testssl
CAss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
  /external/openssl/android.testssl/
Uss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
testssl.sh 27 device=/sdcard/android.testssl
CAss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 577 /* No SD Card emulation, so -sdcard will be ignored */
578 if (opts->sdcard) {
579 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." );
580 opts->sdcard = NULL;
583 /* Auto-configure -sdcard if it is not available */
584 if (!opts->sdcard) {
586 /* If -datadir <path> is used, look for a sdcard.img file here */
591 opts->sdcard = strdup(tmp);
597 opts->sdcard = avdInfo_getSdCardPath(avd);
598 if (opts->sdcard != NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/patches/
testssl.sh 27 device=/sdcard/android.testssl
  /external/openssl/patches/
testssl.sh 27 device=/sdcard/android.testssl
  /external/qemu/distrib/jpeg-6b/
Android.mk 22 # use sdcard as libjpeg decoder's backing store
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 88 adb shell stop sdcard
99 adb shell umount /sdcard >/dev/null 2>&1
100 adb shell umount /mnt/sdcard >/dev/null 2>&1
  /external/qemu/android/
main.c 776 /* No SD Card emulation, so -sdcard will be ignored */
777 if (opts->sdcard) {
778 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." );
779 opts->sdcard = NULL;
782 /* Auto-configure -sdcard if it is not available */
783 if (!opts->sdcard) {
785 /* If -datadir <path> is used, look for a sdcard.img file here */
789 opts->sdcard = strdup(tmp);
795 opts->sdcard = avdInfo_getSdCardPath(avd);
796 if (opts->sdcard != NULL)
    [all...]
  /build/target/product/
base.mk 108 sdcard \
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 43 desc="A string that only applies if there's no sdcard">

Completed in 478 milliseconds

1 2 3