Home
last modified time | relevance | path

Searched defs:imageFile (Results 1 – 25 of 179) sorted by relevance

12345678

/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DItemsProviderTest.java145 File imageFile = assertCreateNewImage(cameraDir); in testGetCategories_camera() local
205 File imageFile = assertCreateNewImage(picturesDir); in testGetCategories_not_videos() local
225 File imageFile = assertCreateNewImage(screenshotsDir); in testGetCategories_screenshots() local
266 File imageFile = assertCreateNewImage(cameraDir); in testGetCategories_not_screenshots() local
286 final File imageFile = assertCreateNewImage(picturesDir); in testGetCategories_favorites() local
327 final File imageFile = assertCreateNewImage(downloadsDir); in testGetCategories_downloads() local
390 File imageFile = assertCreateNewImage(screenshotsDir); in testGetCategories_screenshots_and_favorites() local
415 File imageFile = assertCreateNewImage(downloadsDir); in testGetCategories_downloads_and_favorites() local
437 File imageFile = assertCreateNewImage(); in testGetItems() local
719 File imageFile = assertCreateNewImage(); in testGetItemsImages() local
[all …]
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java190 File imageFile = new File(imageFilePath); in tearDown() local
318 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
361 File imageFile = clone(srcFile); in testSaveAttributes_withFileName() local
384 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
417 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
438 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForJpeg() local
453 File imageFile = new File(Environment.getExternalStorageDirectory(), fileName); in testExifInterfaceForRaw() local
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DExifInterfaceTest.java424 File imageFile = new File(mInpPrefix, fileName); in readFromStandaloneDataWithExif() local
443 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceCommon() local
482 File imageFile = new File(mInpPrefix, fileName); in testExifInterfaceRange() local
540 File imageFile = clone(srcFile); in writeToFilesWithExif() local
625 File imageFile = clone(srcFile); in writeToFilesWithoutExif() local
777 File imageFile = clone(srcFile); in testGetSetDateTime() local
834 File imageFile = clone(srcFile); in testSetAttribute() local
957 File imageFile = clone(srcFile); in testGetAttributeForNullAndNonExistentTag() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DDrawableTest.java153 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg"); in testCreateFromPath() local
175 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg"); in testCreateFromIncomplete() local
219 File imageFile = null; in testCreateFromStream() local
265 File imageFile = null; in testCreateFromStream2() local
297 File imageFile = null; in testCreateFromResourceStream1() local
344 File imageFile = null; in testCreateFromResourceStream2() local
/aosp_15_r20/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
H A DVirtualCameraCameraXTest.kt167 val imageFile = takeAndSavePicture(cameraSelector, imageCapture) in <lambda>() constant
217 val imageFile = File( in <lambda>() constant
/aosp_15_r20/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
H A DLegacyStorageTest.java658 final File imageFile = new File(TestUtils.getDcimDir(), IMAGE_FILE_NAME); in testRenameDoesntInvalidateUri_hasRW() local
823 final File imageFile = new File(TestUtils.getDcimDir(), filename + ".jpg"); in assertFileInsertWithMimeType() local
843 assertNotNull(MediaStore.scanFile(getContentResolver(), imageFile)); in assertFileInsertWithMimeType() local
894 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testLegacySystemGalleryCanUpdateToExistingDirectory() local
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py57 imageFile = sys.argv[3] variable
59 imageFile = "%s.png" % glyphName variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
H A DTestUtils.java51 File imageFile = new File(path); in getTestImageAsByteBuffer() local
61 File imageFile = new File(path); in getTestImageAsFloatByteBuffer() local
/aosp_15_r20/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
H A DScopedStorageDeviceTest.java511 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testContributeMediaFile() local
1617 final File imageFile = new File(getPicturesDir(), IMAGE_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
2058 final File imageFile = new File(getDownloadDir(), IMAGE_FILE_NAME); in testCanRenameHiddenFile() local
2086 final File imageFile = new File(nonHiddenDir, IMAGE_FILE_NAME); in testHiddenDirectory() local
2118 final File imageFile = new File(directoryNoMedia, IMAGE_FILE_NAME); in testHiddenDirectory_nomedia() local
2221 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testListPendingAndTrashed() local
2535 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testCreateCanRestoreDeletedRowId() local
2575 final File imageFile = new File(getDcimDir(), IMAGE_FILE_NAME); in testRenameCanRestoreDeletedRowId() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
H A DByodPresentMediaDialog.java137 File imageFile = (File) getArguments().getSerializable(KEY_IMAGE_FILE); in onCreateDialog() local
214 private static int getOrientationInDegreeFromImage(File imageFile) throws IOException { in getOrientationInDegreeFromImage()
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DRenderHeapDumpScreen.kt92 val imageFile = File(storageDir, "${heapDumpFile.name}.png") in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/androidx.print_print/android_common_apex30/aar/
Dandroidx.print_print.jarandroidx/ androidx/print/ androidx/print/PrintHelper$1.class PrintHelper.java package ...
Dclasses.jarandroidx/ androidx/print/ androidx/print/PrintHelper$1.class PrintHelper.java package ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/print/print/1.1.0-beta01/androidx.print_print/android_common/aar/
Dandroidx.print_print.jarandroidx/ androidx/print/ androidx/print/PrintHelper$1.class PrintHelper.java package ...
Dclasses.jarandroidx/ androidx/print/ androidx/print/PrintHelper$1.class PrintHelper.java package ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-print-nodeps/android_common/aar/
Dclasses.jarandroid/support/v4/print/PrintHelper$1.class PrintHelper.java package android. ...
Dandroid-support-print-nodeps.jarandroid/support/v4/print/PrintHelper$1.class PrintHelper.java package android. ...
/aosp_15_r20/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DDownloadsDeletionPreferenceGroupTest.java71 File imageFile = new File(mTempDir, "test.bmp"); in thumbnailsArePopulated() local
/aosp_15_r20/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java100 File imageFile = temporaryFolder.newFile("test.gif"); in testFetchesThumbnailsForImages() local
/aosp_15_r20/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DCommonUtils.java69 File imageFile = new File(mPath); in takeScreenshot() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
H A DDeviceTest.java163 File imageFile = getImageFile(context); in withTemporaryImage() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
H A DOvicDetectorTest.java65 File imageFile = new File(TEST_IMAGE_PATH); in setUp() local
H A DOvicClassifierTest.java69 File imageFile = new File(TEST_IMAGE_PATH); in setUp() local
/aosp_15_r20/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
H A DOwnedFilesRule.java70 public Uri createFile(int resourceId, File imageFile) throws IOException { in createFile()
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DClusterContentProvider.java58 File imageFile = new File( in openFile() local

12345678