HomeSort by relevance Sort by last modified time
    Searched refs:set_content (Results 1 - 17 of 17) sorted by null

  /external/python/cpython3/Doc/includes/
email-simple.py 11 msg.set_content(fp.read())
email-alternative.py 15 msg.set_content("""\
  /external/python/cpython3/Lib/test/test_email/
test_contentmanager.py 85 cm.set_content(m, msg_obj, foo='bar')
102 cm.set_content(m, msg_obj)
111 cm.set_content(m, msg_obj)
118 cm.set_content(m, 'test')
128 m.set_content('xyz', content_manager=cm)
296 raw_data_manager.set_content(m, content)
309 raw_data_manager.set_content(m, content, subtype='html')
322 raw_data_manager.set_content(m, content, charset='latin-1')
335 raw_data_manager.set_content(m, content)
350 raw_data_manager.set_content(m, content
    [all...]
test_message.py 498 def set_content(self, msg, *args, **kw): member in class:TestEmailMessageBase._TestContentManager
524 m.set_content(content_manager=cm)
528 m.set_content('foo', content_manager=cm, bar=1, k=2)
537 m.set_content()
541 m.set_content('foo', bar=1, k=2)
661 def set_content(self, msg, content, *args, **kw): member in class:TestEmailMessageBase._TestSetContentManager
695 def set_content(self, msg, content, *args, **kw): member in class:TestEmailMessageBase._TestSetRaisingContentManager
738 m.set_content('arbitrary text as main part')
753 m.set_content(content_manager=cm)
757 def set_content(self, msg, *args, **kw) member in class:TestEmailMessage._MIME_Version_adding_CM
    [all...]
test_inversion.py 62 msg.set_content(payload, **kw)
test_generator.py 278 msg.set_content("oh là là, know what I mean, know what I mean?")
  /external/tensorflow/tensorflow/core/kernels/
summary_tensor_op_test.cc 73 plugin_data->set_content("content_for_plugin_foo");
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 265 void set_content(const ::std::string& value);
266 void set_content(const char* value);
267 void set_content(const char* value, size_t size);
680 inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
685 inline void CodeGeneratorResponse_File::set_content(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
690 inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
    [all...]
plugin.pb.cc 1468 void CodeGeneratorResponse_File::set_content(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1473 void CodeGeneratorResponse_File::set_content(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1478 void CodeGeneratorResponse_File::set_content(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
    [all...]
  /external/python/cpython3/Lib/email/
message.py 1089 def set_content(self, *args, content_manager=None, **kw): member in class:MIMEPart
1161 def set_content(self, *args, **kw): member in class:EmailMessage
    [all...]
contentmanager.py 30 def set_content(self, msg, obj, *args, **kw): member in class:ContentManager
34 raise TypeError("set_content not valid on multipart")
  /external/tensorflow/tensorflow/core/summary/
summary_db_writer_test.cc 172 metadata.mutable_plugin_data()->set_content("plugin_data");
177 metadata_nope.mutable_plugin_data()->set_content("nope");
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 1025 auto set_content = [this, action, source, err](cricket::BaseChannel* ch) { local
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 98 plugin_data->set_content(json_output);
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 206 book.set_content(content);
    [all...]
  /external/python/cpython3/Lib/test/
test_smtplib.py     [all...]

Completed in 355 milliseconds