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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/build/android/pylib/utils/
emulator.py 38 sdcard.size=512M
49 hw.sdCard=yes
259 '--sdcard', SDCARD_SIZE,
  /external/qemu/android/avd/
hardware-properties.ini 153 # SDCard support
154 name = hw.sdCard
160 name = hw.sdCard.path
  /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);
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 151 * be created under the /sdcard/ directory. If a name is not given,
152 * the default is /sdcard/dmtrace.trace.</p>
287 * @param filename Full pathname of output file (e.g. "/sdcard/dump.hprof").
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 125 // the tests will be aborted because the image will be put in sdcard
126 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.
  /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
  /developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/common/media/
CameraHelper.java 147 // To be safe, you should check that the SDCard is mounted
  /developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/java/com/example/android/common/media/
CameraHelper.java 147 // To be safe, you should check that the SDCard is mounted
  /developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/java/com/example/android/common/media/
CameraHelper.java 147 // To be safe, you should check that the SDCard is mounted
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 147 // To be safe, you should check that the SDCard is mounted
  /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/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 147 // To be safe, you should check that the SDCard is mounted
  /development/testrunner/test_defs/
native_test.py 89 "(cd /sdcard;%s)" % full_path,
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 34 static const char *kTestFile = "/sdcard/.testfile";

Completed in 738 milliseconds

1 2 3 4 56 7 8 91011>>