Searched refs:set_payload (Results 1 – 25 of 54) sorted by relevance
123
/external/python/cpython3/Lib/email/ |
D | encoders.py | 33 msg.set_payload(encdata) 45 msg.set_payload(encdata)
|
D | contentmanager.py | 186 msg.set_payload(payload) 222 msg.set_payload([message]) 246 msg.set_payload(data)
|
D | feedparser.py | 254 self._cur.set_payload(EMPTYSTRING.join(lines)) 320 self._cur.set_payload(EMPTYSTRING.join(lines)) 425 self._cur.set_payload(EMPTYSTRING.join(preamble)) 469 self._cur.set_payload(EMPTYSTRING.join(lines))
|
/external/python/cpython2/Lib/email/ |
D | encoders.py | 46 msg.set_payload(encdata) 58 msg.set_payload(encdata)
|
D | feedparser.py | 250 self._cur.set_payload(EMPTYSTRING.join(lines)) 315 self._cur.set_payload(EMPTYSTRING.join(lines)) 397 self._last.set_payload(payload) 413 self._cur.set_payload(EMPTYSTRING.join(preamble)) 450 self._cur.set_payload(EMPTYSTRING.join(lines))
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_asian_codecs.py | 65 msg.set_payload(jhello, 'utf-8') 74 msg.set_payload(jhello, jcode)
|
D | test_pickleable.py | 62 msg_params['created'][0].set_payload('I think I forgot the ring.')
|
/external/python/cpython2/Lib/email/mime/ |
D | text.py | 30 self.set_payload(_text, _charset)
|
D | application.py | 35 self.set_payload(_data)
|
D | image.py | 45 self.set_payload(_imagedata)
|
D | audio.py | 72 self.set_payload(_audiodata)
|
/external/python/cpython2/Doc/library/ |
D | email.mime.rst | 107 :meth:`~email.message.Message.set_payload` to change the payload to encoded 137 :meth:`~email.message.Message.set_payload` to change the payload to encoded 165 :meth:`~email.message.Message.set_payload` to change the payload to encoded 214 header. This means that a subsequent ``set_payload`` call will not result 215 in an encoded payload, even if a charset is passed in the ``set_payload`` 217 ``Content-Transfer-Encoding`` header, after which a ``set_payload`` call
|
/external/python/cpython3/Lib/email/mime/ |
D | application.py | 36 self.set_payload(_data)
|
D | text.py | 42 self.set_payload(_text, _charset)
|
D | image.py | 46 self.set_payload(_imagedata)
|
D | audio.py | 73 self.set_payload(_audiodata)
|
/external/autotest/client/common_lib/ |
D | mail.py | 35 message.set_payload(message_body)
|
D | mail_unittest.py | 59 message.set_payload("Hello everybody!")
|
/external/python/cpython3/Doc/library/ |
D | email.mime.rst | 125 :meth:`~email.message.Message.set_payload` to change the payload to encoded 159 :meth:`~email.message.Message.set_payload` to change the payload to encoded 193 :meth:`~email.message.Message.set_payload` to change the payload to encoded 246 header. This means that a subsequent ``set_payload`` call will not result 247 in an encoded payload, even if a charset is passed in the ``set_payload`` 249 ``Content-Transfer-Encoding`` header, after which a ``set_payload`` call
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_codecs.py | 59 msg.set_payload(jhello, jcode)
|
D | test_email_codecs_renamed.py | 59 msg.set_payload(jhello, jcode)
|
/external/pigweed/pw_rpc/raw/ |
D | raw_method.cc | 59 response.set_payload(payload_buffer.first(sws.size())); in CallUnary()
|
/external/protobuf/benchmarks/util/ |
D | gogo_data_scrubber.cc | 64 dataset.set_payload(i, message->SerializeAsString()); in main()
|
D | proto3_data_stripper.cc | 64 dataset.set_payload(i, message->SerializeAsString()); in main()
|
/external/pigweed/pw_rpc/nanopb/ |
D | nanopb_method.cc | 74 response.set_payload(payload_buffer.first(encoded.size())); in SendResponse()
|
123