Searched refs:setup (Results 1 - 14 of 14) sorted by relevance
/pkg/src/ |
H A D | Makefile | 57 $(PYTHON27) setup.py build 60 $(PYTHON27) setup.py clean 64 $(PYTHON27) setup.py clobber 72 $(PYTHON27) setup.py install 73 $(PYTHON34) setup.py install 76 $(PYTHON27) setup.py lint 80 $(PYTHON27) setup.py clint 84 PYLINT_VER=$(PYLINT_VER_CMD:sh) $(PYTHON27) setup.py pylint 85 PYLINT_VER=$(PYLINT_VER_CMD:sh) $(PYTHON27) setup.py pylint_py3k 107 $(PYTHON27) setup [all...] |
H A D | setup.py | 43 from distutils.core import setup namespace 181 ['svc/svc-pkg-repositories-setup', 182 'svc-pkg-repositories-setup'], 397 'svc/pkg-repositories-setup.xml', 1502 description = "Deletes any and all files created by setup" 1810 setup(cmdclass = cmdclasses,
|
/pkg/src/tests/perf/ |
H A D | fmribench.py | 240 setup = b[2] variable 247 t = timeit.Timer(action, setup).timeit(iter)
|
/pkg/src/tests/api/ |
H A D | t_pkglint.py | 2291 lint_engine.setup(lint_manifests=manifests) 2360 lint_engine.setup(lint_manifests=manifests) 2878 lint_engine.setup(cache=self.cache_dir, 2920 lint_engine.setup(cache=self.cache_dir, 2937 lint_engine.setup(cache=self.cache_dir, 2964 lint_engine.setup(cache=self.cache_dir, 3005 lint_engine.setup(cache=self.cache_dir, 3021 lint_engine.setup(cache=self.cache_dir, 3060 lint_engine.setup(lint_manifests=manifests) 3106 lint_engine.setup(cach [all...] |
/pkg/src/util/apache2/depot/ |
H A D | depot_index.py | 296 def setup(self, request): member in class:WsgiDepot 375 self.setup(cherrypy.request) 417 setup, grabbing configuration from httpd.conf, then redirecting. 421 self.setup(cherrypy.request) 501 self.setup(cherrypy.request) 520 self.setup(cherrypy.request) 603 self.setup(cherrypy.request) 677 self.setup(cherrypy.request)
|
/pkg/src/modules/ |
H A D | pipeutils.py | 535 def setup(self): member in class:_PipedHTTPRequestHandler 538 rv = SimpleRPCRequestHandler.setup(self)
|
H A D | indexer.py | 887 def setup(self): member in class:Indexer 909 "None in setup.")
|
/pkg/doc/dev-guide/ |
H A D | Makefile | 120 python setup.py install --prefix=../../../../../$(DOCTOOLS); \
|
/pkg/src/util/publish/ |
H A D | pkglint.py | 126 msg(_("Lint engine setup...")) 147 lint_engine.setup(ref_uris=opts.ref_uris, 161 # errors during setup are likely to be caused by bad
|
/pkg/src/modules/client/ |
H A D | pkgremote.py | 65 __SETUP = "call-setup" 297 # setup the new state 323 # setup the new state 341 # setup the new state 417 def setup(self, img_path, pkg_op, **kwargs): member in class:PkgRemote 418 """Public interface to setup a remote packaging operation. 426 self.__debug_msg("setup()")
|
H A D | imageplan.py | 5123 ind.setup()
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 477 # if the image has a path setup, we can load data from it. 2179 # setup operation for each child 2191 # to setup any of the children. if _failfast is false we'll 2193 # successfully initialized and we'll report setup errors along 2197 # children that we setup. 2248 # setup. (this can happen if we're just doing an implicit 2249 # syncmd during setup we discover the linked image metadata 3007 self.__pkg_remote.setup(self.child_path, 3050 self.__pkg_remote.setup(self.child_path, 3089 self.__pkg_remote.setup(sel [all...] |
/pkg/src/modules/lint/ |
H A D | engine.py | 56 """An exception thrown when the engine failed to complete its setup.""" 248 lint_manifests list to the setup(..) method. 479 def setup(self, lint_manifests=[], ref_uris=[], lint_uris=[], member in class:LintEngine
|
/pkg/src/modules/server/ |
H A D | repository.py | 849 # Since there is nothing to index, setup the index 857 ind.setup() 1755 ind.setup() 2349 # For signature verification, we need to setup a publisher
|
Completed in 80 milliseconds