Home
last modified time | relevance | path

Searched refs:outputFlags (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java70 String outputFlags = null; in testBuildDDCommandEmpty() local
82 outputFlags, in testBuildDDCommandEmpty()
98 String outputFlags = null; in testBuildDDCommandInputOutput() local
110 outputFlags, in testBuildDDCommandInputOutput()
126 String outputFlags = null; in testBuildDDCommandBlockSize() local
138 outputFlags, in testBuildDDCommandBlockSize()
154 String outputFlags = "output_flag_test,flag3"; in testBuildDDCommandFlags() local
166 outputFlags, in testBuildDDCommandFlags()
184 String outputFlags = null; in testBuildDDCommandConv() local
196 outputFlags, in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java74 private String outputFlags = null; field in DDBenchmarkTest
138 outputFlags, in runDDBenchmark()
277 String outputFlags, in buildDDCommand() argument
311 if (outputFlags != null) { in buildDDCommand()
313 sb.append(outputFlags); in buildDDCommand()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1071 format.outputFlags(), in <lambda>()
1434 private fun FileFormat.outputFlags(): String { in FileFormat() method