Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/
Dpower_metrics_test.py139 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/
Dpower_metrics.py169 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:
Dpower_monitor.py184 timestamps=None, **__): argument
206 if timestamps is None:
211 timestamps=timestamps, voltage=voltage)
Dbits.py251 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/
Dsurface_flinger_test_activity.cpp84 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/
Dstress_test.proto58 // The information needed to extract timestamps from the config.
73 // The information needed to extract timestamps from the config.
/tools/treble/split/
DREADME.md104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py480 self.timestamps = _ListWrap(self.transmission_times,
513 'time_stamp': list(self.timestamps),