Home
last modified time | relevance | path

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

12

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java81 public static int getDuration(String filePath) { in getDuration()
97 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition()
127 public static boolean seekTo(String filePath) { in seekTo()
151 public static boolean setLooping(String filePath) { in setLooping()
189 public static boolean pause(String filePath) throws Exception { in pause()
218 public static void prepareStopRelease(String filePath) throws Exception { in prepareStopRelease()
227 public static void preparePauseRelease(String filePath) throws Exception { in preparePauseRelease()
247 public static int videoHeight(String filePath) throws Exception { in videoHeight()
282 public static int videoWidth(String filePath) throws Exception { in videoWidth()
318 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.cpp35 JNIEnv *env, jobject /*thiz*/, jstring filePath) { in Java_android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck_hasFsverityNative()
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java192 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata() local
249 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile() local
315 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in checkDatabaseRowExists() local
/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.java37 String filePath = "/data/system/" + System.currentTimeMillis(); in test_CVE_2017_0871() local
DAndroidFutureTest.java42 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/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java78 private String getSha1(String filePath) { in getSha1()
/cts/tools/utils/
DbuildCts.py34 def ReadFileLines(filePath): argument
/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java219 private boolean doesFileExist(String filePath) throws Exception { in doesFileExist()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java159 public void waitForFileDeleted(String filePath, Duration timeout) throws Exception { in waitForFileDeleted()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DLegacyStorageHostTest.java75 private void createFileAsShell(String filePath) throws Exception { in createFileAsShell()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java77 Path filePath = DUMP_PATH.resolve(name + ".png"); in dumpBitmap() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java125 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile()
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java121 String filePath = "/proc/" + mTestAppPid + "/task/" + tid + "/stat"; in testProcTidStat() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2061 String filePath) { in validateImage()
2163 public static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
2184 long ts, String filePath) { in validateYuvData()
2200 long ts, String filePath) { in validateP010Data()
2215 long ts, String filePath) { in validateRaw16Data()
2232 long ts, String filePath) { in validateY8Data()
2249 long ts, String filePath) { in validateRawPrivateData()
2269 long ts, String filePath) { in validateDepth16Data()
2287 long ts, String filePath) { in validateDepthPointCloudData()
2303 private static void validateHeicData(byte[] heicData, int width, int height, String filePath) { in validateHeicData()
/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
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java368 public static boolean isSoundFile(String filePath) { in isSoundFile()
/cts/tests/video/src/android/video/cts/
DCodecPerformanceTestBase.java129 static MediaFormat getVideoFormat(String filePath) throws IOException { in getVideoFormat()
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp534 VkTestResult Renderer::loadShaderFromFile(const char* filePath, VkShaderModule* const outShader) { in loadShaderFromFile()

12