Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 35) 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/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.java187 String filePath = file.toURI().getPath(); in testFileIcon_getType() local
211 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.java332 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata() local
389 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile() local
484 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/
DSeamendcHostTest.java127 private String readFirstLine(String filePath, String fileName) throws Exception { in readFirstLine()
134 private File getDeviceFile(String filePath, String fileName) throws Exception { in getDeviceFile()
DKernelConfigTest.java220 private boolean doesFileExist(String filePath) throws Exception { in doesFileExist()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java169 public void waitForFileDeleted(String filePath, Duration timeout) throws Exception { in waitForFileDeleted()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java125 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java78 Path filePath = DUMP_PATH.resolve(name + ".png"); in dumpBitmap() local
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DLegacyStorageHostTest.java75 private void createFileAsShell(String filePath) throws Exception { in createFileAsShell()
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java122 String filePath = "/proc/" + mTestAppPid + "/task/" + tid + "/stat"; in testProcTidStat() local
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmCodecCryptoAsyncTest.java172 private MediaExtractor setupExtractor(String filePath) throws Exception { in setupExtractor()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2519 String filePath) { in validateImage()
2537 String filePath, ColorSpace colorSpace) { in validateImage()
2643 public static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
2647 public static void validateJpegData(byte[] jpegData, int width, int height, String filePath, in validateJpegData()
2652 public static void validateJpegData(byte[] jpegData, int width, int height, String filePath, in validateJpegData()
2688 long ts, String filePath) { in validateYuvData()
2704 long ts, String filePath) { in validateP010Data()
2719 long ts, String filePath) { in validateRaw16Data()
2736 long ts, String filePath) { in validateY8Data()
2753 long ts, String filePath) { in validateRawPrivateData()
[all …]
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDepCsvPrinter.java223 String filePath = dep; in printDep() local
DDepPrinter.java212 String filePath = dep; in printDep() local

12