/third_party/python/Lib/test/test_email/ |
D | test_contentmanager.py | 30 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 …]
|
D | test_message.py | 500 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)
|
D | test_inversion.py | 74 self.assertEqual(msg2.get_content(), payload)
|
/third_party/boost/libs/mpi/test/ |
D | skeleton_content_test.cpp | 32 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()
|
D | broadcast_test.cpp | 58 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/ |
D | download-test-fonts.py | 186 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/ |
D | skeleton_content_test.py | 36 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/ |
D | email-read-alternative.py | 30 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/ |
D | content_oarchive.hpp | 35 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/ |
D | skeleton_and_content.cpp | 81 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/ |
D | skeleton_and_content.hpp | 121 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/ |
D | thread_specific.hpp | 52 BOOST_LOG_API void* get_content() const; 93 cast.as_pointer = thread_specific_base::get_content(); in get()
|
/third_party/boost/libs/mpi/example/ |
D | random_content.cpp | 46 mpi::content c = mpi::get_content(l); in main() 74 mpi::content c = mpi::get_content(l); in main()
|
D | parallel_example.cpp | 48 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/ |
D | skeleton_and_content_fwd.hpp | 25 template <class T> const content get_content(const T& x);
|
D | skeleton_and_content_types.hpp | 228 template <class T> const content get_content(const T& x);
|
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/ |
D | gstbaseqroverlay.h | 37 gchar* (*get_content) (GstBaseQROverlay *self, GstBuffer *buf, GstVideoInfo *info, member
|
D | gstqroverlay.c | 148 GST_BASE_QR_OVERLAY_CLASS (klass)->get_content = in gst_qr_overlay_class_init()
|
D | gstdebugqroverlay.c | 160 GST_BASE_QR_OVERLAY_CLASS (klass)->get_content = in gst_debug_qr_overlay_class_init()
|
/third_party/boost/libs/log/src/ |
D | thread_specific.cpp | 50 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/ |
D | email.contentmanager.rst | 21 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/ |
D | python.qbk | 162 `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))
|
D | skeleton_and_content.qbk | 45 mpi::content c = mpi::get_content(l); 71 mpi::content c = mpi::get_content(l);
|
/third_party/libxml2/python/ |
D | libxml.py | 322 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/ |
D | contentmanager.py | 16 def get_content(self, msg, *args, **kw): member in ContentManager
|