Home
last modified time | relevance | path

Searched defs:docname (Results 1 – 7 of 7) sorted by relevance

/external/curl/tests/http/
Dtest_30_vsftpd.py86 def test_30_02_download_1(self, env: Env, vsftpd: VsFTPD, docname): argument
98 def test_30_03_download_10_serial(self, env: Env, vsftpd: VsFTPD, docname): argument
110 def test_30_04_download_10_parallel(self, env: Env, vsftpd: VsFTPD, docname): argument
124 def test_30_05_upload_1(self, env: Env, vsftpd: VsFTPD, docname): argument
205 def check_upload(self, env, vsftpd: VsFTPD, docname): argument
Dtest_31_vsftpds.py93 def test_31_02_download_1(self, env: Env, vsftpds: VsFTPD, docname): argument
105 def test_31_03_download_10_serial(self, env: Env, vsftpds: VsFTPD, docname): argument
117 def test_31_04_download_10_parallel(self, env: Env, vsftpds: VsFTPD, docname): argument
131 def test_31_05_upload_1(self, env: Env, vsftpds: VsFTPD, docname): argument
253 def check_upload(self, env, vsftpd: VsFTPD, docname): argument
/external/executorch/docs/source/
Dexecutorch_custom_versions.py44 def replace_variables(app, doctree, docname): argument
/external/libcups/cups/
Ddest-job.c313 const char *docname, /* I - Document name */ in cupsStartDestDocument()
Dutil.c784 const char *docname; /* Basename of current filename */ in cupsPrintFiles2() local
907 const char *docname, /* I - Name of document */ in cupsStartDocument()
/external/libcups/scheduler/
Dcups-lpd.c714 const char *docname, /* I - document-name */ in print_file()
793 docname[1024], /* Document name */ in recv_print_job() local
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py311 def get_target_uri(self, docname, typ=None): argument