Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 68) sorted by relevance

123

/system/update_engine/scripts/update_payload/
Dchecker.py189 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 …]
Dchecker_unittest.py183 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/
Dstoraged_info.h76 virtual void report() {}; in report() function
95 virtual void report();
103 virtual void report();
117 virtual void report();
/system/extras/simpleperf/doc/
DREADME.md17 - [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 …]
Dinferno.md10 . 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/
Dfs_mgr_vendor_overlay.cpp93 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/
DIBluetoothLowEnergyCallback.txt23 * 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/
DIBluetoothHidHost.aidl54 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/
Dbtif_hd.cc542 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/
DWakeupController.h56 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) in WakeupController() argument
57 : mReport(report), mIptables(iptables) {} in WakeupController()
/system/bt/stack/avdt/
Davdt_scb_act.cc313 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/
DIPeriodicAdvertisingCallback.aidl29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report); in onPeriodicAdvertisingReport() argument
/system/update_engine/scripts/
Dpaycheck.py164 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/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
/system/sepolicy/prebuilts/api/26.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
/system/sepolicy/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
/system/sepolicy/prebuilts/api/29.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
/system/sepolicy/prebuilts/api/28.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
/system/extras/simpleperf/scripts/
Dreport.py281 report = event_reports[i]
283 ReportWindow(parent, report.context, report.title_line, report.report_items)
/system/extras/simpleperf/demo/
DREADME.md67 # 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/
Dincident.te20 # back the incident report data from a ParcelFileDescriptor.
/system/sepolicy/prebuilts/api/27.0/private/
Dincident.te20 # back the incident report data from a ParcelFileDescriptor.
/system/core/logcat/
Dlogcatd.rc16 # expect /init to report failure if property empty (default)
24 # expect /init to report failure if property empty (default)
/system/extras/simpleperf/runtest/
Druntest.conf44 <report option="--sort comm,symbol"/>
199 <report option="--comms RUN_COMM1"/>
/system/bt/btif/include/
Dbtif_hh.h111 uint8_t* report);

123