/system/core/toolbox/ |
D | generate-input.h-labels.py | 76 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_labels", led_list) [all …]
|
/system/connectivity/wifilogd/ |
D | command_processor.h | 67 bool Dump(::android::base::unique_fd dump_fd);
|
D | command_processor.cpp | 156 return Dump(std::move(wrapped_fd)); in ProcessCommand() 211 bool CommandProcessor::Dump(unique_fd dump_fd) { in Dump() function in android::wifilogd::CommandProcessor
|
/system/connectivity/wificond/ |
D | ap_interface_impl.h | 55 void Dump(std::stringstream* ss) const;
|
D | ap_interface_impl.cpp | 74 void ApInterfaceImpl::Dump(std::stringstream* ss) const { in Dump() function in android::wificond::ApInterfaceImpl
|
D | client_interface_impl.h | 85 void Dump(std::stringstream* ss) const;
|
D | server.cpp | 216 iface.second->Dump(&ss); in dump() 220 iface.second->Dump(&ss); in dump()
|
D | client_interface_impl.cpp | 167 void ClientInterfaceImpl::Dump(std::stringstream* ss) const { in Dump() function in android::wificond::ClientInterfaceImpl
|
/system/update_engine/payload_generator/ |
D | extent_ranges.h | 73 void Dump() const;
|
D | extent_ranges_unittest.cc | 139 ranges.Dump(); in TEST()
|
D | extent_ranges.cc | 223 void ExtentRanges::Dump() const { in Dump() function in chromeos_update_engine::ExtentRanges
|
/system/extras/simpleperf/ |
D | tracing.cpp | 97 void Dump(size_t indent) const; 248 void TracingFile::Dump(size_t indent) const { in Dump() function in TracingFile 375 void Tracing::Dump(size_t indent) { tracing_file_->Dump(indent); } in Dump() function in Tracing
|
D | tracing.h | 93 void Dump(size_t indent);
|
D | cmd_dumprecord.cpp | 180 r->Dump(); in DumpDataSection() 231 r.Dump(1); in DumpFeatureSection()
|
D | record.h | 202 void Dump(size_t indent) const; 249 void Dump(size_t indent = 0) const;
|
D | record.cpp | 130 void SampleId::Dump(size_t indent) const { in Dump() function in SampleId 187 void Record::Dump(size_t indent) const { in Dump() function in Record 191 sample_id.Dump(indent + 1); in Dump() 1037 tracing.Dump(indent); in DumpData()
|
/system/update_engine/payload_consumer/ |
D | install_plan.h | 47 void Dump() const;
|
D | install_plan.cc | 54 void InstallPlan::Dump() const { in Dump() function in chromeos_update_engine::InstallPlan
|
D | download_action.cc | 176 install_plan_.Dump(); in PerformAction()
|
/system/nfc/src/include/ |
D | NfcAdaptation.h | 95 void Dump(int fd);
|
/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 | 180 install_plan_.Dump(); in PerformAction()
|
/system/extras/app-launcher/ |
D | README | 22 -h:Dump help menu'
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 241 def Dump(self, out_file, base_indent=0, sub_indent=2): member in _PayloadReport 1421 report.Dump(report_out_file)
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 399 void NfcAdaptation::Dump(int fd) { debug_nfcsnoop_dump(fd); } in Dump() function in NfcAdaptation
|