Searched refs:Dump (Results 1 - 15 of 15) sorted by path

/system/core/toolbox/
H A Dgenerate-input.h-labels.py75 def Dump(struct_name, values): function
82 Dump("input_prop_labels", input_prop_list)
83 Dump("ev_labels", ev_list)
84 Dump("syn_labels", syn_list)
85 Dump("key_labels", key_list)
86 Dump("rel_labels", rel_list)
87 Dump("abs_labels", abs_list)
88 Dump("sw_labels", sw_list)
89 Dump("msc_labels", msc_list)
90 Dump("led_label
[all...]
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp41 " Dump different parts of a perf record file. Default file is perf.data.\n"),
183 record->Dump();
198 r.Dump(1);
H A Drecord.cpp126 void SampleId::Dump(size_t indent) const { function in class:SampleId
176 void Record::Dump(size_t indent) const { function in class:Record
180 sample_id.Dump(indent + 1);
H A Drecord.h127 void Dump(size_t indent) const;
155 void Dump(size_t indent = 0) const;
/system/extras/tests/net_test/
H A Dsock_diag.py224 def Dump(self, diag_req, bytecode=""): member in class:SockDiag
242 sockets += self.Dump(diag_req, bytecode)
302 for diag_msg, attrs in self.Dump(req):
304 raise ValueError("Dump of %s returned no sockets" % req)
H A Dsock_diag_test.py367 children = self.sock_diag.Dump(req, NO_BYTECODE)
426 children = self.sock_diag.Dump(req, NO_BYTECODE)
/system/update_engine/
H A Domaha_response_handler_action.cc130 install_plan_.Dump();
H A Dupdate_attempter.cc727 install_plan.Dump();
H A Dupdate_attempter_android.cc174 install_plan_.Dump();
/system/update_engine/payload_consumer/
H A Ddownload_action.cc176 install_plan_.Dump();
H A Dinstall_plan.cc59 void InstallPlan::Dump() const { function in class:chromeos_update_engine::InstallPlan
H A Dinstall_plan.h47 void Dump() const;
/system/update_engine/payload_generator/
H A Dextent_ranges.cc212 void ExtentRanges::Dump() const { function in class:chromeos_update_engine::ExtentRanges
213 LOG(INFO) << "ExtentRanges Dump. blocks: " << blocks_;
H A Dextent_ranges.h70 void Dump() const;
H A Dextent_ranges_unittest.cc155 ranges.Dump();

Completed in 165 milliseconds