Lines Matching refs:def
71 def parse_time(time_string):
115 def get_log_url(cls, afe_hostname, logdir):
132 def get_gs_url(cls, logdir):
147 def __init__(self, start_time, end_time):
152 def __cmp__(self, other):
165 def id(self):
171 def name(self):
177 def job_status(self):
183 def logdir(self):
189 def job_url(self):
195 def gs_url(self):
201 def job_id(self):
207 def diagnosis(self):
224 def is_special(self):
238 def get_tasks(cls, afe, host_id, start_time, end_time):
265 def get_status_task(cls, afe, host_id, end_time):
285 def __init__(self, afe_hostname, afetask):
293 def id(self):
298 def name(self):
303 def job_status(self):
313 def logdir(self):
320 def job_url(self):
325 def gs_url(self):
330 def job_id(self):
335 def diagnosis(self):
345 def is_special(self):
358 def get_hqes(cls, afe, host_id, start_time, end_time):
384 def __init__(self, afe_hostname, hqe):
392 def id(self):
397 def name(self):
402 def job_status(self):
407 def logdir(self):
412 def job_url(self):
417 def gs_url(self):
422 def job_id(self):
427 def diagnosis(self):
432 def is_special(self):
468 def get_host_history(cls, afe, hostname, start_time, end_time):
489 def get_multiple_histories(cls, afe, start_time, end_time,
524 def __init__(self, afe, afehost, start_time, end_time):
537 def _get_history(self, start_time, end_time):
548 def __iter__(self):
555 def _extract_prefixed_label(self, prefix):
562 def host(self):
568 def host_board(self):
575 def host_pool(self):
581 def _init_status_task(self):
593 def _init_status_interval(self):
612 def diagnosis_interval(self):
630 def last_diagnosis(self):
667 def get_diagnosis_interval(host_id, end_time, success):
714 def get_status_task(host_id, end_time):
745 def _get_job_logdir(job):
755 def get_job_gs_url(job):