Searched refs:timestamps (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/tests/controllers/ |
D | power_metrics_test.py | 139 timestamps = {'sample_test': {START_TIMESTAMP: 3500, 145 timestamps=timestamps, 152 timestamps = {'sample_test': {START_TIMESTAMP: 0, 155 timestamps=timestamps,
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | power_metrics.py | 169 def generate_test_metrics(raw_data, timestamps=None, argument 182 if timestamps is None: 183 timestamps = {} 187 for seg_name, times in timestamps.items(): 209 for seg_name in timestamps:
|
D | power_monitor.py | 184 timestamps=None, **__): argument 206 if timestamps is None: 211 timestamps=timestamps, voltage=voltage)
|
D | bits.py | 251 def get_metrics(self, *_, timestamps=None, **__): argument 273 if timestamps is None: 278 for segment_name, times in timestamps.items():
|
/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/test/openhst/ |
D | stress_test.proto | 58 // The information needed to extract timestamps from the config. 73 // The information needed to extract timestamps from the config.
|
/tools/treble/split/ |
D | README.md | 104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 480 self.timestamps = _ListWrap(self.transmission_times, 513 'time_stamp': list(self.timestamps),
|