Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 2 of 2) sorted by relevance

/test/vts/script/
Dtest_time_breakdown.py155 (is_python_log, test_module_name, test_case_name, event_type,
160 if event_type == "begin":
184 elif event_type == "end":
/test/vts/utils/python/profiling/
Dprofiling_utils.py95 def _IsEventFromBinderizedHal(self, event_type): argument
97 if event_type in [8, 9]: