Home
last modified time | relevance | path

Searched refs:get_content (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Lib/test/test_email/
Dtest_contentmanager.py30 self.assertEqual(cm.get_content(m, foo='bar'), ('bar', 'foo'))
46 self.assertEqual(cm.get_content(m), ('foo'))
53 cm.get_content(m)
154 self.assertEqual(raw_data_manager.get_content(m), "Basic text.\n")
162 self.assertEqual(raw_data_manager.get_content(m),
171 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
180 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
189 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
198 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt�.\n")
207 self.assertEqual(raw_data_manager.get_content(m, errors='ignore'),
[all …]
Dtest_message.py500 def get_content(self, msg, *args, **kw): member in TestEmailMessageBase._TestContentManager
510 self.assertEqual(m.get_content(content_manager=cm), (m, (), {}))
511 msg, args, kw = m.get_content('foo', content_manager=cm, bar=1, k=2)
519 self.assertEqual(m.get_content(), (m, (), {}))
520 msg, args, kw = m.get_content('foo', bar=1, k=2)
Dtest_inversion.py74 self.assertEqual(msg2.get_content(), payload)
/third_party/boost/libs/mpi/test/
Dskeleton_content_test.cpp32 using boost::mpi::get_content; in test_skeleton_and_content()
58 content c = get_content(original_list); in test_skeleton_and_content()
69 content c = get_content(original_list); in test_skeleton_and_content()
89 comm.recv(root, 1, get_content(transferred_list)); in test_skeleton_and_content()
95 comm.recv(root, 2, get_content(transferred_list)); in test_skeleton_and_content()
109 using boost::mpi::get_content; in test_skeleton_and_content_nonblocking()
139 content c = get_content(original_list); in test_skeleton_and_content_nonblocking()
153 content c = get_content(original_list); in test_skeleton_and_content_nonblocking()
171 req = comm.irecv(root, 1, get_content(transferred_list)); in test_skeleton_and_content_nonblocking()
178 req = comm.irecv(root, 2, get_content(transferred_list)); in test_skeleton_and_content_nonblocking()
Dbroadcast_test.cpp58 using boost::mpi::get_content; in test_skeleton_and_content()
83 content c = get_content(original_list); in test_skeleton_and_content()
93 content c = get_content(original_list); in test_skeleton_and_content()
114 broadcast(comm, get_content(transferred_list), root); in test_skeleton_and_content()
121 broadcast(comm, get_content(transferred_list), root); in test_skeleton_and_content()
/third_party/skia/third_party/externals/freetype/tests/scripts/
Ddownload-test-fonts.py186 get_content: Callable[[], bytes],
195 content = get_content()
224 def get_content(): function
228 install_path, hex_digest, force_download, get_content
243 def get_content(): function
255 get_content,
/third_party/boost/libs/mpi/test/python/
Dskeleton_content_test.py36 comm.send(p, 0, value = mpi.get_content(original_list))
46 comm.send(p, 0, value = mpi.get_content(original_list))
65 comm.recv(root, 0, mpi.get_content(transferred_list))
71 comm.recv(root, 0, mpi.get_content(transferred_list))
/third_party/python/Doc/includes/
Demail-read-alternative.py30 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
41 for line in richest.get_content().splitlines():
58 f.write(part.get_content())
68 f.write(magic_html_parser(body.get_content(), partfiles))
/third_party/boost/boost/mpi/detail/
Dcontent_oarchive.hpp35 content get_content() in get_content() function in boost::mpi::detail::content_oarchive
53 const content get_content(const T& x) in get_content() function
57 return ar.get_content(); in get_content()
/third_party/boost/libs/mpi/src/python/
Dskeleton_and_content.cpp81 content get_content(object value) in get_content() function
89 return pos->second.get_content(value); in get_content()
158 def("get_content", &get_content, arg("object"), get_content_docstring); in export_skeleton_and_content()
/third_party/boost/boost/mpi/python/
Dskeleton_and_content.hpp121 function1<content, const object&> get_content; member
145 return content(boost::mpi::get_content(value), value_obj); in operator ()()
203 handler.get_content = detail::do_get_content<T>(); in register_skeleton_and_content()
/third_party/boost/boost/log/detail/
Dthread_specific.hpp52 BOOST_LOG_API void* get_content() const;
93 cast.as_pointer = thread_specific_base::get_content(); in get()
/third_party/boost/libs/mpi/example/
Drandom_content.cpp46 mpi::content c = mpi::get_content(l); in main()
74 mpi::content c = mpi::get_content(l); in main()
Dparallel_example.cpp48 mpi::content sample_content = mpi::get_content(sample); in calculate_samples()
115 mpi::content sample_content = mpi::get_content(sample); in accumulate_samples()
/third_party/boost/boost/mpi/
Dskeleton_and_content_fwd.hpp25 template <class T> const content get_content(const T& x);
Dskeleton_and_content_types.hpp228 template <class T> const content get_content(const T& x);
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.h37 gchar* (*get_content) (GstBaseQROverlay *self, GstBuffer *buf, GstVideoInfo *info, member
Dgstqroverlay.c148 GST_BASE_QR_OVERLAY_CLASS (klass)->get_content = in gst_qr_overlay_class_init()
Dgstdebugqroverlay.c160 GST_BASE_QR_OVERLAY_CLASS (klass)->get_content = in gst_debug_qr_overlay_class_init()
/third_party/boost/libs/log/src/
Dthread_specific.cpp50 void* thread_specific_base::get_content() const in get_content() function in boost::aux::thread_specific_base
268 void* thread_specific_base::get_content() const in get_content() function in boost::aux::thread_specific_base
/third_party/python/Doc/library/
Demail.contentmanager.rst21 well as the ``get_content`` and ``set_content`` dispatch methods.
24 .. method:: get_content(msg, *args, **kw)
77 values of *key*, see :meth:`get_content`.
102 provides significant advantages compared to the base API: ``get_content`` on
109 .. method:: get_content(msg, errors='replace')
/third_party/boost/libs/mpi/doc/
Dpython.qbk162 `get_content`) can be transmitted in much the same way. Note, however,
163 that the receiver also specifies `get_content(my_data_structure)` in its
167 mpi.world.send(1, 0, get_content(my_data_structure))
169 mpi.world.recv(0, 0, get_content(my_data_structure))
Dskeleton_and_content.qbk45 mpi::content c = mpi::get_content(l);
71 mpi::content c = mpi::get_content(l);
/third_party/libxml2/python/
Dlibxml.py322 def get_content(self): member in xmlCore
324 getContent = get_content # why is this duplicate naming needed ?
396 content = property(get_content, None, None, "Content of this node")
/third_party/python/Lib/email/
Dcontentmanager.py16 def get_content(self, msg, *args, **kw): member in ContentManager

12