Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthUtils.java52 long rb = 0, rp = 0, tb = 0, tp = 0; in getSumOfUidStats() local
56 tb += stats.getTxBytes(); in getSumOfUidStats()
59 return new BandwidthStats(rb, rp, tb, tp); in getSumOfUidStats()
90 int tb = Integer.parseInt(parts[7]); in parseUidStats() local
94 iface, uid, rb, rp, tb, tp); in parseUidStats()
95 mUidStats.put(uid, new BandwidthStats(rb, rp, tb, tp)); in parseUidStats()
125 int tb = Integer.parseInt(parts[9]); in parseNetDevStats() local
127 CLog.v("net iface %s rb %d rp %d tb %d tp %d", iface, rb, rp, tb, tp); in parseNetDevStats()
128 mDevStats = new BandwidthStats(rb, rp, tb, tp); in parseNetDevStats()
/tools/test/connectivity/acts/framework/acts/
Dasserts.py314 def __exit__(self, exc_type, exc_value, tb): argument
/tools/test/connectivity/acts/
DREADME.md160 `$ act.py -c sample_config.txt -tb SampleTestBed -tc SampleTest:test_make_toast`
165 - `$ act.py -c sample_config.txt -tb SampleTestBed -tc