Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteSimulation.py1110 def allocation_percentages_to_rbs(self, bw, tm, dl, ul): argument
1127 if (not 0 <= dl <= 100) or (not 0 <= ul <= 100):
1156 percentage=dl)
1204 dl, ul, round(100 * dl_rbs / max_rbs),
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiStressTest.py332 dl = threading.Thread(target=self.run_long_traffic, args=(sec, dl_args, q))
333 dl.start()
334 dl.join()