Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java50 File file1 = null; in testMountMultipleObb() local
113 File file1 = null; in testMountTwoEncryptedObb() local
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java188 final File file1 = new File(dir, "file1-original.png"); in testWithFile() local
212 final File file1 = new File(dir, "async-original.png"); in testAsync() local
269 final Icon file1 = Icon.createWithFilePath(originalfile.getAbsolutePath()); in testParcel() local
/frameworks/base/packages/SystemUI/scripts/
Dnew_merge.py150 def diff(file1, file2): argument
/frameworks/ml/nn/tools/test_generator/tests/
Dtest.py117 def ReportIfDifferFromExpected(tests, name, file1, file2): argument
/frameworks/compile/slang/tests/
Dslang_test.py116 def ReportIfDifferFromExpected(tests, name, file1, file2): argument
/frameworks/base/cmds/statsd/tests/storage/
DStorageManager_test.cpp129 const string file1 = testDir + "2557169347_1066_1"; variable
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java257 final File file1 = getFilePath("test1.obb"); in testMountAndUnmountTwoObbs() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1012 bool AreFilesEqual(const std::string& file1, const std::string& file2) { in AreFilesEqual()