Home
last modified time | relevance | path

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

12

/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.java266 public static Format getMuxedWidthHeight(String filePath) throws IOException { in getMuxedWidthHeight()
293 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
/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/common/device-side/bedstead/testapisreflection/ksp/java/com/android/bedstead/testapisreflection/ksp/
DProcessor.kt119 val filePath = file.build().relativePath in <lambda>() constant
/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/tests/media/common/src/android/mediav2/common/cts/
DMuxerUtils.java65 public static void muxOutput(String filePath, int muxerFormat, MediaFormat format, in muxOutput()
/cts/tools/utils/
DbuildCts.py34 def ReadFileLines(filePath): argument
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java411 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in sendMetadata() local
468 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in accessFile() local
563 final String filePath = getIntent().getStringExtra(INTENT_EXTRA_PATH); in checkDatabaseRowExists() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java68 Path filePath = DUMP_PATH.resolve(name + ".png"); in dumpBitmap() local
/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/tests/mediapc/tools/src/com/android/mediapc/
DVarianceMain.java87 public String filePath; field in VarianceMain.Options
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java129 private static Document parseXmlFile(String filePath) throws Exception { in parseXmlFile()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DLegacyStorageHostTest.java77 private void createFileAsShell(String filePath) throws Exception { in createFileAsShell()

12