Home
last modified time | relevance | path

Searched refs:report (Results 526 - 550 of 989) sorted by relevance

1...<<21222324252627282930>>...40

/kernel/linux/linux-6.6/mm/kasan/
H A DMakefile50 obj-y := common.o report.o
/test/testfwk/xdevice/src/xdevice/_core/driver/
H A Dparser_lite.py24 from _core.report.encrypt import check_pub_key_exist
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dresult_upload.py20 from devicetest.core.report import ReportHandler
/third_party/ffmpeg/tests/checkasm/
H A Dbswapdsp.c76 report("bswap"); in checkasm_check_bswapdsp()
H A Dvf_eq.c79 report("eq"); in checkasm_check_vf_eq()
H A Didctdsp.c97 report("idctdsp"); in checkasm_check_idctdsp()
H A Dv210dec.c76 report("v210_unpack"); in checkasm_check_v210dec()
H A Dh264qpel.c80 report("%s", op_name); in checkasm_check_h264qpel()
H A Dhevc_add_res.c96 report("add_residual"); in checkasm_check_hevc_add_res()
H A Dfmtconvert.c106 report("fmtconvert"); in checkasm_check_fmtconvert()
H A Dvc1dsp.c445 report("inv_trans"); in checkasm_check_vc1dsp()
448 report("loop_filter"); in checkasm_check_vc1dsp()
451 report("unescape_buffer"); in checkasm_check_vc1dsp()
H A Dh264dsp.c447 report("idct"); in checkasm_check_h264dsp()
450 report("loop_filter"); in checkasm_check_h264dsp()
453 report("loop_filter_intra"); in checkasm_check_h264dsp()
/third_party/python/Lib/lib2to3/pgen2/
H A Dgrammar.py34 tables using a subclass). The report() method prints a readable
115 def report(self): member in Grammar
/third_party/vulkan-loader/scripts/qnx/
H A Dcommon.mk29 LDFLAGS += -Wl,--unresolved-symbols=report-all -Wl,--no-undefined -Wl,-fPIC
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp220 int HidHostService::HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) in HidHostSetReport() argument
228 if ((size > 0) && (report != nullptr)) { in HidHostSetReport()
231 if (memcpy_s(event.data_.get(), size, report, size) != EOK) { in HidHostSetReport()
/kernel/linux/linux-5.10/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl84 print "SIGINT received, report pending. Hit ctrl-c again to exit\n";
94 print "Many SIGINTs received, exiting now without report\n";
721 sub report() { subroutine
747 report();
758 report();
/kernel/linux/linux-6.6/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl84 print "SIGINT received, report pending. Hit ctrl-c again to exit\n";
94 print "Many SIGINTs received, exiting now without report\n";
721 sub report() { subroutine
747 report();
758 report();
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delan_i2c_smbus.c487 u8 *report, unsigned int report_len) in elan_smbus_get_report()
495 &report[ETP_SMBUS_REPORT_OFFSET]); in elan_smbus_get_report()
497 dev_err(&client->dev, "failed to read report data: %d\n", len); in elan_smbus_get_report()
501 if (report[ETP_REPORT_ID_OFFSET] == ETP_TP_REPORT_ID2) in elan_smbus_get_report()
506 "wrong report length (%d vs %d expected)\n", in elan_smbus_get_report()
486 elan_smbus_get_report(struct i2c_client *client, u8 *report, unsigned int report_len) elan_smbus_get_report() argument
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_smbus.c487 u8 *report, unsigned int report_len) in elan_smbus_get_report()
495 &report[ETP_SMBUS_REPORT_OFFSET]); in elan_smbus_get_report()
497 dev_err(&client->dev, "failed to read report data: %d\n", len); in elan_smbus_get_report()
501 if (report[ETP_REPORT_ID_OFFSET] == ETP_TP_REPORT_ID2) in elan_smbus_get_report()
506 "wrong report length (%d vs %d expected)\n", in elan_smbus_get_report()
486 elan_smbus_get_report(struct i2c_client *client, u8 *report, unsigned int report_len) elan_smbus_get_report() argument
/third_party/libabigail/src/
H A Dabg-comparison.cc57 /// diff::report() method. That reporting is controlled by several
1490 /// relative way. That is, if the report should say how of many bits
1499 /// relative way. That is, if the report should say how of many bits
1524 /// show the soname changes in its report.
1532 /// show the soname changes in its report.
1540 /// show the architecture changes in its report.
1548 /// show the architecture changes in its report.
1652 /// A getter for the flag that says if we should report about
1661 /// A setter for the flag that says if we should report about
2025 /// Tests if we are currently in the middle of emitting a report fo
2640 distinct_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::distinct_diff
3293 var_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::var_diff
3424 pointer_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::pointer_diff
3579 array_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::array_diff
3711 reference_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::reference_diff
3858 qualified_type_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::qualified_type_diff
4069 enum_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::enum_diff
5077 class_or_union_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::class_or_union_diff
5644 class_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::class_diff
5865 base_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::base_diff
5983 union_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::union_diff
6474 scope_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::scope_diff
6641 fn_parm_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::fn_parm_diff
6922 function_type_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::function_type_diff
7088 function_decl_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::function_decl_diff
7207 type_decl_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::type_decl_diff
7366 typedef_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::typedef_diff
7483 translation_unit_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::translation_unit_diff
10844 corpus_diff::report(ostream& out, const string& indent) const report() function in abigail::comparison::corpus_diff
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp193 uint8_t &type, std::string &report, int& result) in HidHostSetReport()
200 CHECK_AND_RETURN_LOG_RET(data.WriteString(report), BT_ERR_IPC_TRANS_FAILED, "write report error"); in HidHostSetReport()
192 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp226 std::string report = data.ReadString(); in HidHostSetReportInner() local
228 ErrCode ec = HidHostSetReport(device, type, report, result); in HidHostSetReportInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp290 uint8_t &type, std::string &report, int& result) in HidHostSetReport()
302 for (char ch : report) { in HidHostSetReport()
289 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp37 * @param tag A tag that in report string
68 bool repSucc = report(); in end()
74 bool PerformReporter::report() in report() function in OHOS::Rosen::PerformReporter
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dbase.c280 void *report, u32 *src_id) in scmi_base_fill_custom_report()
284 struct scmi_base_error_report *r = report; in scmi_base_fill_custom_report()
277 scmi_base_fill_custom_report(const struct scmi_handle *handle, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) scmi_base_fill_custom_report() argument

Completed in 23 milliseconds

1...<<21222324252627282930>>...40