Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java33 String bandwidthS, String unit, double expectedBandwidth) { in testBandwidthInMiB() argument
34 double bandwidth = DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiB()
55 String bandwidthS = "1"; in testBandwidthInMiBInputUnknown() local
57 DDBenchmarkTest.bandwidthInMiB(bandwidthS, unit); in testBandwidthInMiBInputUnknown()
/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java208 String bandwidthS = bandwidthWithUnit[0]; in parseDDOutput() local
211 double bandwidth = bandwidthInMiB(bandwidthS, unit); in parseDDOutput()