Home
last modified time | relevance | path

Searched refs:outputBlockSize (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java66 String outputBlockSize = null; in testBuildDDCommandEmpty() local
78 outputBlockSize, in testBuildDDCommandEmpty()
94 String outputBlockSize = null; in testBuildDDCommandInputOutput() local
106 outputBlockSize, in testBuildDDCommandInputOutput()
122 String outputBlockSize = "8k"; in testBuildDDCommandBlockSize() local
134 outputBlockSize, in testBuildDDCommandBlockSize()
150 String outputBlockSize = null; in testBuildDDCommandFlags() local
162 outputBlockSize, in testBuildDDCommandFlags()
180 String outputBlockSize = null; in testBuildDDCommandConv() local
192 outputBlockSize, in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java62 private String outputBlockSize = null; field in DDBenchmarkTest
134 outputBlockSize, in runDDBenchmark()
273 String outputBlockSize, in buildDDCommand() argument
295 if (outputBlockSize != null) { in buildDDCommand()
297 sb.append(outputBlockSize); in buildDDCommand()