Home
last modified time | relevance | path

Searched defs:file1 (Results 1 – 10 of 10) 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/opt/gamesdk/src/tuningfork/tools/validation/src/test/java/com/google/tuningfork/validation/
DDeveloperTuningforkParserTest.java110 File file1 = new File(tempFolder.getRoot(), "dev_tuningfork_fidelityparams_1.bin"); in checkFidelityParametersFiles() 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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database_unittest.cc490 FileDescriptorProto file1, file2a, file2b; in TEST() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp943 bool AreFilesEqual(const std::string& file1, const std::string& file2) { in AreFilesEqual()