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 = "[0-9]+\.?[0-9]*" variable
329 logcat_events, TIME_LOGCAT, float);
331 logcat_events, TIME_LOGCAT, str);
599 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)