Home
last modified time | relevance | path

Searched refs:count_type (Results 1 – 17 of 17) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-replaysubject.hpp19 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/
Dvalidate_bitwise.cpp120 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/
Dvalidate_bitwise.cpp120 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/
Drx-retry-repeat-common.hpp64 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()
Drx-take.hpp45 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()
Drx-skip.hpp46 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()
Drx-take_last.hpp45 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()
Drx-skip_last.hpp45 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/
Dtooling_util.cc1235 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()
Dmodel_flags.proto156 optional string count_type = 1 [default = "None"]; field
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh705 typedef COUNT count_type; typedef
Dhb-subset-cff-common.hh969 typedef typename SUBRS::count_type subr_count_type;
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h741 u8 count_type; member
Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
Dp2p.c4454 desc1.count_type = 1; in p2p_build_presence_req()
4461 desc2.count_type = 2; in p2p_build_presence_req()
/external/python/cpython2/Modules/
Ditertoolsmodule.c3258 static PyTypeObject count_type; variable
3436 static PyTypeObject count_type = { variable
4100 &count_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c3956 static PyTypeObject count_type; variable
4135 static PyTypeObject count_type = { variable
4673 &count_type, in PyInit_itertools()