Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java79 File file1 = null; in testMountMultipleObb() local
83 file1 = createObbFile(OBB_FILE_1, R.raw.obb_file1); in testMountMultipleObb()
84 String filePath1 = file1.getAbsolutePath(); in testMountMultipleObb()
102 if (file1 != null) { in testMountMultipleObb()
103 file1.delete(); in testMountMultipleObb()
144 File file1 = null; in testMountTwoEncryptedObb() local
151 file1 = createObbFile(OBB_FILE_1_ENCRYPTED, R.raw.obb_enc_file100_orig1); in testMountTwoEncryptedObb()
152 String filePath1 = file1.getAbsolutePath(); in testMountTwoEncryptedObb()
162 if (file1 != null) { in testMountTwoEncryptedObb()
163 file1.delete(); in testMountTwoEncryptedObb()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java252 final File file1 = getFilePath("test1.obb"); in testMountAndUnmountTwoObbs() local
255 ObbObserver oo1 = mountObbWithoutWait(sm, R.raw.test1, file1); in testMountAndUnmountTwoObbs()
259 waitForObbActionCompletion(sm, file1, oo1, OnObbStateChangeListener.MOUNTED, false); in testMountAndUnmountTwoObbs()
263 final String mountPath1 = checkMountedPath(sm, file1); in testMountAndUnmountTwoObbs()
271 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED); in testMountAndUnmountTwoObbs()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DIconTest.java138 final File file1 = new File(dir, "file1-original.png"); in testWithFile() local
140 new FileOutputStream(file1)); in testWithFile()
142 final Icon im1 = Icon.createWithFilePath(file1.toString()); in testWithFile()
162 final File file1 = new File(dir, "async-original.png"); in testAsync() local
164 new FileOutputStream(file1)); in testAsync()
166 final Icon im1 = Icon.createWithFilePath(file1.toString()); in testAsync()
219 final Icon file1 = Icon.createWithFilePath(originalfile.getAbsolutePath()); in testParcel() local
220 imgs.add(file1); in testParcel()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java245 File file1 = new File(fileArr[i], "testFile"+j+".txt"); in testAppCreateCacheFiles() local
248 fos = new FileOutputStream(file1); in testAppCreateCacheFiles()
252 Log.i(TAG, "wrote 10K bytes to "+file1); in testAppCreateCacheFiles()
368 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); in createTestFiles1() local
371 fos = new FileOutputStream(file1); in createTestFiles1()
395 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); in verifyTestFiles1() local
396 if(file1.exists()) { in verifyTestFiles1()
397 files.add(file1.getName()); in verifyTestFiles1()
418 File file1 = new File(fileArr[i], testFilePrefix+j+".txt"); in createTestFiles2() local
421 fos = new FileOutputStream(file1); in createTestFiles2()
/frameworks/base/packages/Keyguard/scripts/
Dnew_merge.py150 def diff(file1, file2): argument
151 call([DIFF_TOOL, file1, file2])
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DImageCompare.java24 public static boolean compareImage(String file1, String file2) { in compareImage() argument
25 byte[] first = loadImageByteArray(file1); in compareImage()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java520 for (File file1 : files) { in buildRSVolume2()
521 if (file1.isDirectory()) { in buildRSVolume2()
524 if (file1.getName().equals(".DS_Store")) { in buildRSVolume2()
527 toRun.add(file1); in buildRSVolume2()
528 fileMap.put(file1, count); in buildRSVolume2()
/frameworks/wilhelm/doc/
DDoxyfile1394 # TAGFILES = file1 file2 ...
1397 # TAGFILES = file1=loc1 "file2 = loc2" ...
/frameworks/native/docs/
DDoxyfile1648 # TAGFILES = file1 file2 ...
1650 # TAGFILES = file1=loc1 "file2 = loc2" ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...