Lines Matching refs:group
174 return int(float(m.group(1)) * 1000)
180 mm = int(m.group(1))
181 dd = int(m.group(2))
182 hh = int(m.group(3))
183 min = int(m.group(4))
184 usecs = int(float(m.group(5)) * 1000000)
251 name = m.group('name')
252 time = float(m.group('time'))
301 if m.group(1).startswith(RO_BOOTTIME_PROP):
302 name = m.group(1)[len(RO_BOOTTIME_PROP):]
303 time = int(m.group(2)) / 1000000 # ns to ms
305 elif m.group(1) == "ro.boot.boottime":
307 entries = m.group(2).split(",")
325 if m.group(1).startswith(KERNEL_LOG_TITLE):
327 elif m.group(1).startswith(SYSYEM_LOG_TITLE):
329 elif m.group(1).startswith(SYSTEM_PROPS_TITLE):
331 elif m.group(1).startswith(LAST_KMSG_TITLE):
333 elif m.group(1).startswith(LAST_LOGCAT_TITLE):