Searched defs:Dump (Results 1 - 10 of 10) sorted by relevance

/system/update_engine/payload_consumer/
H A Dinstall_plan.cc54 void InstallPlan::Dump() const { function in class:chromeos_update_engine::InstallPlan
/system/connectivity/wificond/
H A Dap_interface_impl.cpp74 void ApInterfaceImpl::Dump(std::stringstream* ss) const { function in class:android::wificond::ApInterfaceImpl
75 *ss << "------- Dump of AP interface with index: "
80 *ss << "------- Dump End -------" << endl;
H A Dclient_interface_impl.cpp157 void ClientInterfaceImpl::Dump(std::stringstream* ss) const { function in class:android::wificond::ClientInterfaceImpl
158 *ss << "------- Dump of client interface with index: "
177 *ss << "------- Dump End -------" << endl;
/system/core/toolbox/
H A Dgenerate-input.h-labels.py76 def Dump(struct_name, values): function
83 Dump("input_prop_labels", input_prop_list)
84 Dump("ev_labels", ev_list)
85 Dump("syn_labels", syn_list)
86 Dump("key_labels", key_list)
87 Dump("rel_labels", rel_list)
88 Dump("abs_labels", abs_list)
89 Dump("sw_labels", sw_list)
90 Dump("msc_labels", msc_list)
91 Dump("led_label
[all...]
/system/connectivity/wifilogd/
H A Dcommand_processor.cpp156 return Dump(std::move(wrapped_fd));
211 bool CommandProcessor::Dump(unique_fd dump_fd) { function in class:android::wifilogd::CommandProcessor
/system/update_engine/payload_generator/
H A Dextent_ranges.cc213 void ExtentRanges::Dump() const { function in class:chromeos_update_engine::ExtentRanges
214 LOG(INFO) << "ExtentRanges Dump. blocks: " << blocks_;
/system/update_engine/scripts/update_payload/
H A Dchecker.py195 """Dump a title line, return self as the (new) current section."""
226 def Dump(self, out_file, base_indent=0, sub_indent=2): member in class:_PayloadReport
1275 report.Dump(report_out_file)
/system/extras/simpleperf/
H A Dtracing.cpp96 void Dump(size_t indent) const;
247 void TracingFile::Dump(size_t indent) const { function in class:TracingFile
365 void Tracing::Dump(size_t indent) { tracing_file_->Dump(indent); } function in class:Tracing
H A Drecord.cpp124 void SampleId::Dump(size_t indent) const { function in class:SampleId
181 void Record::Dump(size_t indent) const { function in class:Record
185 sample_id.Dump(indent + 1);
838 tracing.Dump(indent);
/system/nfc/src/adaptation/
H A DNfcAdaptation.cpp265 ** Function: NfcAdaptation::Dump
272 void NfcAdaptation::Dump(int fd) { debug_nfcsnoop_dump(fd); } function in class:NfcAdaptation

Completed in 305 milliseconds