Searched refs:Dump (Results 1 – 16 of 16) sorted by relevance
/system/core/toolbox/ |
D | generate-input.h-labels.py | 75 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_labels", led_list) [all …]
|
/system/extras/tests/net_test/ |
D | sock_diag.py | 224 def Dump(self, diag_req, bytecode=""): member in SockDiag 242 sockets += self.Dump(diag_req, bytecode) 302 for diag_msg, attrs in self.Dump(req):
|
D | sock_diag_test.py | 367 children = self.sock_diag.Dump(req, NO_BYTECODE) 426 children = self.sock_diag.Dump(req, NO_BYTECODE)
|
/system/extras/simpleperf/ |
D | cmd_dumprecord.cpp | 183 record->Dump(); in DumpDataSection() 198 r.Dump(1); in DumpFeatureSection()
|
D | record.h | 127 void Dump(size_t indent) const; 155 void Dump(size_t indent = 0) const;
|
D | record.cpp | 126 void SampleId::Dump(size_t indent) const { in Dump() function in SampleId 176 void Record::Dump(size_t indent) const { in Dump() function in Record 180 sample_id.Dump(indent + 1); in Dump()
|
/system/update_engine/payload_generator/ |
D | extent_ranges.h | 70 void Dump() const;
|
D | extent_ranges_unittest.cc | 155 ranges.Dump(); in TEST()
|
D | extent_ranges.cc | 212 void ExtentRanges::Dump() const { in Dump() function in chromeos_update_engine::ExtentRanges
|
/system/update_engine/payload_consumer/ |
D | install_plan.h | 47 void Dump() const;
|
D | install_plan.cc | 59 void InstallPlan::Dump() const { in Dump() function in chromeos_update_engine::InstallPlan
|
D | download_action.cc | 176 install_plan_.Dump(); in PerformAction()
|
/system/core/bootstat/ |
D | README.md | 12 -p, --print Dump the boot event records to the console
|
/system/update_engine/ |
D | omaha_response_handler_action.cc | 130 install_plan_.Dump(); in PerformAction()
|
D | update_attempter_android.cc | 200 install_plan_.Dump(); in ApplyPayload()
|
D | update_attempter.cc | 728 install_plan.Dump(); in Rollback()
|