Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeImageReaderTest.java61 private static native boolean testJpegNative(String filePath); in testJpegNative()
62 private static native boolean testY8Native(String filePath); in testY8Native()
63 private static native boolean testHeicNative(String filePath); in testHeicNative()
64 private static native boolean testDepthJpegNative(String filePath); in testDepthJpegNative()
DNativeStillCaptureTest.java51 String filePath, Surface previewSurface); in testStillCaptureNative()
DDngCreatorTest.java275 String filePath = mDebugFileNameBase + "/camera_thumb_" + deviceId + "_" + in testSingleImageThumbnail() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java80 public static int getDuration(String filePath) { in getDuration()
96 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition()
126 public static boolean seekTo(String filePath) { in seekTo()
150 public static boolean setLooping(String filePath) { in setLooping()
188 public static boolean pause(String filePath) throws Exception { in pause()
217 public static void prepareStopRelease(String filePath) throws Exception { in prepareStopRelease()
226 public static void preparePauseRelease(String filePath) throws Exception { in preparePauseRelease()
246 public static int videoHeight(String filePath) throws Exception { in videoHeight()
281 public static int videoWidth(String filePath) throws Exception { in videoWidth()
317 public static boolean videoSeekTo(String filePath) throws Exception { in videoSeekTo()
[all …]
/cts/tests/tests/net/src/android/net/cts/
DNetworkWatchlistTest.java120 private void saveResourceToFile(String res, String filePath) throws IOException { in saveResourceToFile()
127 private ParcelFileDescriptor pipeFromStdin(String filePath) { in pipeFromStdin()
/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.java38 String filePath = "/data/system/" + System.currentTimeMillis(); in test_CVE_2017_0871() 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.java211 private boolean doesFileExist(String filePath) throws Exception { in doesFileExist()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DIconTest.java157 String filePath = file.toURI().getPath(); in testFileIcon_getType() local
/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/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1554 String filePath) { in validateImage()
1653 private static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
1674 long ts, String filePath) { in validateYuvData()
1690 long ts, String filePath) { in validateRaw16Data()
1707 long ts, String filePath) { in validateY8Data()
1724 long ts, String filePath) { in validateRawPrivateData()
1744 long ts, String filePath) { in validateDepth16Data()
1762 long ts, String filePath) { in validateDepthPointCloudData()
1778 private static void validateHeicData(byte[] heicData, int width, int height, String filePath) { in validateHeicData()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDepPrinter.java212 String filePath = dep; in printDep() local
DDepCsvPrinter.java223 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/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp540 VkTestResult Renderer::loadShaderFromFile(const char* filePath, VkShaderModule* const outShader) { in loadShaderFromFile()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java227 protected static String readFromRawFile(String filePath) throws Exception { in readFromRawFile()
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java607 Image image, int width, int height, int format, String filePath) { in validateImage()