Home
last modified time | relevance | path

Searched defs:sub_type (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp.h38 uint8_t sub_type() const { return sub_type_; } in sub_type() function
/external/rust/crates/structopt-derive/src/
Dty.rs43 pub fn sub_type(ty: &syn::Type) -> Option<&syn::Type> { in sub_type() function
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc179 for (mlir::Type sub_type : tuple_type.getTypes()) { in TypeToShape() local
/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp78 ByteString sub_type = stream_dict->GetStringFor(pdfium::annotation::kSubtype); in TEST_F() local
/external/iproute2/misc/
Difstat.c54 int sub_type; variable
745 int sub_type; member
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp332 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
DBreakpoint.cpp1030 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc152 auto sub_type = type.dyn_cast<TF::TensorFlowTypeWithSubtype>(); in IsStringType() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp327 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1188 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp327 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1185 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp327 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1148 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc289 util::StatusOr<const google::protobuf::Type*> sub_type = in GetMapValueType() local
/external/toybox/toys/pending/
Ddhcp6.c367 uint16_t sub_type = ntohs(*((uint16_t*)(t))); in parse_ia_na() local
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc202 const GUID& sub_type = media_type->subtype; in TranslateMediaTypeToVideoCaptureCapability() local
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc531 const uint8_t sub_type, in SetRTCPApplicationSpecificData()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h402 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp514 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local
1324 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local
/external/gemmlowp/meta/generators/
Dneon_emitter.py334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
Dneon_emitter_64.py641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4204 typedef std::vector<string_pair<std::string>> sub_type; typedef