/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 81 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/ |
D | NativeImageReaderTest.java | 73 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()
|
D | NativeStillCaptureTest.java | 55 String filePath, Surface previewSurface, String overrideCameraId); in testStillCaptureNative()
|
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/jni/ |
D | android_appsecurity_cts_apkveritytestapp_InstalledFilesCheck.cpp | 37 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/ |
D | DeviceInfoTest.java | 49 private String readFile(String filePath) throws IOException { in readFile()
|
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/ |
D | ScopedStorageTestHelper.java | 192 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/tests/tests/security/src/android/security/cts/ |
D | ParcelableExceptionTest.java | 37 String filePath = "/data/system/" + System.currentTimeMillis(); in test_CVE_2017_0871() local
|
D | AndroidFutureTest.java | 42 String filePath = "/data/system/" + System.currentTimeMillis(); in testAndroidFutureReadThrowable() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | IconTest.java | 187 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/ |
D | ImageCaptureActivity.java | 90 Uri filePath = clipData.getItemAt(0).getUri(); in getFileFromIntent() local
|
D | ReadableFileReceiverActivity.java | 92 Uri filePath = clipData.getItemAt(i).getUri(); in getFilesFromIntent() local
|
/cts/hostsidetests/edi/src/android/edi/cts/ |
D | LibraryDeviceInfo.java | 78 private String getSha1(String filePath) { in getSha1()
|
/cts/tools/utils/ |
D | buildCts.py | 34 def ReadFileLines(filePath): argument
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | KernelConfigTest.java | 219 private boolean doesFileExist(String filePath) throws Exception { in doesFileExist()
|
/cts/libs/install/src/android/cts/install/lib/host/ |
D | InstallUtilsHost.java | 159 public void waitForFileDeleted(String filePath, Duration timeout) throws Exception { in waitForFileDeleted()
|
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
D | LegacyStorageHostTest.java | 75 private void createFileAsShell(String filePath) throws Exception { in createFileAsShell()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CurrentApiHelper.java | 125 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarTestBase.java | 77 Path filePath = DUMP_PATH.resolve(name + ".png"); in dumpBitmap() local
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | ProcfsHostTests.java | 121 String filePath = "/proc/" + mTestAppPid + "/task/" + tid + "/stat"; in testProcTidStat() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2281 String filePath) { in validateImage() 2383 public static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData() 2404 long ts, String filePath) { in validateYuvData() 2420 long ts, String filePath) { in validateP010Data() 2435 long ts, String filePath) { in validateRaw16Data() 2452 long ts, String filePath) { in validateY8Data() 2469 long ts, String filePath) { in validateRawPrivateData() 2489 long ts, String filePath) { in validateDepth16Data() 2507 long ts, String filePath) { in validateDepthPointCloudData() 2523 private static void validateHeicData(byte[] heicData, int width, int height, String filePath) { in validateHeicData()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | DepCsvPrinter.java | 223 String filePath = dep; in printDep() local
|
D | DepPrinter.java | 212 String filePath = dep; in printDep() local
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechWrapper.java | 368 public static boolean isSoundFile(String filePath) { in isSoundFile()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecPerformanceTestBase.java | 129 static MediaFormat getVideoFormat(String filePath) throws IOException { in getVideoFormat()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.cpp | 534 VkTestResult Renderer::loadShaderFromFile(const char* filePath, VkShaderModule* const outShader) { in loadShaderFromFile()
|