Home
last modified time | relevance | path

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

/external/curl/tests/http/
Dtest_08_caddy.py47 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
48 fpath = os.path.join(docs_dir, fname)
59 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data1.data', fsize=1024*1024)
60 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data10.data', fsize=10*1024*1024)
61 self._make_docs_file(docs_dir=caddy.docs_dir, fname='data100.data', fsize=100*1024*1024)
Dscorecard.py115 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
116 fpath = os.path.join(docs_dir, fname)
229 self._make_docs_file(docs_dir=self.httpd.docs_dir, fname='score1.data', fsize=1024*1024)
231 … self._make_docs_file(docs_dir=self.httpd.docs_dir, fname='score10.data', fsize=10*1024*1024)
233 … self._make_docs_file(docs_dir=self.httpd.docs_dir, fname='score100.data', fsize=100*1024*1024)
246 … self._make_docs_file(docs_dir=self.caddy.docs_dir, fname='score1.data', fsize=1024 * 1024)
248 … self._make_docs_file(docs_dir=self.caddy.docs_dir, fname='score10.data', fsize=10 * 1024 * 1024)
250 … self._make_docs_file(docs_dir=self.caddy.docs_dir, fname='score100.data', fsize=100 * 1024 * 1024)
Dtest_02_download.py52 env.make_data_file(indir=httpd.docs_dir, fname="data-100k", fsize=100*1024)
53 env.make_data_file(indir=httpd.docs_dir, fname="data-1m", fsize=1024*1024)
54 env.make_data_file(indir=httpd.docs_dir, fname="data-10m", fsize=10*1024*1024)
289 srcfile = os.path.join(httpd.docs_dir, 'data-1m')
Dtest_09_push.py43 push_dir = os.path.join(httpd.docs_dir, 'push')
Dtest_10_proxy.py43 push_dir = os.path.join(httpd.docs_dir, 'push')
/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/python/bumble/docs/mkdocs/
Dmkdocs.yml80 docs_dir: 'src'
/external/curl/tests/http/testenv/
Dcaddy.py55 def docs_dir(self): member in Caddy
Dhttpd.py88 def docs_dir(self): member in Httpd