| /third_party/harfbuzz/test/shaping/data/aots/ |
| D | update.py | 12 pull = False variable 15 pull = True variable
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/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/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/uboot/u-boot-2020.01/drivers/gpio/ |
| D | db8500_gpio.c | 115 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/ |
| D | parser.cpp | 35 char pull(){ in pull() function in Parser
|
| /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/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/ |
| D | pinctrl-rk3188.c | 75 int pin_num, int pull) in rk3188_set_pull()
|
| D | pinctrl-rk3036.c | 57 int pin_num, int pull) in rk3036_set_pull()
|
| D | pinctrl-rk3128.c | 156 int pin_num, int pull) in rk3128_set_pull()
|
| D | pinctrl-rk3368.c | 67 int pin_num, int pull) in rk3368_set_pull()
|
| /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/uboot/u-boot-2020.01/drivers/pinctrl/nxp/ |
| D | pinctrl-mxs.h | 53 u16 pull; member
|
| D | pinctrl-mxs.c | 62 u32 *pin_data, val, ma, vol, pull; in mxs_pinctrl_set_state() local
|
| /third_party/uboot/u-boot-2020.01/board/qualcomm/dragonboard820c/ |
| D | dragonboard820c.c | 79 const struct tlmm_cfg pull[] = { in sdhci_power_init() local
|