Home
last modified time | relevance | path

Searched full:docs_dir (Results 1 – 17 of 17) sorted by relevance

/external/curl/tests/http/
Dtest_30_vsftpd.py50 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
51 fpath = os.path.join(docs_dir, fname)
62 if os.path.exists(vsftpd.docs_dir):
63 shutil.rmtree(vsftpd.docs_dir)
64 if not os.path.exists(vsftpd.docs_dir):
65 os.makedirs(vsftpd.docs_dir)
66 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-1k', fsize=1024)
67 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-10k', fsize=10*1024)
68 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-1m', fsize=1024*1024)
69 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-10m', fsize=10*1024*1024)
[all …]
Dtest_31_vsftpds.py60 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
61 fpath = os.path.join(docs_dir, fname)
72 if os.path.exists(vsftpds.docs_dir):
73 shutil.rmtree(vsftpds.docs_dir)
74 if not os.path.exists(vsftpds.docs_dir):
75 os.makedirs(vsftpds.docs_dir)
76 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1k', fsize=1024)
77 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10k', fsize=10*1024)
78 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1m', fsize=1024*1024)
79 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10m', fsize=10*1024*1024)
[all …]
Dtest_08_caddy.py48 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
49 fpath = os.path.join(docs_dir, fname)
60 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data1.data', fsize=1024*1024)
61 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data5.data', fsize=5*1024*1024)
62 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data10.data', fsize=10*1024*1024)
63 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data100.data', fsize=100*1024*1024)
Dscorecard.py101 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
102 fpath = os.path.join(docs_dir, fname)
239 self._make_docs_file(docs_dir=self.httpd.docs_dir,
256 self._make_docs_file(docs_dir=self.caddy.docs_dir,
322 self._make_docs_file(docs_dir=self.httpd.docs_dir,
335 self._make_docs_file(docs_dir=self.caddy.docs_dir,
Dtest_02_download.py51 indir = httpd.docs_dir
315 srcfile = os.path.join(httpd.docs_dir, 'data-1m')
338 srcfile = os.path.join(httpd.docs_dir, docname)
359 srcfile = os.path.join(httpd.docs_dir, docname)
389 srcfile = os.path.join(httpd.docs_dir, docname)
420 srcfile = os.path.join(httpd.docs_dir, docname)
451 srcfile = os.path.join(httpd.docs_dir, docname)
564 srcfile = os.path.join(httpd.docs_dir, docname)
Dtest_10_proxy.py43 push_dir = os.path.join(httpd.docs_dir, 'push')
99 srcfile = os.path.join(httpd.docs_dir, fname)
163 srcfile = os.path.join(httpd.docs_dir, 'data.json')
191 srcfile = os.path.join(httpd.docs_dir, fname)
212 srcfile = os.path.join(httpd.docs_dir, fname)
Dtest_18_methods.py51 indir = httpd.docs_dir
Dtest_09_push.py41 push_dir = os.path.join(httpd.docs_dir, 'push')
Dtest_16_info.py51 indir = httpd.docs_dir
/external/cronet/third_party/protobuf/python/docs/
Dgenerate_docs.py66 DOCS_DIR = pathlib.Path(__file__).parent.resolve() variable
67 PYTHON_DIR = DOCS_DIR.parent
162 automodule_path = DOCS_DIR.joinpath(*module.split(".")).with_suffix(".rst")
173 with open(DOCS_DIR / "index.rst", "r") as index_file:
179 with open(DOCS_DIR / "index.rst", "w") as index_file:
/external/protobuf/python/docs/
Dgenerate_docs.py66 DOCS_DIR = pathlib.Path(__file__).parent.resolve() variable
67 PYTHON_DIR = DOCS_DIR.parent
162 automodule_path = DOCS_DIR.joinpath(*module.split(".")).with_suffix(".rst")
173 with open(DOCS_DIR / "index.rst", "r") as index_file:
179 with open(DOCS_DIR / "index.rst", "w") as index_file:
/external/python/setuptools/setuptools/tests/
Dtest_find_packages.py63 self.docs_dir = self._mkdir('docs', self.dist_dir)
64 self._touch('conf.py', self.docs_dir)
178 shutil.rmtree(self.docs_dir)
/external/curl/tests/http/testenv/
Dhttpd.py96 def docs_dir(self): member in Httpd
233 self._mkpath(os.path.join(self.docs_dir, 'restricted/digest'))
234 with open(os.path.join(self.docs_dir, 'restricted/digest/data.json'), 'w') as fd:
425 f' <Directory {self.docs_dir}/restricted/digest>',
Dcaddy.py55 def docs_dir(self): member in Caddy
Dvsftpd.py72 def docs_dir(self): member in VsFTPD
/external/accompanist/
Dmkdocs.yml9 docs_dir: docs-gen
/external/python/bumble/docs/mkdocs/
Dmkdocs.yml96 docs_dir: 'src'