Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java18 import com.android.performance.DDBenchmarkTest;
34 double bandwidth = DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiB()
57 DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiBInputUnknown()
73 DDBenchmarkTest.buildDDCommand( in testBuildDDCommandEmpty()
101 DDBenchmarkTest.buildDDCommand( in testBuildDDCommandInputOutput()
129 DDBenchmarkTest.buildDDCommand( in testBuildDDCommandBlockSize()
157 DDBenchmarkTest.buildDDCommand( in testBuildDDCommandFlags()
187 DDBenchmarkTest.buildDDCommand( in testBuildDDCommandConv()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java34 public class DDBenchmarkTest implements IRemoteTest, IDeviceTest { class