Home
last modified time | relevance | path

Searched defs:reportFile (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java166 File reportFile = null; in testBuildGceCommand() local
202 File reportFile = null; in testBuildGceCommand_withServiceAccountJsonKeyFile() local
242 File reportFile = null; in testBuildGceCommandWithEmulatorBuild() local
291 File reportFile = null; in testBuildGceCommandWithGceDriverParam() local
369 File reportFile = null; in testBuildGceCommandWithKernelBuild() local
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlFormattedGeneratorReporter.java71 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationStatistics.kt273 val reportFile = options.annotationCoverageClassReport in <lambda>() constant
304 val reportFile = options.annotationCoverageMemberReport in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java134 File reportFile = null; in startGce() local
212 protected List<String> buildGceCmd(File reportFile, IBuildInfo b) { in buildGceCmd()