| /third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
| D | update.py | 12 pull = False variable 15 pull = True variable
|
| /third_party/harfbuzz/test/shaping/data/aots/ |
| D | update.py | 12 pull = False variable 15 pull = True variable
|
| /third_party/boost/boost/thread/concurrent_queues/ |
| D | sync_priority_queue.hpp | 78 Type pull() in pull() function in boost::detail::priority_queue 238 T sync_priority_queue<T,Container,Cmp>::pull(unique_lock<mutex>&) in pull() function in boost::concurrent::sync_priority_queue 243 T sync_priority_queue<T,Container,Cmp>::pull(lock_guard<mutex>&) in pull() function in boost::concurrent::sync_priority_queue 249 T sync_priority_queue<T,Container,Cmp>::pull() in pull() function in boost::concurrent::sync_priority_queue 259 void sync_priority_queue<T,Container,Cmp>::pull(unique_lock<mutex>&, T& elem) in pull() function in boost::concurrent::sync_priority_queue 264 void sync_priority_queue<T,Container,Cmp>::pull(lock_guard<mutex>&, T& elem) in pull() function in boost::concurrent::sync_priority_queue 270 void sync_priority_queue<T,Container,Cmp>::pull(T& elem) in pull() function in boost::concurrent::sync_priority_queue
|
| D | queue_adaptor.hpp | 51 void pull(value_type& x) { queue.pull(x); }; in pull() function in boost::concurrent::detail::queue_adaptor_copyable_only 52 value_type pull() { return queue.pull(); } in pull() function in boost::concurrent::detail::queue_adaptor_copyable_only 87 void pull(value_type& x) { queue.pull(x); }; in pull() function in boost::concurrent::detail::queue_adaptor_movable_only 89 value_type pull() { return queue.pull(); } in pull() function in boost::concurrent::detail::queue_adaptor_movable_only 128 void pull(value_type& x) { queue.pull(x); }; in pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable 130 value_type pull() { return queue.pull(); } in pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
|
| D | deque_views.hpp | 48 void pull(value_type& x) { queue->pull_back(x); } in pull() function in boost::concurrent::deque_back_view 50 value_type pull() { return queue->pull_back(); } in pull() function in boost::concurrent::deque_back_view 91 void pull(value_type& x) { queue->pull_front(x); }; in pull() function in boost::concurrent::deque_front_view 93 value_type pull() { return queue->pull_front(); } in pull() function in boost::concurrent::deque_front_view
|
| D | sync_queue.hpp | 80 inline void pull(value_type& elem, unique_lock<mutex>& ) in pull() function in boost::concurrent::sync_queue 85 inline value_type pull(unique_lock<mutex>& ) in pull() function in boost::concurrent::sync_queue 184 void sync_queue<ValueType, Container>::pull(ValueType& elem) in pull() function in boost::concurrent::sync_queue 194 ValueType sync_queue<ValueType, Container>::pull() in pull() function in boost::concurrent::sync_queue
|
| D | sync_timed_queue.hpp | 322 T sync_timed_queue<T, Clock, TimePoint>::pull(unique_lock<mutex>&) in pull() function in boost::concurrent::sync_timed_queue 332 T sync_timed_queue<T, Clock, TimePoint>::pull(lock_guard<mutex>&) in pull() function in boost::concurrent::sync_timed_queue 341 T sync_timed_queue<T, Clock, TimePoint>::pull() in pull() function in boost::concurrent::sync_timed_queue 351 void sync_timed_queue<T, Clock, TimePoint>::pull(unique_lock<mutex>&, T& elem) in pull() function in boost::concurrent::sync_timed_queue 361 void sync_timed_queue<T, Clock, TimePoint>::pull(lock_guard<mutex>&, T& elem) in pull() function in boost::concurrent::sync_timed_queue 371 void sync_timed_queue<T, Clock, TimePoint>::pull(T& elem) in pull() function in boost::concurrent::sync_timed_queue
|
| D | queue_views.hpp | 79 void pull(value_type& x) { queue->pull(x); }; in pull() function in boost::concurrent::queue_front_view 81 value_type pull() { return queue->pull(); } in pull() function in boost::concurrent::queue_front_view
|
| D | sync_bounded_queue.hpp | 176 inline void pull(value_type& elem, unique_lock<mutex>& lk) in pull() function in boost::concurrent::sync_bounded_queue 182 inline value_type pull(unique_lock<mutex>& lk) in pull() function in boost::concurrent::sync_bounded_queue 433 void sync_bounded_queue<ValueType>::pull(ValueType& elem) in pull() function in boost::concurrent::sync_bounded_queue 450 ValueType sync_bounded_queue<ValueType>::pull() in pull() function in boost::concurrent::sync_bounded_queue
|
| /third_party/boost/boost/coroutine/detail/ |
| D | pull_coroutine_impl.hpp | 104 void pull() in pull() function in boost::coroutines::detail::pull_coroutine_impl 214 void pull() in pull() function in boost::coroutines::detail::pull_coroutine_impl 309 inline void pull() in pull() function in boost::coroutines::detail::pull_coroutine_impl
|
| /third_party/mindspore/mindspore/nn/optim/ |
| D | ftrl.py | 29 def _tensor_run_opt_with_sparse(opt, spars_opt, push, pull, l1, l2, lr_power, learning_rate, linear, argument 46 def _tensor_run_opt(opt, spars_opt, push, pull, l1, l2, lr_power, learning_rate, linear, argument
|
| D | lazyadam.py | 34 def _run_opt_with_sparse(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_powe… argument 81 def _run_opt_with_one_number(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_… argument
|
| D | adam.py | 93 def _run_opt_with_sparse(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_powe… argument 154 def _run_opt_with_one_number(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, argument
|
| /third_party/boost/libs/context/example/fiber/ |
| D | parser.cpp | 31 char pull(){ in pull() function in Parser
|
| /third_party/boost/libs/context/example/callcc/ |
| D | parser.cpp | 31 char pull(){ in pull() function in Parser
|
| /third_party/boost/libs/coroutine2/example/ |
| D | parser.cpp | 35 char pull(){ in pull() function in Parser
|
| /third_party/gstreamer/gstplugins_bad/ext/avtp/ |
| D | gstavtpcrfbase.c | 252 guint64 tstamp_interval, base_freq, pull, type; in validate_crf_pdu() local 384 get_base_freq_multiplier (GstAvtpCrfBase * avtpcrfbase, guint64 pull) in get_base_freq_multiplier()
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| D | EncoderJNI.java | 87 ByteBuffer pull() { in pull() method in EncoderJNI.Wrapper
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| D | DecoderJNI.java | 88 public ByteBuffer pull() { in pull() method in DecoderJNI.Wrapper
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ASTMetadataHLSL.cpp | 424 PullGradient pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() local 438 PullComputeDiscontinuousAndGradientLoops pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ASTMetadataHLSL.cpp | 408 PullGradient pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() local 422 PullComputeDiscontinuousAndGradientLoops pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() local
|
| /third_party/mindspore/tests/st/fl/mobile/src/ |
| D | adam.py | 108 def _run_opt_with_sparse(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_powe… argument 175 def _run_opt_with_one_number(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, argument
|
| /third_party/mindspore/tests/st/fl/hybrid_lenet/src/ |
| D | adam.py | 108 def _run_opt_with_sparse(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_powe… argument 174 def _run_opt_with_one_number(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, argument
|
| /third_party/mindspore/tests/st/fl/albert/src/ |
| D | adam.py | 109 def _run_opt_with_sparse(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, beta1_powe… argument 175 def _run_opt_with_one_number(opt, sparse_opt, push, pull, use_locking, use_nesterov, target, argument
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
| D | InterruptIn-js.cpp | 194 int pull = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
|