Searched defs:start (Results 1 - 7 of 7) sorted by relevance
/pkg/src/modules/client/ |
H A D | pkgremote.py | 430 def start(self): member in class:PkgRemote 431 """Public interface to start a remote packaging operation.""" 433 self.__debug_msg("start()") 437 async_rpc_caller.start( 446 async_rpc_waiter.start(
|
H A D | progress.py | 200 # very rapidly. We'll always start giving the user an 244 def start(self, timestamp=None): member in class:SpeedEstimator 412 def start(self): member in class:TrackerItem 450 # start 'starttime' when items gets set to non-zero 1209 # so we reset these each time we start. 1257 self.plan_generic.start() 1267 planitem.start() 1395 self.dl_estimator.start() 1441 self.dl_estimator.start(timestamp=0) 1505 # only print the 'done' if we printed the 'start' [all...] |
/pkg/src/util/apache2/depot/ |
H A D | depot_index.py | 201 def start(self): member in class:BackgroundTask 210 # Create and start a thread for the caller. 212 self.__thread.start() 216 self.__keep_busy_thread.start() 281 we start a server-side job that rebuilds the 337 self.bgtask.start()
|
/pkg/src/modules/ |
H A D | depotcontroller.py | 101 def set_wrapper(self, start, end): 102 self.__wrapper_start = start 429 raise DepotStateException("Could not start Depot") 433 def start(self): member in class:DepotController 559 dc.start()
|
H A D | misc.py | 996 """Return the process start time expressed as a floating point number 1401 def relpath(path, start="."): 1405 if path and start and start == "/" and path[0] == "/": 1407 return os.path.relpath(path, start=start) 2486 # since the start of the process. (user and system time are 2487 # obtained relative to process start time, but wall time is an 2640 def start(self, cb, *args, **kwargs): member in class:AsyncCall 2655 self.__thread.start() [all...] |
/pkg/src/modules/server/ |
H A D | depot.py | 1997 self.start = lambda: None 2033 def start(self): member in class:DNSSD_Plugin 2122 def start(self): member in class:BackgroundTaskPlugin 2126 # Create and start a thread for the caller. 2128 self.__thread.start() 2132 start.priority = 66
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 414 t.start() 1567 cov_inst.start() 1580 # suite and we're about to start running it. 1964 p_dict[i].start() 1981 "unexpected start " 3184 debug_features=EmptyI, properties=EmptyI, start=False): 3215 if start: 3220 dc.start() 3222 self.debug("prep_depot: failed to start " 3581 properties=props, start 4485 def start(self): member in class:ApacheController [all...] |
Completed in 49 milliseconds