Lines Matching refs:def
40 def __init__(self, stream):
46 def readline(self):
74 def __init__(self, adbout):
170 def _make_timeseries(self):
174 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
200 def _add_timeseries_line(self, axes, label, color, linewidth=1):
204 def _add_timeseries_legend(self, axes):
213 def _reset_parse_state(self):
230 def update(self):
354 def _scroll(self, timeseries, bottom):
362 def _get_following_word(self, line, prefix):
374 def _get_following_number(self, line, prefix):
381 def _get_following_array_of_numbers(self, line, prefix):
401 def _append(self, timeseries, timeindex, number):
407 def _parse_timestamp(self, line):