Home
last modified time | relevance | path

Searched defs:file2 (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/internal/
H A DProfileFileRefresherTest.java75 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModifiedNoPathSpecified_doesNotReloadProfileFile() local
97 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModifiedWithinJitterPeriod_doesNotReloadProfileFile() local
119 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModifiedOutsideJitterPeriod_reloadsProfileFile() local
142 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModified_reloadsProfileFile() local
159 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModifiedOnceButRefreshedMultipleTimes_reloadsProfileFileOnce() local
185 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_profileModifiedMultipleTimes_reloadsProfileFileOncePerChange() local
225 ProfileFile file2 = refresher.refreshIfStale(); in refreshIfStale_givenOnReloadConsumer_callsConsumerOncePerChange() local
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_unittest.cc32 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST() local
283 File file2(file_path, in TEST() local
509 File file2(file.Duplicate()); local
536 File file2(file.Duplicate()); local
677 File file2( local
715 File file2( local
/aosp_15_r20/art/odrefresh/
H A Dodrefresh_test.cc733 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F() local
761 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F() local
820 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F() local
857 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F() local
931 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F() local
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/
H A DProfileFileSupplierTest.java81 ProfileFile file2 = supplier.get(); in get_profileFileFixed_doesNotReloadProfileFile() local
102 ProfileFile file2 = supplier.get(); in get_profileModifiedWithinJitterPeriod_doesNotReloadCredentials() local
158 ProfileFile file2 = supplier.get(); in get_profileModified_reloadsProfileFile() local
174 ProfileFile file2 = supplier.get(); in get_profileModifiedOnceButRefreshedMultipleTimes_reloadsProfileFileOnce() local
199 ProfileFile file2 = supplier.get(); in get_profileModifiedMultipleTimes_reloadsProfileFileOncePerChange() local
/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs850 let file2 = tempfile().unwrap(); in block_duplicate_offset_disks() localVariable
869 let file2 = tempfile().unwrap(); in get_len() localVariable
890 let file2 = tempfile().unwrap(); in async_get_len() localVariable
968 let file2 = tempfile().unwrap(); in triple_file_descriptors() localVariable
1003 let file2 = tempfile().unwrap(); in triple_file_passthrough() localVariable
1040 let file2 = tempfile().unwrap(); in async_triple_file_passthrough() localVariable
1101 let file2 = tempfile().unwrap(); in async_triple_file_punch_hole() localVariable
1181 let file2 = tempfile().unwrap(); in async_triple_file_write_zeroes() localVariable
/aosp_15_r20/external/cronet/base/files/
H A Dfile_unittest.cc46 File file2(base::File::FILE_ERROR_TOO_MANY_OPENED); in TEST() local
375 File file2(file_path, in TEST() local
690 File file2(file.Duplicate()); local
717 File file2(file.Duplicate()); local
886 File file2(file_path, local
924 File file2( local
/aosp_15_r20/libcore/ojluni/src/test/java/io/FileWriter/
H A DConstructorTest.java59 File file2 = File.createTempFile("FileWriterTest2", "txt"); in getParameters() local
85 void test(ConstructorType type, File file1, File file2, Charset charset) in test()
92 FileReader r2 = getFileReader(type, file2, charset); in test() argument
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
H A DArTestCase.java46 final File file2 = getFile("test2.xml"); in testArArchiveCreation() local
66 final File file2 = getFile("test2.xml"); in testArUnarchive() local
100 final File file2 = getFile("test2.xml"); in testArDelete() local
H A DCpioTestCase.java46 final File file2 = getFile("test2.xml"); in testCpioArchiveCreation() local
66 final File file2 = getFile("test2.xml"); in testCpioUnarchive() local
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/common/
DAdServicesFilesCleanupBootCompleteReceiverTest.java181 File file2 = createFile(root, dataRoot, "adservices_level_1.txt"); // Deleted in testReceiverDeletesAdServicesDirectories() local
215 File file2 = mock(File.class); in testReceiverHandlesSecurityException() local
245 File file2 = mock(File.class); in testDeleteAdServicesFiles_invalidInput() local
/aosp_15_r20/external/rust/android-crates-io/crates/command-fds/src/
Dlib.rs226 let file2 = File::open("testdata/file2.txt").unwrap(); in conflicting_mappings() localVariable
315 let file2 = File::open("testdata/file2.txt").unwrap(); in swap_mappings() localVariable
348 let file2 = File::open("testdata/file2.txt").unwrap(); in one_to_one_mapping() localVariable
/aosp_15_r20/libcore/ojluni/src/test/java/io/PrintWriter/
H A DEncodingTest.java63 File file2 = File.createTempFile("PSCharsetTest2", "txt"); in getParameters() local
84 public void test(ConstructorType type, File file1, File file2, String csn, Charset charset) in test()
/aosp_15_r20/libcore/ojluni/src/test/java/io/PrintStream/
H A DEncodingTest.java62 File file2 = File.createTempFile("PSCharsetTest2", "txt"); in getParameters() local
82 public void test(ConstructorType type, File file1, File file2, String csn, Charset charset) in test()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs642 let file2 = file1.reopen().unwrap(); in verify_lock_and_drop() localVariable
649 let file2 = match Flock::lock(file2, FlockArg::LockExclusiveNonblock) { in verify_lock_and_drop() localVariable
668 let file2 = file1.reopen().unwrap(); in verify_unlock() localVariable
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowStorageManagerTest.java60 File file2 = new File(internalStorage); in getStorageVolumesHaveDifferentUUID() local
76 File file2 = new File(sdcardStorage); in getStorageVolume() local
/aosp_15_r20/libcore/ojluni/src/test/java/io/FileReader/
H A DConstructorTest.java58 File file2 = new File(USER_DIR, "FileReaderTest2.txt"); in getParameters() local
80 void test(ConstructorType type, File file1, File file2, Charset charset) in test()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Scanner/
H A DEncodingTest.java65 File file2 = Files.createTempFile( "ScannerCharsetTest2.txt", null).toFile(); in getParameters() local
86 void test(ConstructorType type, File file1, File file2, String csn, Charset charset) in test()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DFakeOsAccess.java312 File file2 = new File(FileType.PAIR, mReadQueueSize, mWriteQueueSize); in socketpair() local
323 File file2 = new File(FileType.PIPE, 0, mWriteQueueSize); in pipe() local
329 int fdNumber1, File file1, int fdNumber2, File file2) { in registerFilePair()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp62 const path file2 = env.create_file("file2", 55); in test_error_reporting() local
183 const path file2 = env.create_file("file2", 55); in copy_file() local
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
H A DPreviouslyReleasedApiTest.kt48 val file2 = in check multiple signature files() constant
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc119 ScopedTmpFile file2; in TEST() local
151 ScopedTmpFile file2; in TEST() local
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_form_data_test.cc78 std::string file2{"\x01\x02\x03\x04\x05"}; in TEST() local
153 std::string file2{"\x01\x02\x03\x04\x05"}; in TEST() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp58 const path file2 = env.create_file("file2", 55); in TEST_CASE() local
179 const path file2 = env.create_file("file2", 55); in TEST_CASE() local
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/compatibility/
H A DCompatibilityCheckOptionsTest.kt99 val file2 = in check compatibility api released multiple files() constant
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file_test.cc97 FdFile file2(good_path, O_RDONLY, true); in TEST_F() local
546 FdFile file2(std::move(file)); in TEST_F() local
562 FdFile file2(tmp.GetFilename(), O_RDWR, false); in TEST_F() local

12345678910>>...21