Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java67 String ddBlockSize = null; in testBuildDDCommandEmpty() local
79 ddBlockSize, in testBuildDDCommandEmpty()
95 String ddBlockSize = null; in testBuildDDCommandInputOutput() local
107 ddBlockSize, in testBuildDDCommandInputOutput()
123 String ddBlockSize = "1M"; in testBuildDDCommandBlockSize() local
135 ddBlockSize, in testBuildDDCommandBlockSize()
151 String ddBlockSize = null; in testBuildDDCommandFlags() local
163 ddBlockSize, in testBuildDDCommandFlags()
181 String ddBlockSize = null; in testBuildDDCommandConv() local
193 ddBlockSize, in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java65 private String ddBlockSize = null; field in DDBenchmarkTest
135 ddBlockSize, in runDDBenchmark()
274 String ddBlockSize, in buildDDCommand() argument
299 if (ddBlockSize != null) { in buildDDCommand()
301 sb.append(ddBlockSize); in buildDDCommand()