Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java65 String inputBlockSize = null; in testBuildDDCommandEmpty() local
77 inputBlockSize, in testBuildDDCommandEmpty()
93 String inputBlockSize = null; in testBuildDDCommandInputOutput() local
105 inputBlockSize, in testBuildDDCommandInputOutput()
121 String inputBlockSize = "4k"; in testBuildDDCommandBlockSize() local
133 inputBlockSize, in testBuildDDCommandBlockSize()
149 String inputBlockSize = null; in testBuildDDCommandFlags() local
161 inputBlockSize, in testBuildDDCommandFlags()
179 String inputBlockSize = null; in testBuildDDCommandConv() local
191 inputBlockSize, in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java59 private String inputBlockSize = null; field in DDBenchmarkTest
116 inputBlockSize /*ibs*/, in setupInputFile()
117 inputBlockSize /*obs*/, in setupInputFile()
118 inputBlockSize /*bs*/, in setupInputFile()
133 inputBlockSize, in runDDBenchmark()
272 String inputBlockSize, in buildDDCommand() argument
291 if (inputBlockSize != null) { in buildDDCommand()
293 sb.append(inputBlockSize); in buildDDCommand()