Searched refs:done (Results 1 - 3 of 3) sorted by relevance

/pkg/src/tests/api/
H A Dt_progress.py66 # should work before done()
68 pi.done()
69 # should work after done()
95 # should work before done()
97 pi.done()
98 # should work after done()
110 pi.done()
111 # should work after done()
123 pi.done()
124 # should work after done()
[all...]
/pkg/src/modules/client/
H A Dprogress.py198 # 'ratiocomplete' is just the percentage done. It is
220 # exit startup mode when we're 1/3 done or more.
248 def done(self, timestamp=None): member in class:SpeedEstimator
384 self.starttime = None # done constructing
406 "can't set items after explicit done(). " \
417 def done(self): member in class:TrackerItem
458 "can't set values after explicit done(). " \
470 def done(self, goalcheck=True): member in class:GoalTrackerItem
473 TrackerItem.done(self)
643 def _li_recurse_status_output(self, done)
[all...]
/pkg/src/modules/client/linkedimage/
H A Dcommon.py529 # if we're not linked we're done
581 # if we're not a child image ourselves, then we're done
1736 image. This is done by looking at all the parent directories
2280 done = lic_num - len(lic_setup) - \
2285 done)
2487 # record the children that are done planning
3288 # if we have a return value this operation is done
3296 is done."""
3298 # if we have a return value this operation is done
3316 # The child op is now done, s
[all...]

Completed in 39 milliseconds