Searched refs:TIME_LOGCAT (Results 1 – 2 of 2) sorted by relevance
40 TIME_LOGCAT = r"[0-9]+\.?[0-9]*" variable328 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)
48 TIME_LOGCAT = "(\d+)\-(\d+)\s(\d+):(\d+):(\d+\.\d+)" variable155 self.re_time_logcat = re.compile(TIME_LOGCAT)