Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java69 String inputFlags = null; in testBuildDDCommandEmpty() local
81 inputFlags, in testBuildDDCommandEmpty()
97 String inputFlags = null; in testBuildDDCommandInputOutput() local
109 inputFlags, in testBuildDDCommandInputOutput()
125 String inputFlags = null; in testBuildDDCommandBlockSize() local
137 inputFlags, in testBuildDDCommandBlockSize()
153 String inputFlags = "input_flag_test,flag2"; in testBuildDDCommandFlags() local
165 inputFlags, in testBuildDDCommandFlags()
183 String inputFlags = null; in testBuildDDCommandConv() local
195 inputFlags, in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java71 private String inputFlags = null; field in DDBenchmarkTest
120 inputFlags, in setupInputFile()
137 inputFlags, in runDDBenchmark()
276 String inputFlags, in buildDDCommand() argument
307 if (inputFlags != null) { in buildDDCommand()
309 sb.append(inputFlags); in buildDDCommand()