Home
last modified time | relevance | path

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

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