Searched refs:timestamps (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | PowerBaseTest.py | 290 monsoon_data.data_points, monsoon_data.timestamps, monsoon_data.hz, 296 t0 = self.timestamps[0] 300 for ind, t in enumerate(self.timestamps): 303 self.timestamps[ind] = t + dt * index 331 base_time = self.timestamps[0] 352 for t, d in zip(self.timestamps, self.data_points): 435 start_time = self.timestamps[0] 437 for t, d in zip(self.timestamps, self.data_points): 527 for t, d in zip(self.timestamps, self.data_points):
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | monsoon.py | 422 def __init__(self, data_points, timestamps, hz, voltage, offset=0): argument 434 self._timestamps = timestamps 442 self.timestamps = self._timestamps[self.offset:] 576 self.timestamps = self._timestamps[self.offset:] 585 for t, d in zip(self.timestamps, self.data_points): 630 for t, d in zip(self.timestamps, self.data_points): 742 timestamps = [] 764 timestamps.append(this_time) 782 timestamps,
|
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | surface_flinger_test_activity.cpp | 84 static const EGLint timestamps[] = { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() local 92 renderer->egl.display, renderer->egl.surface, fid, 2, timestamps, values); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileIdleMonitorTest.java | 115 private FileIdleMonitor createMonitor(long... timestamps) { in createMonitor() argument 117 Arrays.stream(timestamps) in createMonitor()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 70 timestamps = [] 73 [timestamps.extend(x.timestamps) for x in results]
|
D | wifi_performance_test_utils.py | 319 self.timestamps = _ListWrap( 349 'time_stamp': list(self.timestamps),
|
/tools/test/connectivity/acts/tests/google/ble/power/ |
D | BleScanPowerTest.py | 111 self.ad.log.info("Monsoon start_time: {}".format(result.timestamps[0]))
|