Searched refs:file2 (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/cmds/statsd/tests/storage/ |
D | StorageManager_test.cpp | 130 const string file2 = testDir + "2557169349_1066_1"; variable 132 const string file2_history = file2 + "_history"; 144 open(file2.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC, S_IRUSR | S_IWUSR))); in prepareLocalHistoryTestFiles() 155 TEMP_FAILURE_RETRY(remove(file2.c_str())); in clearLocalHistoryTestFiles() 175 EXPECT_FALSE(fileExist(file2)); in TEST() 190 EXPECT_FALSE(fileExist(file2)); in TEST() 205 EXPECT_TRUE(fileExist(file2)); in TEST() 220 EXPECT_FALSE(fileExist(file2)); in TEST()
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerIntegrationTest.java | 51 File file2 = null; in testMountMultipleObb() local 59 file2 = createObbFile(OBB_FILE_2, R.raw.obb_file2); in testMountMultipleObb() 60 String filePath2 = file2.getAbsolutePath(); in testMountMultipleObb() 76 if (file2 != null) { in testMountMultipleObb() 77 file2.delete(); in testMountMultipleObb()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 258 final File file2 = getFilePath("test2.obb"); in testMountAndUnmountTwoObbs() local 261 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2); in testMountAndUnmountTwoObbs() 266 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false); in testMountAndUnmountTwoObbs() 272 final String mountPath2 = checkMountedPath(sm, file2); in testMountAndUnmountTwoObbs() 277 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
|
/frameworks/ml/nn/tools/test_generator/tests/ |
D | test.py | 117 def ReportIfDifferFromExpected(tests, name, file1, file2): argument 119 if not CompareFiles(file1, file2): 126 DOTTED_LINE, ReadFileToStr(file2), DOTTED_LINE)
|
/frameworks/compile/slang/tests/ |
D | slang_test.py | 116 def ReportIfDifferFromExpected(tests, name, file1, file2): argument 118 if not CompareFiles(file1, file2): 125 DOTTED_LINE, ReadFileToStr(file2), DOTTED_LINE)
|
/frameworks/base/packages/SystemUI/scripts/ |
D | new_merge.py | 150 def diff(file1, file2): argument 151 call([DIFF_TOOL, file1, file2])
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1012 bool AreFilesEqual(const std::string& file1, const std::string& file2) { in AreFilesEqual() argument 1017 if (!ReadAll(file2, &content2)) return false; in AreFilesEqual()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1394 # TAGFILES = file1 file2 ... 1397 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/frameworks/native/docs/ |
D | Doxyfile | 1664 # TAGFILES = file1 file2 ... 1666 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1975 # TAGFILES = file1 file2 ... 1977 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
D | Doxyfile.orig | 1966 # TAGFILES = file1 file2 ... 1968 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2089 # TAGFILES = file1 file2 ... 2091 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 2130 # TAGFILES = file1 file2 ... 2132 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
D | Doxyfile | 2130 # TAGFILES = file1 file2 ... 2132 # TAGFILES = file1=loc1 "file2 = loc2" ...
|