Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java18 import com.android.performance.InodeopBenchmarkTest;
19 import com.android.performance.InodeopBenchmarkTest.InodeopOutputV0;
45 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldVersion()
53 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldWorkload()
61 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldExecTime()
69 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldTimeUnit()
84 InodeopBenchmarkTest.buildInodeopCommand( in testBuildInodeopCommandEmpty()
106 InodeopBenchmarkTest.buildInodeopCommand( in testBuildInodeopCommandWorkload()
128 InodeopBenchmarkTest.buildInodeopCommand( in testBuildInodeopCommandDirectory()
150 InodeopBenchmarkTest.buildInodeopCommand( in testBuildInodeopCommandFromDirectory()
[all …]
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java34 public class InodeopBenchmarkTest implements IRemoteTest, IDeviceTest { class