HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 126 - 150 of 308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/android/avd/
hardware-properties.ini 153 # SDCard support
154 name = hw.sdCard
160 name = hw.sdCard.path
  /external/quake/quake/src/WinQuake/
sys_android.cpp 52 // Look for data on either the sdcard or the internal data store.
53 // (We look at the sdcard first
55 static const char *basedir1 = "/sdcard/data/quake";
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 425 * "/sdcard/Output/"
426 * @return Path in form of /sdcard/Output/200910100000
442 * @param directory where the files are located Example = "/sdcard/Input"
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 20 # slesTest_recBuffQueue /sdcard/myrec.raw 4
23 % adb pull /sdcard/myrec.raw myrec.raw
361 printf("Example: \"%s /sdcard/myrec.raw 4\" \n", prog);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 118 // the tests will be aborted because the image will be put in sdcard
119 fail("There is no sdcard attached! " + e.getMessage());
  /dalvik/docs/
hello-world.html 23 % <font color="green">adb push foo.jar /sdcard</font><br>
24 % <font color="green">adb shell dalvikvm -cp /sdcard/foo.jar Foo</font><br>
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 300 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\" or \"%s file:///sdcard/my.mp3\"\n",
slesTestPlayUri2.cpp 262 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 http://blabla/my.wav\" ", argv[0]);
263 fprintf(stdout, "or \"%s file:///sdcard/my.mp3\"\n", argv[0]);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 305 TestPlayUri(sl, "/sdcard/media_api/music/MP3_256kbps_2ch.mp3");
309 TestPlayUri(sl, "file:///sdcard/media_api/music/MP3_256kbps_2ch.mp3");
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 397 * This transfer couldn't be completed because of no sdcard.
402 * This transfer couldn't be completed because of sdcard full.
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 177 // no video/audio/sdcard. Then a NPE will come up when access the content of the
209 // If no video/audio/SDCard exist, return.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /system/extras/tests/fstest/
perm_checker.conf 114 /sdcard/ 000 077 system system system system
115 /sdcard/... 000 077 system system system system
  /system/extras/tests/sdcard/
plot_sdcard.py 18 """plot_sdcard: A module to plot the results of an sdcard perf test.
266 (metadata, data) = Parse('/tmp/sdcard-scalability.txt')
  /bootable/recovery/mtdutils/
mounts.c 109 * /dev/block/mmcblk0p1 /sdcard vfat rw,sync,dirsync,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,utf8 0 0
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java 97 Log.w(TAG, "Can't write sdcard log file", e);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 89 + " Your media file must be stored on sdcard.",
  /development/testrunner/test_defs/
native_test.py 89 "(cd /sdcard;%s)" % full_path,
  /external/jpeg/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
  /external/qemu/distrib/jpeg-6b/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
  /frameworks/base/core/java/android/content/pm/
PackageStats.java 54 * <sdcard>/Android/data/<app>)
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 170 // copy file to /mnt/sdcard/imported/<filename>
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 62 * and writes the pixels into a rgb file on sdcard.
78 public static final String VIDEO_URI = "/sdcard/mediadump/sample.mp4";
79 public static final String ROOT_DIR = "/sdcard/mediadump/";
269 * a rgb file on sdcard.
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 65 // We might want to move this to /sdcard, if is is mounted/writable.
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 76 // Register for events related to sdcard installation.

Completed in 1722 milliseconds

1 2 3 4 56 7 8 91011>>