/third_party/boost/boost/asio/impl/ |
D | io_context.ipp | 60 io_context::count_type io_context::run() 63 count_type s = impl_.run(ec); 69 io_context::count_type io_context::run(boost::system::error_code& ec) 75 io_context::count_type io_context::run_one() 78 count_type s = impl_.run_one(ec); 84 io_context::count_type io_context::run_one(boost::system::error_code& ec) 90 io_context::count_type io_context::poll() 93 count_type s = impl_.poll(ec); 99 io_context::count_type io_context::poll(boost::system::error_code& ec) 105 io_context::count_type io_context::poll_one() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | io_context.ipp | 60 io_context::count_type io_context::run() 63 count_type s = impl_.run(ec); 69 io_context::count_type io_context::run(boost::system::error_code& ec) 75 io_context::count_type io_context::run_one() 78 count_type s = impl_.run_one(ec); 84 io_context::count_type io_context::run_one(boost::system::error_code& ec) 90 io_context::count_type io_context::poll() 93 count_type s = impl_.poll(ec); 99 io_context::count_type io_context::poll(boost::system::error_code& ec) 105 io_context::count_type io_context::poll_one() [all …]
|
/third_party/boost/boost/thread/futures/ |
D | wait_for_any.hpp | 34 typedef std::vector<int>::size_type count_type; typedef in boost::detail::waiter_for_any_in_seq 42 count_type index; 45 notify_when_ready_handle handle_, count_type index_) : in registered_waiter() 56 typedef count_type count_type_portable; 86 count_type future_count; 122 count_type wait() in wait() 127 for (count_type i = 0; i < waiters_.size(); ++i) in wait() 140 for (count_type i = 0; i < waiters_.size(); ++i) in ~waiter_for_any_in_seq()
|
/third_party/boost/boost/serialization/detail/ |
D | shared_ptr_nmt_132.hpp | 37 typedef detail::atomic_count count_type; typedef in boost::shared_ptr 50 pn = new count_type(1); in shared_ptr() 60 pn = new count_type(1); in shared_ptr() 96 pn = new count_type(1); // may throw in shared_ptr() 150 count_type * pn; // ptr to reference counter
|
/third_party/boost/boost/smart_ptr/detail/ |
D | local_counted_base.hpp | 39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enum in boost::detail::local_counted_base 41 count_type local_use_count_; 73 local_use_count_ = static_cast<count_type>( local_use_count_ + 1 ); in add_ref() 78 local_use_count_ = static_cast<count_type>( local_use_count_ - 1 ); in release()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | rl_ops.py | 133 def infer_dtype(self, data_type, count_type, head_type): argument 134 validator.check_type_name("count type", count_type, (mstype.int32), self.name) 230 def infer_dtype(self, data_type, exp_type, count_type, head_type): argument 235 validator.check_type_name("count type", count_type, (mstype.int32), self.name) 237 return count_type 313 def infer_dtype(self, data_type, count_type, head_type, index_type): argument 314 validator.check_type_name("count type", count_type, (mstype.int32), self.name)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/third_party/spirv-tools/source/val/ |
D | validate_bitwise.cpp | 120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_bitwise.cpp | 120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | io_context.hpp | 245 typedef std::size_t count_type; typedef in boost::asio::io_context 321 BOOST_ASIO_DECL count_type run(); 352 BOOST_ASIO_DECL count_type run(boost::system::error_code& ec); 401 BOOST_ASIO_DECL count_type run_one(); 423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec); 465 BOOST_ASIO_DECL count_type poll(); 478 BOOST_ASIO_DECL count_type poll(boost::system::error_code& ec); 489 BOOST_ASIO_DECL count_type poll_one(); 502 BOOST_ASIO_DECL count_type poll_one(boost::system::error_code& ec);
|
/third_party/boost/boost/asio/ |
D | io_context.hpp | 245 typedef std::size_t count_type; typedef in boost::asio::io_context 321 BOOST_ASIO_DECL count_type run(); 352 BOOST_ASIO_DECL count_type run(boost::system::error_code& ec); 401 BOOST_ASIO_DECL count_type run_one(); 423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec); 465 BOOST_ASIO_DECL count_type poll(); 478 BOOST_ASIO_DECL count_type poll(boost::system::error_code& ec); 489 BOOST_ASIO_DECL count_type poll_one(); 502 BOOST_ASIO_DECL count_type poll_one(boost::system::error_code& ec);
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | selector.c | 44 const gchar *count_type = NULL; in probe_cb() local 50 count_type = "buffer_count"; in probe_cb() 52 count_type = "event_count"; in probe_cb() 58 count = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (pad), count_type)); in probe_cb() 60 g_object_set_data (G_OBJECT (pad), count_type, GINT_TO_POINTER (count)); in probe_cb()
|
/third_party/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 417 const auto* count_type = in ClampIndicesForAccessChain() local 437 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 445 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 418 const auto* count_type = in ClampIndicesForAccessChain() local 438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 418 const auto* count_type = in ClampIndicesForAccessChain() local 438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/third_party/boost/boost/polygon/detail/ |
D | boolean_op.hpp | 383 template <typename count_type = int> 387 BooleanOp<count_type, Unit> booleanOr; in applyBooleanOr() 410 booleanOr.processInterval(container, ivl, count_type(count)); in applyBooleanOr()
|
/third_party/boost/boost/graph/ |
D | strong_components.hpp | 305 typedef typename property_traits< ComponentsMap >::value_type count_type; in kosaraju_strong_components() typedef 307 count_type c_count(0); in kosaraju_strong_components()
|
/third_party/boost/boost/thread/ |
D | future.hpp | 1124 typedef std::vector<int>::size_type count_type; typedef in boost::detail::future_waiter 1130 count_type index; 1134 count_type index_): in registered_waiter() 1144 typedef count_type count_type_portable; 1174 count_type future_count; 1205 count_type wait() in wait() 1210 for(count_type i=0;i<futures_.size();++i) in wait() 1223 for(count_type i=0;i<futures_.size();++i) in ~future_waiter() 1264 …typename boost::enable_if<is_future_type<F1>,typename detail::future_waiter::count_type>::type wai… in wait_for_any() 1273 typename detail::future_waiter::count_type wait_for_any(F1& f1,F2& f2,F3& f3) in wait_for_any() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 616 typedef COUNT count_type; typedef
|
/third_party/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 616 typedef COUNT count_type; typedef
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 708 typedef COUNT count_type; typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_i.h | 718 u8 count_type; member
|
D | p2p_build.c | 319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_i.h | 723 u8 count_type; member
|
D | p2p_build.c | 319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|