Home
last modified time | relevance | path

Searched defs:mimetype (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest_contentmanager.py789 def content_object_as_header_receiver(self, obj, mimetype): argument
797 def content_object_as_disposition_inline_receiver(self, obj, mimetype): argument
802 def content_object_as_non_ascii_filename_receiver(self, obj, mimetype): argument
809 def content_object_as_cid_receiver(self, obj, mimetype): argument
814 def content_object_as_params_receiver(self, obj, mimetype): argument
/external/libcups/cgi-bin/
Dcgi.h48 *mimetype; /* MIME media type */ member
Dvar.c751 mimetype[1024], /* MIME media type */ in cgi_initialize_multipart() local
/external/python/google-api-python-client/googleapiclient/
Dhttp.py293 def mimetype(self): member in MediaUpload
425 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument
461 def mimetype(self): member in MediaIoBaseUpload
549 self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, resumable=False argument
611 mimetype="application/octet-stream", argument
/external/curl/docs/examples/
Dcurlx.c280 char *mimetype = NULL; in main() local
/external/libwebsockets/lib/roles/http/server/
Dserver.c404 const char *mimetype; member
496 const char *mimetype; in lws_http_serve() local
/external/python/google-api-python-client/tests/
Dtest_discovery.py1339 def mimetype(self): member in Discovery.test_resumable_media_handle_uploads_of_unknown_size.IoBaseUnknownLength
1365 def mimetype(self): member in Discovery.test_resumable_media_no_streaming_on_unsupported_platforms.IoBaseHasStream
/external/curl/lib/
Dmime.h121 char *mimetype; /* Part mime type. */ member
Dmime.c1484 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type()
1990 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type()
/external/libcups/scheduler/
Dconf.c1516 char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE]; in cupsdReadConfiguration() local
Dipp.c1351 char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; in add_job() local
8401 mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; in print_job() local
9577 mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; in send_document() local
Dprinters.c3609 char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; in add_printer_formats() local
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp554 …ainer(SResource *res, const char *container, const char *restype, const char *mimetype, const char… in printContainer()
/external/curl/packages/OS400/
Dccsidcurl.c1392 const char *mimetype, unsigned int ccsid) in curl_mime_type_ccsid()