Home
last modified time | relevance | path

Searched defs:createTestFile (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DTestUtil.java133 public static File createTestFile(File directory, String name) throws IOException { in createTestFile() method in TestUtil
138 public static File createTestFile(File directory, String name, long length) throws IOException { in createTestFile() method in TestUtil
143 public static File createTestFile(File file, long length) throws IOException { in createTestFile() method in TestUtil
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DTestUtil.java133 public static File createTestFile(File directory, String name) throws IOException { in createTestFile() method in TestUtil
138 public static File createTestFile(File directory, String name, long length) throws IOException { in createTestFile() method in TestUtil
143 public static File createTestFile(File file, long length) throws IOException { in createTestFile() method in TestUtil
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
H A DIntegrityUriComputingOpenerTest.java93 private Uri createTestFile(String contents) throws Exception { in createTestFile() method in IntegrityUriComputingOpenerTest
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java141 private static void createTestFile(File file, int length) throws IOException { in createTestFile() method in CachedRegionTrackerTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java141 private static void createTestFile(File file, int length) throws IOException { in createTestFile() method in CachedRegionTrackerTest
/aosp_15_r20/external/skia/infra/bots/task_drivers/codesize/
H A Dcodesize_test.go231 func createTestFile(t *testing.T, path, contents string) { func
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/liteparse/
H A Dliteparse_test.go161 func createTestFile(path, content string) string { func
/aosp_15_r20/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
H A DHelper.java93 private static File createTestFile(String testName, String name, String targetFolder) in createTestFile() method in Helper
/aosp_15_r20/tools/tradefederation/core/util_apps/ContentProvider/androidTest/src/android/tradefed/contentprovider/
DManagedFileContentProviderTest.java106 private void createTestFile(File parentDir) throws Exception { in createTestFile() method in ManagedFileContentProviderTest
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt247 private fun createTestFile(extension: String = ".png"): File { in createTestFile() method in com.android.captiveportallogin.DownloadServiceTest
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DFileIntegrityManagerTest.java234 private void createTestFile(File file) throws IOException { in createTestFile() method in FileIntegrityManagerTest
/aosp_15_r20/cts/tests/translation/src/android/translation/cts/
H A DHelper.java217 public static File createTestFile(String testName, String name, String targetFolder) in createTestFile() method in Helper
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
H A DUTF8ZipFilesTest.java256 private static void createTestFile(final File file, final String encoding, in createTestFile() method in UTF8ZipFilesTest
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
H A DBaseVoiceInteractionService.java534 public void createTestFile(String suffix) throws Throwable { in createTestFile() method in BaseVoiceInteractionService
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DMemoryMappedFileInputStreamTest.java61 private Path createTestFile(final int size) throws IOException { in createTestFile() method in MemoryMappedFileInputStreamTest
/aosp_15_r20/packages/services/Mms/tests/unittests/src/com/android/mms/service/metrics/
DPersistMmsAtomsStorageTest.java694 private void createTestFile(long lastPullTimeMillis) throws Exception { in createTestFile() method in PersistMmsAtomsStorageTest
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java1321 private File createTestFile() throws IOException { in createTestFile() method in UserBackupManagerServiceTest
H A DBackupManagerServiceRoboTest.java1465 private File createTestFile() throws IOException { in createTestFile() method in BackupManagerServiceRoboTest
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DHelper.java1607 public static File createTestFile(@NonNull String name) throws IOException { in createTestFile() method in Helper
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java5583 private void createTestFile(long lastPullTimeMillis) throws Exception { in createTestFile() method in PersistAtomsStorageTest
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py43 def createTestFile(self, path): member in FakeOsModuleTestBase