Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 7 of 7) sorted by relevance

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DMain.java42 String outputPath = argParser.getParameterElement("o", 0); in main() local
48 relNameVer, getPathString(outputPath, "%s-ReleaseContent.csv", relNameVer)); in main()
54 getPathString(outputPath, "%s", relNameVer)); in main()
61 getPathString(outputPath, "%s-ReleaseContent.pb", relNameVer)); in main()
68 getPathString(outputPath, "%s-ReleaseContent.txt", relNameVer)); in main()
83 relNameVer, getPathString(outputPath, "%s-KnownFailure.csv", relNameVer)); in main()
85 relNameVer, getPathString(outputPath, "%s-TestCase.csv", relNameVer)); in main()
87 relNameVer, getPathString(outputPath, "%s-TestModule.csv", relNameVer)); in main()
92 new FileOutputStream(getPathString(outputPath, "%s-TestSuite.pb", relNameVer)); in main()
102 public static String getPathString(String outputPath, String format, String id) { in getPathString() argument
[all …]
/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py81 outputPath = f"{tempDir}/{hashCode}.xml" variable
82 outputFile = open(outputPath, "w")
94 "--manifest", outputPath,
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DHeifWriterTest.java133 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
140 outputStream = new FileOutputStream(outputPath); in setUp()
360 String inputPath, String outputPath, Bitmap[] bitmaps) { in TestConfig() argument
371 mOutputPath = outputPath; in TestConfig()
DMediaMetadataRetrieverTest.java1406 String outputPath = new File( in copyMediaFile() local
1410 outputStream = new FileOutputStream(outputPath); in copyMediaFile()
/cts/tests/camera/src/android/hardware/camera2/cts/
DHeifWriterTest.java254 String outputPath) { in TestConfig() argument
262 mOutputPath = outputPath; in TestConfig()
DCameraGPURecordingTest.java238 String outputPath = in prepareEncoder() local
241 Log.i(TAG, "Output file is " + outputPath); in prepareEncoder()
243 mMuxer = new MediaMuxer(outputPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); in prepareEncoder()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRoutingTest.java819 final String outputPath = new File(mContext.getExternalFilesDir(null), in allocMediaRecorder() local
821 mOutFile = new File(outputPath); in allocMediaRecorder()
826 mediaRecorder.setOutputFile(outputPath); in allocMediaRecorder()