Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py100 def _get_list_average(self, input_list): argument
101 total_sum = float(sum(input_list))
102 total_count = float(len(input_list))
103 if input_list == []:
DTelLiveCBRSTest.py333 def _get_list_average(self, input_list): argument
334 total_sum = float(sum(input_list))
335 total_count = float(len(input_list))
336 if input_list == []: