Searched refs:run (Results 1 - 13 of 13) sorted by relevance

/pkg/src/util/qual-simulator/
H A DMakefile25 run: stats.py
H A Dscenario.py73 def run(self): member in class:Scenario
118 single.run()
129 one_mirror.run()
140 one_mirror.run()
152 one_mirror.run()
164 one_mirror.run()
178 one_mirror.run()
192 one_mirror.run()
208 one_mirror.run()
224 six_origin.run()
[all...]
/pkg/src/
H A DMakefile68 # run pylint as part of the install target.
103 $(PYTHON27) tests/run.py -j ${JOBS} -v
104 $(PYTHON34) tests/run.py -j ${JOBS} -v
H A Dsetup.py84 # the version of pylint that we must have in order to run the pylint checks.
510 def run(self, quiet=False, py3k=False): member in class:pylint_func
567 # we try to run it over all the current pkg source. Hence for
568 # now we only run it over a subset of the source. As source
584 # checker will be displayed. Therefore we need to run
602 def run(self, quiet=False): member in class:pylint_func_quiet
603 pylint_func.run(self, quiet=True)
606 def run(self, quiet=False, py3k=False): member in class:pylint_func_py3k
607 pylint_func.run(self, py3k=True)
628 def run(sel member in class:clint_func
715 def run(self): member in class:lint_func
740 def run(self): member in class:install_func
806 def run(self): member in class:install_data_func
1133 def run(self): member in class:installfile
1456 def run(self): member in class:build_data_func
1486 def run(self): member in class:clean_func
1508 def run(self): member in class:clobber_func
1575 def run(self): member in class:test_func
[all...]
/pkg/src/svc/
H A Dsvc-pkg-mirror161 # remote pkg5 origins to a local repository. This is run as part of the
214 # run as part of the SMF stop method for this service.
498 # packages that were received during that run of the cron job.
500 # /var/log/pkg/mirror/mirror.<instance>.run.<pid>
525 update_repository $SMF_FMRI > $LOG.run.$$ 2>&1
528 if [ -s $LOG.run.$$ ]; then
529 cat $LOG.run.$$ >> $LOG
533 $RM $LOG.run.$$
/pkg/src/util/apache2/depot/
H A Ddepot_index.py164 def run(self): member in class:BackgroundTask
211 self.__thread = threading.Thread(target=self.run)
/pkg/src/modules/client/transport/
H A Dfileobj.py290 """Call engine.run() to fill the file object's buffer.
320 engine.run()
330 # raised by run.
H A Drepo.py559 self._engine.run()
664 self._engine.run()
718 self._engine.run()
1422 self._engine.run()
1561 self._engine.run()
1637 self._engine.run()
H A Dengine.py530 addUrl() and run().
601 def run(self): member in class:CurlTransportEngine
655 list will be removed from the transport next time run() is
729 addUrl() and run().
H A Dtransport.py657 # If version check hasn't been executed, run it prior to this
854 # If version check hasn't been executed, run it prior to this
1333 # If version check hasn't been executed, run it prior to this
1433 # If version check hasn't been executed, run it prior to this
1911 # If version check hasn't been executed, run it prior to this
2065 self.__engine.run()
2142 # If version check hasn't been executed, run it prior to this
/pkg/src/tests/
H A Drun.py40 cmd = [sys.executable, "run.py"]
71 -d Show debug output, including commands run, and outputs
375 # root, if a true test run was performed. Make the files owned
478 cov_cmd = "coverage run -p"
504 res = runner.run(suite_list, jobs, port,
557 # root, if a true test run was performed. Make the files owned
H A Dpkg5unittest.py718 def run(self, result=None): function
1553 """Function used to run the test suite in parallel.
1571 # Get the next test suite to run.
1592 test_suite.run(result)
1645 print("Tests run for '{0}' Suite, broken down by class:\n".format(
1658 print("\nTests run for '{0}' Suite, " \
1676 # run in the last run.
1685 # class takes to run.
1710 # or method is being run
1899 def run(self, suite_list, jobs, port, time_estimates, quiet, member in class:Pkg5TestRunner
2120 def run(self, result): member in class:Pkg5TestSuite
3655 def run(self, result=None): member in class:ManyDepotTestCase
[all...]
/pkg/src/modules/server/
H A Ddepot.py1498 # Nap was enough. Let the normal handler run.
2100 def run(self): member in class:BackgroundTaskPlugin
2127 self.__thread = threading.Thread(target=self.run)

Completed in 225 milliseconds