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

1 2 3 4 5 67 8 91011>>

  /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 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";
  /frameworks/base/core/java/android/os/
Debug.java 586 * file will be put under "/sdcard" unless an absolute path is given.
592 * If no name argument is given, this value defaults to "/sdcard/dmtrace.trace".
602 * buffer size. The trace files will be put under "/sdcard" unless an
607 * If no name argument is given, this value defaults to "/sdcard/dmtrace.trace".
619 * buffer size. The trace files will be put under "/sdcard" unless an
635 * If no name argument is given, this value defaults to "/sdcard/dmtrace.trace".
    [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>
536 <h2 id="sdcard">SD Card Emulation</h2>
555 <h3 id="sdcard-creating">Creating an SD card image</h3>
584 <h3 id="sdcard-files">Copying files to an SD card image</h3>
596 <h3 id="sdcard-loading">Loading an SD card image</h3>
602 <code>-sdcard</code> flag and specify the name and path of your image (relative
605 <pre>emulator -sdcard &lt;filepath&gt;</pre
    [all...]
managing-avds.jd 210 <td>hw.sdCard</td>
  /external/qemu/hw/
goldfish_mmc.c 291 cpu_abort(cpu_single_env, "SDCard too small, must be at least 9MB\n");
295 cpu_abort(cpu_single_env, "SDCard too large.\n");
  /frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd 130 // start tracing to "/sdcard/calc.trace"
162 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/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",
  /art/compiler/dex/
mir_optimization.cc 776 DumpCFG("/sdcard/4_post_nce_cfg/", false);
786 DumpCFG("/sdcard/5_post_bbcombine_cfg/", false);
799 DumpCFG("/sdcard/2_post_layout_cfg/", true);
    [all...]
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 76 // We might want to move this to /sdcard, if is is mounted/writable.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 37 output_file = os.path.join('/sdcard', 'perf_profiles',
  /external/emma/core/res/
emma_default.properties 51 coverage.out.file: /sdcard/coverage.ec
  /frameworks/av/cmds/stagefright/
record.cpp 231 sp<MPEG4Writer> writer = new MPEG4Writer("/sdcard/output.mp4");

Completed in 2346 milliseconds

1 2 3 4 5 67 8 91011>>