HomeSort by relevance Sort by last modified time
    Searched refs:extStore (Results 1 - 18 of 18) sorted by null

  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
UiPerformanceTest.java 90 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
91 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY);
129 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
130 String rawFileDir = String.format("%s/%s", extStore, RAW_DATA_DIRECTORY);
223 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
224 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_FILE_NAME));
UserActionBenchmark.java 99 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
101 String.format("%s/%s/%s", extStore, mScriptPath, mTestDevice.getProductType());
117 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
118 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore,
OpenGlPerformanceTest.java 326 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
327 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputFileName));
  /tools/tradefederation/contrib/src/com/android/media/tests/
MediaMemoryTest.java 142 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
144 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, outputPath));
147 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, "*.dump"));
157 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
160 extStore, "*.dump"));
VideoEditingMemoryTest.java 129 String extStore =
132 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore,
136 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore,
147 String extStore =
151 extStore, "*.dump"));
CameraShotToShotLatencyTest.java 106 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
107 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM", extStore));
108 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath));
MediaStressTest.java 96 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
97 mTestDevice.executeShellCommand(String.format("rm %s/temp*.3gp", extStore));
98 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH));
CameraLatencyTest.java 188 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
190 mTestDevice.executeShellCommand(String.format("rm %s/DCIM/Camera/*", extStore));
191 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath));
CameraSettingsTest.java 126 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
127 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath));
MediaPlayerStressTest.java 119 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
120 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath));
VideoEditingPerformanceTest.java 159 String extStore =
161 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, OUTPUT_PATH));
CameraStressTest.java 223 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
224 mTestDevice.executeShellCommand(String.format("rm -r %s/DCIM/Camera", extStore));
225 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputPath));
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceFuncTest.java 385 final String extStore = "/data/local";
388 mTestDevice.executeShellCommand(String.format("rm %s/testdir", extStore));
389 mTestDevice.executeShellCommand(String.format("rm %s/testdir2/foo.txt", extStore));
390 mTestDevice.executeShellCommand(String.format("rmdir %s/testdir2", extStore));
395 extStore)));
397 String.format("touch %s/testdir2/foo.txt", extStore)));
400 extStore, extStore)));
402 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore)));
404 mTestDevice.executeShellCommand(String.format("rm %s/testdir", extStore));
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
WifiStressTest.java 377 String extStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
378 mTestDevice.executeShellCommand(String.format("rm %s/%s", extStore, mOutputFile));
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 608 VendorExtensionStore *extStore = const_cast<VendorExtensionStore *>(&mVendorExtensionStore);
609 init_vendor_extensions(*extStore);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 648 VendorExtensionStore *extStore = const_cast<VendorExtensionStore *>(&mVendorExtensionStore);
649 init_vendor_extensions(*extStore);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 8897 milliseconds