/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-replaysubject.hpp | 19 typedef rxu::maybe<std::size_t> count_type; typedef 33 typedef typename traits::count_type count_type; typedef in rxcpp::subjects::detail::replay_observer 44 mutable count_type count; 63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state() 98 …replay_observer(count_type count, period_type period, coordination_type coordination, composite_su… in replay_observer() 131 typedef typename traits::count_type count_type; typedef in rxcpp::subjects::replay 139 : s(count_type(), period_type(), cn, cs, composite_subscription{}) in replay() 144 : s(count_type(std::move(count)), period_type(), cn, cs, composite_subscription{}) in replay() 149 : s(count_type(), period_type(period), cn, cs, composite_subscription{}) in replay() 154 : s(count_type(count), period_type(period), cn, cs, composite_subscription{}) in replay()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-retry-repeat-common.hpp | 64 typedef rxu::decay_t<Count> count_type; typedef 67 values(source_type s, count_type t) in values() 86 count_type remaining_; 89 finite(source_type s, count_type t) in finite()
|
D | rx-take.hpp | 45 typedef rxu::decay_t<Count> count_type; typedef 48 values(source_type s, count_type t) in values() 54 count_type count; 58 take(source_type s, count_type t) in take()
|
D | rx-skip.hpp | 46 typedef rxu::decay_t<Count> count_type; typedef 49 values(source_type s, count_type t) in values() 55 count_type count; 59 skip(source_type s, count_type t) in skip()
|
D | rx-take_last.hpp | 45 typedef rxu::decay_t<Count> count_type; typedef 52 values(source_type s, count_type t) in values() 62 take_last(source_type s, count_type t) in take_last()
|
D | rx-skip_last.hpp | 45 typedef rxu::decay_t<Count> count_type; typedef 52 values(source_type s, count_type t) in values() 62 skip_last(source_type s, count_type t) in skip_last()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 1235 string count_type = model_check.count_type(); in CheckModelCounts() local 1236 if (count_type == "None") { in CheckModelCounts() 1238 } else if (count_type == "Arrays") { in CheckModelCounts() 1241 } else if (count_type == "Total") { in CheckModelCounts() 1248 op_type_by_name.count(count_type) > 0 in CheckModelCounts() 1249 ? ops_by_type.count(op_type_by_name[count_type]) in CheckModelCounts() 1252 "count of instances of " + count_type + " operator"); in CheckModelCounts()
|
D | model_flags.proto | 156 optional string count_type = 1 [default = "None"]; field
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 705 typedef COUNT count_type; typedef
|
D | hb-subset-cff-common.hh | 969 typedef typename SUBRS::count_type subr_count_type;
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 741 u8 count_type; member
|
D | p2p_build.c | 319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|
D | p2p.c | 4454 desc1.count_type = 1; in p2p_build_presence_req() 4461 desc2.count_type = 2; in p2p_build_presence_req()
|
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 3258 static PyTypeObject count_type; variable 3436 static PyTypeObject count_type = { variable 4100 &count_type, in inititertools()
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 3956 static PyTypeObject count_type; variable 4135 static PyTypeObject count_type = { variable 4673 &count_type, in PyInit_itertools()
|