/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/angle/third_party/vulkan-deps/spirv-tools/src/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-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.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_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()
|
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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 417 const auto* count_type = in ClampIndicesForAccessChain() local 437 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 445 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | graphics_robust_access_pass.cpp | 418 const auto* count_type = in ClampIndicesForAccessChain() local 438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 417 const auto* count_type = in ClampIndicesForAccessChain() local 437 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 445 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/external/llvm-project/lldb/examples/synthetic/ |
D | libcxx.py | 791 self.count_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong) 819 self.endianness, self.pointer_size, [count]), self.count_type) 828 self.endianness, self.pointer_size, [count]), self.count_type)
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 1266 std::string count_type = model_check.count_type(); in CheckModelCounts() local 1267 if (count_type == "None") { in CheckModelCounts() 1269 } else if (count_type == "Arrays") { in CheckModelCounts() 1272 } else if (count_type == "Total") { in CheckModelCounts() 1279 op_type_by_name.count(count_type) > 0 in CheckModelCounts() 1280 ? ops_by_type.count(op_type_by_name[count_type]) in CheckModelCounts() 1283 "count of instances of " + count_type + " operator"); in CheckModelCounts()
|
D | model_flags.proto | 163 optional string count_type = 1 [default = "None"]; field
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 647 typedef COUNT count_type; typedef
|
D | hb-subset-cff-common.hh | 1001 typedef typename SUBRS::count_type subr_count_type;
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_build.c | 319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|
D | p2p_i.h | 729 u8 count_type; member
|
D | p2p.c | 4424 desc1.count_type = 1; in p2p_build_presence_req() 4431 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 | 46 static PyTypeObject count_type; variable 4175 static PyTypeObject count_type = { variable 4695 &count_type, in itertoolsmodule_exec()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 655 Modules/itertoolsmodule.c:count_type static PyTypeObject count_type
|
D | known.tsv | 163 Modules/itertoolsmodule.c - count_type variable static PyTypeObject count_type
|