Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java34 double bandwidth = DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiB()
57 DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiBInputUnknown()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java211 double bandwidth = bandwidthInMiB(bandwidthS, unit); in parseDDOutput()
228 public static double bandwidthInMiB(String bandwidth, String unit) in bandwidthInMiB() method in DDBenchmarkTest