Home
last modified time | relevance | path

Searched defs:file1 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java243 final File file1 = new File(dir, "file1-original.png"); in testWithFile() local
267 final File file1 = new File(dir, "async-original.png"); in testAsync() local
324 final Icon file1 = Icon.createWithFilePath(originalfile.getAbsolutePath()); in testParcel() local
/frameworks/native/libs/binder/rust/tests/
Dserialization.rs270 let file1 = parcel.read::<ParcelFileDescriptor>()?; in on_transact() localVariable
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java50 File file1 = null; in testMountMultipleObb() local
/frameworks/base/packages/SystemUI/scripts/
Dnew_merge.py150 def diff(file1, file2): argument
/frameworks/compile/slang/tests/
Dslang_test.py116 def ReportIfDifferFromExpected(tests, name, file1, file2): argument
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
DBlobStoreManagerServiceTest.java211 final File file1 = mock(File.class); in testHandleIdleMaintenance_deleteUnknownBlobs() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1197 bool AreFilesEqual(const std::string& file1, const std::string& file2) { in AreFilesEqual()