/system/update_engine/scripts/update_payload/ |
D | checker.py | 189 def __init__(self, title, report): argument 192 self.report = report 197 report_lines.extend(self.report.GenerateLines(base_indent + sub_indent, 218 self.report = [] 234 for node in self.report: 268 self.report.append(self.FieldNode(name, value, linebreak, indent)) 274 self.report.append(sub_report) 275 return sub_report.report 281 self.report.append(self.last_section) 343 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument [all …]
|
D | checker_unittest.py | 183 report = self.mox.CreateMock(checker._PayloadReport) 186 report.AddSubReport(name).AndReturn(subreport) 188 report.AddField(name, convert(val), linebreak=linebreak, indent=indent) 191 return (msg, report, subreport, name, val) 205 msg, report, subreport, name, val = self.SetupAddElemTest( 208 args = (msg, name, report, is_mandatory, is_submsg) 231 msg, report, _, name, val = self.SetupAddElemTest( 235 args = [msg, name, report] 257 msg, report, subreport, name, val = self.SetupAddElemTest(is_present, True) 260 args = [msg, name, report] [all …]
|
/system/core/storaged/include/ |
D | storaged_info.h | 76 virtual void report() {}; in report() function 95 virtual void report(); 103 virtual void report(); 117 virtual void report();
|
/system/extras/simpleperf/doc/ |
D | README.md | 17 - [Record and report profiling data](#record-and-report-profiling-data) 18 - [Record and report call graph](#record-and-report-call-graph) 19 - [Report in html interface](#report-in-html-interface) 43 - [The report command](#the-report-command) 48 - [Report call graphs](#report-call-graphs-in-report-cmd) 55 - [report.py](#report-py) 64 - [How to solve missing symbols in report](#how-to-solve-missing-symbols-in-report) 75 report on the host", simpleperf not only collects samples in profiling data, but also collects 97 to report on hosts. 98 c. Builds report shared libraries on different hosts. The report library is used by different [all …]
|
D | inferno.md | 10 . You can see a sample report generated with Inferno 11 [here](./report.html). Report are self-contained in HTML so they can be 59 to display the HTML report. 73 A healthy flame graph features a single call site at its base (see [here](./report.html)).
|
/system/core/fs_mgr/ |
D | fs_mgr_vendor_overlay.cpp | 93 auto report = "__mount(source=overlay,target="s + vendor_mount_point + ",type=overlay," + in fs_mgr_vendor_overlay_mount() local 98 PERROR << report << ret; in fs_mgr_vendor_overlay_mount() 101 LINFO << report << ret; in fs_mgr_vendor_overlay_mount()
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergyCallback.txt | 23 * Called to report the result of a call to 36 /* Called to report current MTU value. Can be a result of calling 42 * Called to report BLE device scan results once a scan session is started for 49 * Called to report the result of a call to
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 54 boolean setReport(in BluetoothDevice device, byte reportType, String report); in setReport() argument 58 boolean sendData(in BluetoothDevice device, String report); in sendData() argument
|
/system/bt/btif/src/ |
D | btif_hd.cc | 542 tBTA_HD_REPORT report; in send_report() local 558 report.type = BTHD_REPORT_TYPE_INPUT; in send_report() 559 report.use_intr = TRUE; in send_report() 561 report.type = (type & 0x03); in send_report() 562 report.use_intr = FALSE; in send_report() 565 report.id = id; in send_report() 566 report.len = len; in send_report() 567 report.p_data = p_data; in send_report() 569 BTA_HdSendReport(&report); in send_report()
|
/system/netd/server/ |
D | WakeupController.h | 56 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) in WakeupController() argument 57 : mReport(report), mIptables(iptables) {} in WakeupController()
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.cc | 313 tAVDT_REPORT_DATA report; in avdt_scb_hdl_report() local 341 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p); in avdt_scb_hdl_report() 342 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p); in avdt_scb_hdl_report() 343 BE_STREAM_TO_UINT32(report.sr.rtp_time, p); in avdt_scb_hdl_report() 344 BE_STREAM_TO_UINT32(report.sr.pkt_count, p); in avdt_scb_hdl_report() 345 BE_STREAM_TO_UINT32(report.sr.octet_count, p); in avdt_scb_hdl_report() 357 report.rr.frag_lost = *p; in avdt_scb_hdl_report() 358 BE_STREAM_TO_UINT32(report.rr.packet_lost, p); in avdt_scb_hdl_report() 359 report.rr.packet_lost &= 0xFFFFFF; in avdt_scb_hdl_report() 360 BE_STREAM_TO_UINT32(report.rr.seq_num_rcvd, p); in avdt_scb_hdl_report() [all …]
|
/system/bt/binder/android/bluetooth/le/ |
D | IPeriodicAdvertisingCallback.aidl | 29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report); in onPeriodicAdvertisingReport() argument
|
/system/update_engine/scripts/ |
D | paycheck.py | 164 args.check = (args.check or args.report or args.assert_type or 226 if args.report: 227 if args.report == '-': 230 report_file = open(args.report, 'w')
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
/system/sepolicy/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
/system/extras/simpleperf/scripts/ |
D | report.py | 281 report = event_reports[i] 283 ReportWindow(parent, report.context, report.title_line, report.report_items)
|
/system/extras/simpleperf/demo/ |
D | README.md | 67 # report_html.py generates profiling result in report.html. 99 # report_html.py generates profiling result in report.html. 131 # report_html.py generates profiling result in report.html.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | incident.te | 20 # back the incident report data from a ParcelFileDescriptor.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | incident.te | 20 # back the incident report data from a ParcelFileDescriptor.
|
/system/core/logcat/ |
D | logcatd.rc | 16 # expect /init to report failure if property empty (default) 24 # expect /init to report failure if property empty (default)
|
/system/extras/simpleperf/runtest/ |
D | runtest.conf | 44 <report option="--sort comm,symbol"/> 199 <report option="--comms RUN_COMM1"/>
|
/system/bt/btif/include/ |
D | btif_hh.h | 111 uint8_t* report);
|