Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java86 public static int getDuration(String filePath) { in getDuration()
102 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition()
132 public static boolean seekTo(String filePath) { in seekTo()
156 public static boolean setLooping(String filePath) { in setLooping()
194 public static boolean pause(String filePath) throws Exception { in pause()
223 public static void prepareStopRelease(String filePath) throws Exception { in prepareStopRelease()
232 public static void preparePauseRelease(String filePath) throws Exception { in preparePauseRelease()
252 public static int videoHeight(String filePath) throws Exception { in videoHeight()
287 public static int videoWidth(String filePath) throws Exception { in videoWidth()
323 public static boolean videoSeekTo(String filePath) throws Exception { in videoSeekTo()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeImageReaderTest.java73 private static native boolean testJpegNative(String filePath, String overrideCameraId); in testJpegNative()
74 private static native boolean testY8Native(String filePath, String overrideCameraId); in testY8Native()
75 private static native boolean testHeicNative(String filePath, String overrideCameraId); in testHeicNative()
76 private static native boolean testDepthJpegNative(String filePath, String overrideCameraId); in testDepthJpegNative()
DNativeStillCaptureTest.java55 String filePath, Surface previewSurface, String overrideCameraId); in testStillCaptureNative()
/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DExportTestResult.java37 @Nullable private String filePath; field in ExportTestResult.Builder
59 public Builder setFilePath(@Nullable String filePath) { in setFilePath()
133 @Nullable public final String filePath; field in ExportTestResult
185 @Nullable String filePath, in ExportTestResult()
DFileUtil.java43 Context context, @Nullable String filePath, @C.ColorTransfer int expectedColorTransfer) { in assertFileHasColorTransfer()
DMediaEditingUtil.java264 public static Format getMuxedWidthHeight(String filePath) throws IOException { in getMuxedWidthHeight()
291 public static int getMuxedOutputProfile(String filePath) throws IOException { in getMuxedOutputProfile()
DVideoDecodingWrapper.java85 Context context, String filePath, int comparisonInterval, int maxImagesAllowed) in VideoDecodingWrapper()
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DFileUtils.java36 Path filePath = Paths.get(inputFile); in getJarFile() local
73 Path filePath = Paths.get(inputFile); in getJarFilesFromFile() local
DApiMap.java197 Path filePath, in scanJarFile()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/jni/
Dandroid_appsecurity_cts_apkveritytestapp_InstalledFilesCheck.cpp37 JNIEnv *env, jobject /*thiz*/, jstring filePath) { in Java_android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck_hasFsverityNative()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoTest.java49 private String readFile(String filePath) throws IOException { in readFile()
/cts/tests/tests/security/src/android/security/cts/
DParcelableExceptionTest.java46 String filePath = "/data/system/" + System.currentTimeMillis(); in test_CVE_2017_0871() local
DAndroidFutureTest.java43 String filePath = "/data/system/" + System.currentTimeMillis(); in testAndroidFutureReadThrowable() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DIconTest.java196 String filePath = file.toURI().getPath(); in testFileIcon_getType() local
220 String filePath = file.toURI().getPath(); in testAdaptiveFileIcon_getType() local
/cts/tests/tests/content/src/android/content/cts/
DImageCaptureActivity.java90 Uri filePath = clipData.getItemAt(0).getUri(); in getFileFromIntent() local
DReadableFileReceiverActivity.java92 Uri filePath = clipData.getItemAt(i).getUri(); in getFilesFromIntent() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderSetup.java35 String filePath = WorkDir.getMediaDirString() + fileName; in createMediaExtractor() local
/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java78 private String getSha1(String filePath) { in getSha1()
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java390 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata() local
447 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile() local
542 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in checkDatabaseRowExists() local
/cts/tools/utils/
DbuildCts.py34 def ReadFileLines(filePath): argument
/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java220 private boolean doesFileExist(String filePath) throws Exception { in doesFileExist()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java173 public void waitForFileDeleted(String filePath, Duration timeout) throws Exception { in waitForFileDeleted()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java129 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java72 Path filePath = DUMP_PATH.resolve(name + ".png"); in dumpBitmap() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java122 String filePath = "/proc/" + mTestAppPid + "/task/" + tid + "/stat"; in testProcTidStat() local

12