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.py801 def content_object_as_header_receiver(self, obj, mimetype): argument
809 def content_object_as_disposition_inline_receiver(self, obj, mimetype): argument
814 def content_object_as_non_ascii_filename_receiver(self, obj, mimetype): argument
821 def content_object_as_cid_receiver(self, obj, mimetype): argument
826 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.py319 def mimetype(self): member in MediaUpload
451 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument
487 def mimetype(self): member in MediaIoBaseUpload
575 self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, resumable=False argument
639 mimetype="application/octet-stream", argument
/external/curl/docs/examples/
Dcurlx.c280 char *mimetype = NULL; in main() local
/external/libwebsockets/lib/roles/http/server/
Dserver.c565 const char *mimetype; member
658 const char *mimetype; in lws_http_serve() local
/external/curl/lib/
Dmime.h122 char *mimetype; /* Part mime type. */ member
Dmime.c1486 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type()
1993 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type()
/external/python/google-api-python-client/tests/
Dtest_discovery.py1894 def mimetype(self): member in Discovery.test_resumable_media_handle_uploads_of_unknown_size.IoBaseUnknownLength
1920 def mimetype(self): member in Discovery.test_resumable_media_no_streaming_on_unsupported_platforms.IoBaseHasStream
/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.c1353 const char *mimetype, unsigned int ccsid) in curl_mime_type_ccsid()