Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java45 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldVersion()
53 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldWorkload()
61 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldExecTime()
69 InodeopBenchmarkTest.getInodeopOutputField( in testGetInodeOutputFieldTimeUnit()
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java149 Integer.parseInt(getInodeopOutputField(fields, InodeopOutputV0.VERSION)); in parseInodeopOutput()
152 String timeUnit = getInodeopOutputField(fields, InodeopOutputV0.TIME_UNIT); in parseInodeopOutput()
155 Double.parseDouble(getInodeopOutputField(fields, InodeopOutputV0.EXEC_TIME)); in parseInodeopOutput()
167 public static String getInodeopOutputField(String[] inodeOutputFields, InodeopOutputV0 field) { in getInodeopOutputField() method in InodeopBenchmarkTest