Searched refs:extract_time (Results 1 – 1 of 1) sorted by relevance
328 logcat_event_time = extract_time(logcat_events, TIME_LOGCAT, float)329 logcat_original_time = extract_time(logcat_events, TIME_LOGCAT, str);330 dmesg_event_time = extract_time(dmesg_events, TIME_DMESG, float);734 def extract_time(events, pattern, date_transform_function): function