Home
last modified time | relevance | path

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

123

/third_party/harfbuzz/test/shaping/data/aots/
Dupdate.py12 pull = False variable
15 pull = True variable
/third_party/skia/third_party/externals/harfbuzz/test/shape/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/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/uboot/u-boot-2020.01/drivers/gpio/
Ddb8500_gpio.c115 void db8500_gpio_set_pull(unsigned gpio, enum db8500_gpio_pull pull) in db8500_gpio_set_pull()
192 int pull = PIN_PULL(cfg); in config_pin() local
/third_party/boost/libs/coroutine2/example/
Dparser.cpp35 char pull(){ in pull() function in Parser
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java87 ByteBuffer pull() { in pull() method in EncoderJNI.Wrapper
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/
Dpinctrl-rk3188.c75 int pin_num, int pull) in rk3188_set_pull()
Dpinctrl-rk3036.c57 int pin_num, int pull) in rk3036_set_pull()
Dpinctrl-rk3128.c156 int pin_num, int pull) in rk3128_set_pull()
Dpinctrl-rk3368.c67 int pin_num, int pull) in rk3368_set_pull()
/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/uboot/u-boot-2020.01/drivers/pinctrl/nxp/
Dpinctrl-mxs.h53 u16 pull; member
Dpinctrl-mxs.c62 u32 *pin_data, val, ma, vol, pull; in mxs_pinctrl_set_state() local
/third_party/uboot/u-boot-2020.01/board/qualcomm/dragonboard820c/
Ddragonboard820c.c79 const struct tlmm_cfg pull[] = { in sdhci_power_init() local

123