Searched full:docs_dir (Results 1 – 11 of 11) sorted by relevance
| /external/curl/tests/http/ |
| D | test_08_caddy.py | 47 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)
|
| D | scorecard.py | 115 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)
|
| D | test_02_download.py | 52 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')
|
| D | test_09_push.py | 43 push_dir = os.path.join(httpd.docs_dir, 'push')
|
| D | test_10_proxy.py | 43 push_dir = os.path.join(httpd.docs_dir, 'push')
|
| /external/cronet/third_party/protobuf/python/docs/ |
| D | generate_docs.py | 66 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/ |
| D | generate_docs.py | 66 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/ |
| D | test_find_packages.py | 63 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/ |
| D | mkdocs.yml | 80 docs_dir: 'src'
|
| /external/curl/tests/http/testenv/ |
| D | caddy.py | 55 def docs_dir(self): member in Caddy
|
| D | httpd.py | 88 def docs_dir(self): member in Httpd
|