Home
last modified time | relevance | path

Searched defs:cte (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/email/
Dcontentmanager.py142 def _encode_text(string, charset, cte, policy): argument
181 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None, argument
195 def set_message_content(msg, message, subtype="rfc822", cte=None, argument
228 def set_bytes_content(msg, data, maintype, subtype, cte='base64', argument
Dheaderregistry.py519 def cte(self): member in ContentTransferEncodingHeader
D_header_value_parser.py214 cte = None variable in EncodedWord
830 cte = '7bit' variable in ContentTransferEncoding
/external/python/cpython2/Lib/
Dmimify.py277 cte = re.compile('^content-transfer-encoding:', re.I) variable
/external/u-boot/drivers/video/
Datmel_lcdfb.c108 struct bmp_color_table_entry cte = bmp->color_table[i]; in lcd_set_cmap() local
Dvideo_bmp.c175 struct bmp_color_table_entry *cte, unsigned colours) in video_set_cmap()
Dcfb_console.c1170 struct bmp_color_table_entry cte; in display_rle8_bitmap() local
1320 struct bmp_color_table_entry cte; in video_display_bitmap() local
/external/u-boot/common/
Dlcd.c556 struct bmp_color_table_entry cte; in lcd_set_cmap() local
/external/python/cpython3/Lib/test/test_email/
Dtest_headerregistry.py777 def cte_as_value(self, argument
/external/curl/lib/
Dmime.c1676 const char *cte = NULL; in Curl_mime_prepare_headers() local