Searched refs:total_duration (Results 1 – 6 of 6) sorted by relevance
33 self.total_duration = 0.037 self.total_duration += suite.total_duration63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))84 if (shell.total_duration < peer.needed_work and87 shell.total_duration <= peers[index + 1].needed_work):
59 shell.total_duration -= t.duration68 shell.total_duration -= test.duration
113 self.total_duration = None # float, assigned on demand300 self.total_duration = 0.0302 self.total_duration += t.duration303 return self.total_duration
74 UINT16 total_duration; /* NFA_DTA_CFG_TOTAL_DURATION */ member
429 UINT8 total_duration[NCI_PARAM_LEN_TOTAL_DURATION]; member
261 p_stored = nfa_dm_cb.params.total_duration; in nfa_dm_check_set_config()