Searched refs:timestamps (Results 1 – 10 of 10) 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, 160 timestamps=test_timestamps, 166 timestamps = {'sample_test': {START_TIMESTAMP: 0, 169 timestamps=timestamps,
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | power_metrics.py | 170 def generate_percentiles(monsoon_file, timestamps, percentiles): argument 182 if timestamps is None: 183 timestamps = {} 186 for seg_name, times in timestamps.items(): 221 def generate_test_metrics(raw_data, timestamps=None, argument 234 if timestamps is None: 235 timestamps = {} 239 for seg_name, times in timestamps.items():
|
D | power_monitor.py | 184 timestamps=None, **__): argument 206 if timestamps is None: 211 timestamps=timestamps, voltage=voltage)
|
D | bits.py | 333 def get_metrics(self, *_, timestamps=None, **__): argument 358 if timestamps is None: 363 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/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | ping_utils.py | 43 self.timestamps = _ListWrap(self.transmission_times, 76 'time_stamp': list(self.timestamps),
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | FileIdleMonitorTest.java | 115 private FileIdleMonitor createMonitor(long... timestamps) { in createMonitor() argument 117 Arrays.stream(timestamps) in createMonitor()
|
/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/asuite/adevice/ |
D | README.md | 13 * `Adevice` tracks content rather than timestamps to determine changed files. This limits the numbe…
|
/tools/treble/split/ |
D | README.md | 104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
|