/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildStep.java | 33 final File folder; field in BuildStep.BuildFile 36 BuildFile(String folder, String fileName) { in BuildFile() argument 37 this.folder = new File(folder); in BuildFile() 38 this.fileName = new File(this.folder, fileName); in BuildFile() 41 this.folder = file.getParentFile(); in BuildFile()
|
D | JarBuildStep.java | 48 File tempFile = new File(inputFile.folder, outputJarEntryName); in build() 71 Path absoluteInputPath = Paths.get(inputFile.folder.getAbsolutePath()) in build()
|
D | SmaliBuildStep.java | 44 File destDir = outputFile.folder; in build()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | ResolverAccessTestUtils.java | 147 public static Uri assertResolver_insert(String file, String folder, Uri tableUri, in assertResolver_insert() argument 150 values.put(MediaStore.MediaColumns.RELATIVE_PATH, folder); in assertResolver_insert() 157 public static Uri assertResolver_insertImage(String file, String folder, in assertResolver_insertImage() argument 159 return assertResolver_insert(file, folder, getImageContentUri(), contentResolver); in assertResolver_insertImage() 162 public static Uri assertResolver_insertVideo(String file, String folder, in assertResolver_insertVideo() argument 164 return assertResolver_insert(file, folder, getVideoContentUri(), contentResolver); in assertResolver_insertVideo()
|
/cts/tests/sample/ |
D | README | 1 This 'sample' folder is a sample which illustrates the basic structure and contents of a CTS module. 3 Future users can refer to this folder to create their own CTS modules. 13 2. If the module is added outside the 'cts/' folder, the user should also 1) add the module
|
/cts/hostsidetests/dexmetadata/host/ |
D | README.md | 1 ## How to update APK files and DM files in the `res` folder 4 source code, you need to update the APK files and DM files in the `res` folder. 14 2. Copy the APK to the `res` folder.
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | ReleaseParser.java | 71 ReleaseParser(String folder) { in ReleaseParser() argument 72 mFolderPath = folder; in ReleaseParser() 117 File folder = new File(fPath); in parseFolder() local 118 Path folderPath = Paths.get(folder.getAbsolutePath()); in parseFolder() 120 File[] fileList = folder.listFiles(); in parseFolder()
|
D | TestSuiteParser.java | 114 TestSuiteParser(ReleaseContent relContent, String folder) { in TestSuiteParser() argument 115 mFolderPath = folder; in TestSuiteParser()
|
/cts/hostsidetests/sample/ |
D | README | 1 This 'sample' folder is a sample which illustrates the basic structure and contents of a CTS
|
/cts/tests/videocodec/ |
D | README.md | 2 The tests present in this folder are an extension of tests at cts/tests/tests/media/encoder/.
|
/cts/tests/video/ |
D | README.md | 2 Current folder comprises of files necessary for:
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTestUtils.java | 281 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG() local 282 if (!folder.exists()) { in saveVectorDrawableIntoPNG() 283 folder.mkdir(); in saveVectorDrawableIntoPNG()
|
D | NinePatchDrawableTest.java | 702 final File folder = new File(outputFolder); in saveGoldenImage() local 703 if (!folder.exists()) { in saveGoldenImage() 704 folder.mkdir(); in saveGoldenImage()
|
/cts/tests/tests/media/ |
D | README.md | 34 The copy_all_media.sh in this folder will invoke all of those subsidiary copy_media.sh scripts 50 Solution in such cases is to remove the /sdcard/test/CtsMedia* folder on
|
/cts/tests/tests/mediacujtest/smalltest/ |
D | README.md | 5 Input clips are present inside mediacujtest\smalltest\res\raw folder.
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TestSuiteContentReport.java | 211 File folder = new File(fPath); in parseFolder() local 213 Path folderPath = Paths.get(folder.getAbsolutePath()); in parseFolder() 217 File[] fileList = folder.listFiles(); in parseFolder()
|
/cts/tests/mediapc/ |
D | README.md | 2 Current folder comprises of files necessary for testing media performance class.
|
/cts/tests/media/ |
D | README.md | 2 Current folder comprises of files necessary for testing media extractor, media muxer, media codec S…
|
/cts/tools/release-parser/proto/ |
D | release.proto | 351 // Parent folder
|