Searched refs:df (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/ble/performance/ |
D | BleRangeTest.py | 129 df = pd.DataFrame({ 138 self.plot_ble_graph(df) 139 df.to_csv(filepath, encoding='utf-8') 142 self.plot_ble_graph(df) 143 df.to_csv(filepath, encoding='utf-8') 185 df = pd.DataFrame({ 197 self.plot_throughput.add_line(df['Pathloss'], 198 df['Throughput'], 202 self.plot_ble_graph(df) 206 df.to_csv(filepath, encoding='utf-8') [all …]
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtRfcommThroughputRangeTest.py | 93 df = pd.DataFrame(data_points) 119 df.to_csv(self.file_output, index=False) 120 plot_graph(df, 126 df.to_csv(self.file_output, index=False) 128 plot_graph(df,
|
D | BtA2dpOtaRangeTest.py | 444 df = pd.DataFrame(max_range_all, columns=columns) 445 df.to_csv(self.file_output, index=False)
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | FileUseMapTest.java | 112 DecimalFormat df = new DecimalFormat("#,###"); in addPerformanceTest() local 115 + df.format(initialAvg) + "ns per insertion and at the end is " in addPerformanceTest() 116 + df.format(endAvg) + "ns. Average over the total of " + currentRun + " runs " in addPerformanceTest() 117 + "is " + df.format(totalAvg) + "ns."); in addPerformanceTest()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 216 def save_sar_plot(self, df): argument 223 df.index, 224 df['expected_tx_power'], 228 df.index, 229 df['measured_tx_power'], 233 df.index, df['delta'], legend='delta', marker='circle') 686 df = pd.read_csv(output_path) 688 return df
|
D | ble_performance_test_utils.py | 258 def plot_graph(df, plot_data, bokeh_data, secondary_y_label=None): argument 278 plot.add_line(df[plot_data[data].get('x_column')], 279 df[plot_data[data].get('y_column')],
|
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_service.py | 103 df = job.run(['df', '-h'], ignore_status=True) 105 f.write(df.stdout)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | shannon_log_parser.py | 504 log_data.nr.df = (nr_df / 1000 % 1000) / 100 506 log_data.nr.duty_cycle.append(log_data.nr.df * 100) 511 log_data.lte.df = _string_to_float(lte_df[1]) / 100 513 log_data.lte.duty_cycle.append(log_data.nr.df * 100) 614 self.df = 1.0 # Duty factor for UL transmission
|
/tools/tradefederation/core/javatests/res/device/ |
D | wifi_scan_results_output_1.txt | 4 …ca:42:65:df:08:83 5805 -63(0:-64/1:-71) 3.565 AndroidShare_9512 [R…
|