Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootanalyze/
H A Dbootanalyze.py39 TIME_LOGCAT = r"[0-9]+\.?[0-9]*" variable
343 logcat_event_time = extract_time(logcat_events, TIME_LOGCAT, float)
344 logcat_original_time = extract_time(logcat_events, TIME_LOGCAT, str);
612 time = extract_a_time(line, TIME_LOGCAT, float)
H A Dbugreport_anayze.py48 TIME_LOGCAT = "(\d+)\-(\d+)\s(\d+):(\d+):(\d+\.\d+)" variable
155 self.re_time_logcat = re.compile(TIME_LOGCAT)