Home
last modified time | relevance | path

Searched defs: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
93 String inputBlockSize = null; in testBuildDDCommandInputOutput() local
121 String inputBlockSize = "4k"; in testBuildDDCommandBlockSize() local
149 String inputBlockSize = null; in testBuildDDCommandFlags() local
179 String inputBlockSize = null; in testBuildDDCommandConv() local
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java59 private String inputBlockSize = null; field in DDBenchmarkTest
272 String inputBlockSize, in buildDDCommand()