HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 176 - 200 of 424) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 171 // 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.
  /packages/apps/Settings/src/com/android/settings/
MediaFormat.java 30 * Confirm and execute a format of the sdcard.
  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 129 values.put(Downloads.Impl.COLUMN_FILE_NAME_HINT, "file:///sdcard/foo");
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 46 // Stress test for the sdcard. Use this to generate some load on the
47 // sdcard and collect performance statistics. The output is either a
71 // To build: mmm system/extras/tests/sdcard/Android.mk SDCARD_TESTS=1
106 const char *kTestDir = "/sdcard/perf";
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 116 // If eject record sdcard, should set Value false to not record.
117 // Key is sdcard path(like "/storage/sdcard0"), V is to enable record or
313 * Handle sdcard mount/unmount event. 1. Update the sdcard state map 2. If
314 * the recording sdcard is unmounted, need to stop and notify
319 // If eject record sdcard, should set this false to not
    [all...]
FmRecordActivity.java 506 String sdcard = FmService.getRecordingSdcard(); local
515 FmSaveDialog newFragment = new FmSaveDialog(sdcard, recordingName, saveName);
  /frameworks/base/core/java/android/os/
Debug.java 588 * file will be put under "/sdcard" unless an absolute path is given.
594 * If {@code traceName} is null, this value defaults to "/sdcard/dmtrace.trace".
604 * buffer size. The trace files will be put under "/sdcard" unless an
609 * If {@code traceName} is null, this value defaults to "/sdcard/dmtrace.trace".
621 * buffer size. The trace files will be put under "/sdcard" unless an
638 * If {@code traceName} is null, this value defaults to "/sdcard/dmtrace.trace".
652 * under "/sdcard" unless an absolute path is given. See <a
657 * If {@code traceName} is null, this value defaults to "/sdcard/dmtrace.trace".
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 916 // instead. We use /tmp on most systems, and /sdcard on Android.
    [all...]
  /frameworks/base/docs/html/tools/devices/
emulator.jd 19 <li><a href="#sdcard">SD Card Emulation</a>
21 <li><a href="#sdcard-creating">Creating an SD card image</a></li>
22 <li><a href="#sdcard-files">Copying files to an SD card image</a></li>
23 <li><a href="#sdcard-loading">Loading an SD card image</a></li>
540 <h2 id="sdcard">SD Card Emulation</h2>
559 <h3 id="sdcard-creating">Creating an SD card image</h3>
588 <h3 id="sdcard-files">Copying files to an SD card image</h3>
600 <h3 id="sdcard-loading">Loading an SD card image</h3>
606 <code>-sdcard</code> flag and specify the name and path of your image (relative
609 <pre>emulator -sdcard &lt;filepath&gt;</pre
    [all...]
  /bootable/recovery/uncrypt/
uncrypt.c 420 // /data, and /sdcard. (On a particular device, other locations
425 // and /sdcard we leave the file alone.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 412 String caseListFileName = "/sdcard/dEQP-TestCaseList.txt";
413 String logFileName = "/sdcard/TestLog.qpa";
  /external/qemu/hw/android/goldfish/
mmc.c 311 cpu_abort(cpu_single_env, "SDCard too small, must be at least 9MB\n");
315 cpu_abort(cpu_single_env, "SDCard too large.\n");
  /frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd 136 // start tracing to "/sdcard/calc.trace"
168 adb pull /sdcard/calc.trace /tmp
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 67 "/sdcard/mediaMemOutput.txt";
69 "/sdcard/mediaProcmemOutput.txt";
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 94 // Make sure the sdcard is mounted.
97 Slog.w(TAG, "Make sure sdcard is mounted.");
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 325 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\" or \"%s file:///sdcard/my.mp3\"\n",
slesTestManyPlayers.cpp 320 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\" or \"%s file:///sdcard/my.mp3\"\n",
slesTestPlayUri.cpp 334 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\" or \"%s file:///sdcard/my.mp3\"\n",
slesTestSlowDownUri.cpp 409 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\" or \"%s file:///sdcard/my.mp3\"\n",
  /development/testrunner/test_defs/
native_test.py 89 "(cd /sdcard;%s)" % full_path,
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 202 args.push_back("/sdcard/skiabot/skia_skp");
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 205 filename.printf("/sdcard/fontcache_%d%d.png", gDumpCount, i);

Completed in 1133 milliseconds

1 2 3 4 5 6 78 91011>>