Home
last modified time | relevance | path

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

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DFileUseMapTest.java112 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/google/bt/sar/
DBtSarPowerLimitTest.py42 def save_sar_plot(self, df, results_file_path): argument
49 self.plot.add_line(df.index,
50 df['expected_tx_power'],
53 self.plot.add_line(df.index,
54 df['measured_tx_power'],
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py303 df = pd.read_csv(os.path.join(ad.device_log_path, self.sar_file_name))
305 return df