Home
last modified time | relevance | path

Searched defs:pull (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py12 pull = False variable
15 pull = True variable
/third_party/harfbuzz/test/shaping/data/aots/
Dupdate.py12 pull = False variable
15 pull = True variable
/third_party/boost/boost/thread/concurrent_queues/
Dsync_priority_queue.hpp78 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
Dqueue_adaptor.hpp51 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
Ddeque_views.hpp48 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
Dsync_queue.hpp80 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
Dsync_timed_queue.hpp322 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
Dqueue_views.hpp79 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
Dsync_bounded_queue.hpp176 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/
Dpull_coroutine_impl.hpp104 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/
Dftrl.py29 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
Dlazyadam.py34 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
Dadam.py93 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/
Dparser.cpp31 char pull(){ in pull() function in Parser
/third_party/boost/libs/context/example/callcc/
Dparser.cpp31 char pull(){ in pull() function in Parser
/third_party/boost/libs/coroutine2/example/
Dparser.cpp35 char pull(){ in pull() function in Parser
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c252 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/
DEncoderJNI.java87 ByteBuffer pull() { in pull() method in EncoderJNI.Wrapper
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java88 public ByteBuffer pull() { in pull() method in DecoderJNI.Wrapper
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp424 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/
DASTMetadataHLSL.cpp408 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/
Dadam.py108 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/
Dadam.py108 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/
Dadam.py109 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/
DInterruptIn-js.cpp194 int pull = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local

12