Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java71 String conv = null; in testBuildDDCommandEmpty() local
83 conv); in testBuildDDCommandEmpty()
99 String conv = null; in testBuildDDCommandInputOutput() local
111 conv); in testBuildDDCommandInputOutput()
127 String conv = null; in testBuildDDCommandBlockSize() local
139 conv); in testBuildDDCommandBlockSize()
155 String conv = null; in testBuildDDCommandFlags() local
167 conv); in testBuildDDCommandFlags()
185 String conv = "fsync"; in testBuildDDCommandConv() local
197 conv); in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java77 private String conv = null; field in DDBenchmarkTest
139 conv); in runDDBenchmark()
278 String conv) { in buildDDCommand() argument
315 if (conv != null) { in buildDDCommand()
317 sb.append(conv); in buildDDCommand()