Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 19 of 19) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildStep.java33 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()
DJarBuildStep.java48 File tempFile = new File(inputFile.folder, outputJarEntryName); in build()
71 Path absoluteInputPath = Paths.get(inputFile.folder.getAbsolutePath()) in build()
DSmaliBuildStep.java44 File destDir = outputFile.folder; in build()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DResolverAccessTestUtils.java147 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/
DREADME1 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/
DREADME.md1 ## 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/
DReleaseParser.java71 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()
DTestSuiteParser.java114 TestSuiteParser(ReleaseContent relContent, String folder) { in TestSuiteParser() argument
115 mFolderPath = folder; in TestSuiteParser()
/cts/hostsidetests/sample/
DREADME1 This 'sample' folder is a sample which illustrates the basic structure and contents of a CTS
/cts/tests/videocodec/
DREADME.md2 The tests present in this folder are an extension of tests at cts/tests/tests/media/encoder/.
/cts/tests/video/
DREADME.md2 Current folder comprises of files necessary for:
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java281 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG() local
282 if (!folder.exists()) { in saveVectorDrawableIntoPNG()
283 folder.mkdir(); in saveVectorDrawableIntoPNG()
DNinePatchDrawableTest.java702 final File folder = new File(outputFolder); in saveGoldenImage() local
703 if (!folder.exists()) { in saveGoldenImage()
704 folder.mkdir(); in saveGoldenImage()
/cts/tests/tests/media/
DREADME.md34 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/
DREADME.md5 Input clips are present inside mediacujtest\smalltest\res\raw folder.
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestSuiteContentReport.java211 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/
DREADME.md2 Current folder comprises of files necessary for testing media performance class.
/cts/tests/media/
DREADME.md2 Current folder comprises of files necessary for testing media extractor, media muxer, media codec S…
/cts/tools/release-parser/proto/
Drelease.proto351 // Parent folder