/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-observe_on.hpp | 91 observe_on_state(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_state() 94 , coordinator(std::move(coor)) in observe_on_state() 181 observe_on_observer(dest_type d, coordinator_type coor, composite_subscription cs) in observe_on_observer() 182 … : state(std::make_shared<observe_on_state>(std::move(d), std::move(coor), std::move(cs))) in observe_on_observer() 206 auto coor = cn.create_coordinator(d.get_subscription()); in make() local 209 this_type o(d, std::move(coor), cs); in make()
|
D | rx-switch_on_next.hpp | 88 switch_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 92 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-merge.hpp | 109 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 113 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-merge_delay_error.hpp | 102 merge_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 106 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-amb.hpp | 105 amb_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 108 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-skip_until.hpp | 93 state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe() 96 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-concat.hpp | 105 concat_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 110 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-take_until.hpp | 103 take_until_state_type(const values& i, coordinator_type coor, const output_type& oarg) in on_subscribe() 106 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-sequence_equal.hpp | 87 state_type(const values& vals, coordinator_type coor, const output_type& o) in on_subscribe() 89 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-with_latest_from.hpp | 210 with_latest_from_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 214 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-combine_latest.hpp | 210 combine_latest_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 214 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-zip.hpp | 242 zip_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 246 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-flat_map.hpp | 134 state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 137 , coordinator(std::move(coor)) in on_subscribe()
|
D | rx-concat_map.hpp | 138 concat_map_state_type(values i, coordinator_type coor, output_type oarg) in on_subscribe() 142 , coordinator(std::move(coor)) in on_subscribe()
|
/external/libaom/libaom/av1/common/ |
D | mv.h | 172 static INLINE int convert_to_trans_prec(int allow_hp, int coor) { in convert_to_trans_prec() argument 174 return ROUND_POWER_OF_TWO_SIGNED(coor, WARPEDMODEL_PREC_BITS - 3); in convert_to_trans_prec() 176 return ROUND_POWER_OF_TWO_SIGNED(coor, WARPEDMODEL_PREC_BITS - 2) * 2; in convert_to_trans_prec()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-synchronize.hpp | 96 … synchronize_observer_state(coordinator_type coor, composite_subscription cs, output_type scbr) in synchronize_observer_state() 99 , coordinator(std::move(coor)) in synchronize_observer_state()
|