Home
last modified time | relevance | path

Searched refs:add_header (Results 1 – 25 of 50) sorted by relevance

12

/external/jacoco/.travis/
Dtrigger-site-deployment.py7 req.add_header('User-Agent', 'MyClient/1.0.0')
8 req.add_header('Accept', 'application/vnd.travis-ci.2+json')
9 req.add_header('Content-Type', 'application/json; charset=UTF-8')
11 req.add_header('Travis-API-Version', '3')
12 req.add_header('Authorization', 'token ' + travis_token)
/external/llvm-project/libc/cmake/modules/
DLLVMLibCHeaderRules.cmake5 # add_header(
9 function(add_header target_name) function
18 message(FATAL_ERROR "'add_header' rules requires the HDR argument specifying a headef file.")
42 endfunction(add_header)
/external/catch2/scripts/
DupdateWandbox.py16 request.add_header('Content-Type', 'application/json; charset=utf-8')
17 request.add_header('Content-Length', len(json_bytes))
/external/llvm-project/libc/include/
DCMakeLists.txt2 add_header(
8 add_header(
14 add_header(
/external/python/cpython2/Lib/email/mime/
Dbase.py25 self.add_header('Content-Type', ctype, **_params)
/external/llvm-project/libc/config/linux/
DCMakeLists.txt13 add_header(
/external/python/cpython3/Lib/email/mime/
Dbase.py29 self.add_header('Content-Type', ctype, **_params)
/external/python/cpython2/Lib/email/
Dmessage.py255 self.add_header('MIME-Version', '1.0')
257 self.add_header('Content-Type', 'text/plain',
271 self.add_header('Content-Transfer-Encoding', cte)
388 def add_header(self, _name, _value, **_params): member in Message
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py45 request.add_header('Authorization', 'token {}'.format(TOKEN))
47 request.add_header('Content-type', 'application/json')
/external/python/google-api-python-client/samples/api-python-client-doc/
Dmain.py86 self.response.headers.add_header('Content-Type', 'application/xml')
/external/python/cpython2/Lib/wsgiref/
Dheaders.py145 def add_header(self, _name, _value, **_params): member in Headers
/external/grpc-grpc/src/core/lib/http/
Dparser.cc155 static grpc_error* add_header(grpc_http_parser* parser) { in add_header() function
233 err = add_header(parser); in finish_line()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dparser.cc175 static grpc_error* add_header(grpc_http_parser* parser) { in add_header() function
253 err = add_header(parser); in finish_line()
/external/python/cpython2/Doc/includes/
Demail-dir.py99 msg.add_header('Content-Disposition', 'attachment', filename=filename)
/external/python/cpython3/Lib/email/
Dmessage.py345 self.add_header('MIME-Version', '1.0')
347 self.add_header('Content-Type', 'text/plain',
368 self.add_header('Content-Transfer-Encoding', cte)
515 def add_header(self, _name, _value, **_params): member in Message
/external/python/cpython2/Lib/email/test/
Dtest_email.py422 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
533 msg.add_header('First', 'One')
534 msg.add_header('Second', 'Two')
535 msg.add_header('Third', 'Three')
541 msg.add_header('First', 'Eleven')
1010 self._au.add_header('Content-Disposition', 'attachment',
1052 self._im.add_header('Content-Disposition', 'attachment',
1133 image.add_header('content-disposition', 'attachment',
1820 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1838 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
[all …]
Dtest_email_renamed.py373 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
484 msg.add_header('First', 'One')
485 msg.add_header('Second', 'Two')
486 msg.add_header('Third', 'Three')
492 msg.add_header('First', 'Eleven')
919 self._au.add_header('Content-Disposition', 'attachment',
962 self._im.add_header('Content-Disposition', 'attachment',
1068 image.add_header('content-disposition', 'attachment',
1739 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1757 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/github/
Dpr_latency.py50 request.add_header('Authorization', 'token {}'.format(TOKEN))
/external/grpc-grpc/tools/github/
Dpr_latency.py50 request.add_header('Authorization', 'token {}'.format(TOKEN))
/external/python/cpython3/Lib/wsgiref/
Dheaders.py157 def add_header(self, _name, _value, **_params): member in Headers
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py490 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
501 msg.add_header('Content-Type', 'text/plain', charset='utf-8')
613 msg.add_header('First', 'One')
614 msg.add_header('Second', 'Two')
615 msg.add_header('Third', 'Three')
621 msg.add_header('First', 'Eleven')
630 msg.add_header('Content-Disposition', 'attachment',
675 msg.add_header('Content-Disposition', 'attachment',
682 msg.add_header('Content-Disposition', 'attachment',
690 msg.add_header('Content-Disposition', 'attachment',
[all …]
/external/toolchain-utils/cros_utils/
Demail_sender.py183 part.add_header('Content-Disposition',
/external/llvm-project/clang/tools/scan-view/share/
DReporter.py109 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
/external/clang/tools/scan-view/share/
DReporter.py106 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py342 h.add_header('foo','bar',baz="spam")
346 h.add_header('Foo','bar',cheese=None)

12