/third_party/jerryscript/tools/vera++/scripts/rules/ |
H A D | jerry_no_space_after_opening_parentheses.tcl | 26 report $file $line_num "there should be no blank characters after opening parentheses"
|
H A D | jerry_funcname_space_parentheses.tcl | 30 report $file $line_num "there should be exactly one space before left parentheses"
|
H A D | jerry_identifier_no_space_bracket.tcl | 26 report $file $line_num "there should be no spaces between identifier and left bracket"
|
H A D | jerry_pointer_declarator_space.tcl | 28 report $file $line_num "there should be a space between the referenced type and the pointer declarator."
|
H A D | jerry_typecast_space_parentheses.tcl | 26 report $file $line_num "there should be exactly one space after right parentheses"
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | check.rs | 2 use crate::syntax::report::Errors;
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | check.rs | 2 use crate::syntax::report::Errors;
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | check.rs | 2 use crate::syntax::report::Errors;
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DiagnosticsBase.cpp | 19 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report() function in angle::pp::Diagnostics
|
/third_party/unity/auto/ |
H A D | colour_reporter.rb | 11 def report(message) method
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | check.rs | 2 use crate::syntax::report::Errors;
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8994.c | 3492 * @jack: jack to report detection events on 3581 int report; in wm8994_mic_work() local 3595 report = 0; in wm8994_mic_work() 3598 report = SND_JACK_HEADSET; in wm8994_mic_work() 3602 report = SND_JACK_HEADPHONE; in wm8994_mic_work() 3604 report |= SND_JACK_BTN_0; in wm8994_mic_work() 3606 if (report) in wm8994_mic_work() 3611 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work() 3614 report = 0; in wm8994_mic_work() 3617 report in wm8994_mic_work() 3673 int report; wm8958_button_det() local [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8994.c | 3492 * @jack: jack to report detection events on 3581 int report; in wm8994_mic_work() local 3595 report = 0; in wm8994_mic_work() 3598 report = SND_JACK_HEADSET; in wm8994_mic_work() 3602 report = SND_JACK_HEADPHONE; in wm8994_mic_work() 3604 report |= SND_JACK_BTN_0; in wm8994_mic_work() 3606 if (report) in wm8994_mic_work() 3611 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work() 3614 report = 0; in wm8994_mic_work() 3617 report in wm8994_mic_work() 3673 int report; wm8958_button_det() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.cpp | 134 HogpReport* report = FindReportByTypeAndId(msg.sendData_.param, msg.sendData_.reportId); in SendData_() local 135 if (report == nullptr) { in SendData_() 136 LOG_ERROR("[HOGP] %{public}s:not find report", __func__); in SendData_() 137 } else if (report->character == nullptr) { in SendData_() 138 LOG_ERROR("[HOGP] %{public}s:report character is null", __func__); in SendData_() 142 SendGetReport(report->reportId, *report->character); in SendData_() 145 SendSetReport(*report->character, msg.dataLength_, msg.data_.get()); in SendData_() 173 LOG_ERROR("[HOGP] %{public}s:get report timeout", __func__); in SendGetReport() 202 // Delete report i in SendSetReport() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_expect.c | 48 u32 portid, int report) in nf_ct_unlink_expect_report() 62 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report() 470 u32 portid, int report, unsigned int flags) in nf_ct_expect_related_report() 482 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); in nf_ct_expect_related_report() 517 u32 portid, int report) in nf_ct_expect_iterate_net() 534 nf_ct_unlink_expect_report(exp, portid, report); in nf_ct_expect_iterate_net() 47 nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, u32 portid, int report) nf_ct_unlink_expect_report() argument 469 nf_ct_expect_related_report(struct nf_conntrack_expect *expect, u32 portid, int report, unsigned int flags) nf_ct_expect_related_report() argument 514 nf_ct_expect_iterate_net(struct net *net, bool (*iter)(struct nf_conntrack_expect *e, void *data), void *data, u32 portid, int report) nf_ct_expect_iterate_net() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_pwrctrl.c | 640 struct reportpwrstate_parm report; in cpwm_event_callback() local 642 report.state = PS_STATE_S2; in cpwm_event_callback() 643 cpwm_int_hdl(adapter, &report); in cpwm_event_callback() 664 struct reportpwrstate_parm report; in rpwmtimeout_workitem_callback() local 666 report.state = PS_STATE_S2; in rpwmtimeout_workitem_callback() 667 cpwm_int_hdl(padapter, &report); in rpwmtimeout_workitem_callback()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_expect.c | 48 u32 portid, int report) in nf_ct_unlink_expect_report() 65 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report() 490 u32 portid, int report, unsigned int flags) in nf_ct_expect_related_report() 502 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); in nf_ct_expect_related_report() 537 u32 portid, int report) in nf_ct_expect_iterate_net() 554 nf_ct_unlink_expect_report(exp, portid, report); in nf_ct_expect_iterate_net() 47 nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, u32 portid, int report) nf_ct_unlink_expect_report() argument 489 nf_ct_expect_related_report(struct nf_conntrack_expect *expect, u32 portid, int report, unsigned int flags) nf_ct_expect_related_report() argument 534 nf_ct_expect_iterate_net(struct net *net, bool (*iter)(struct nf_conntrack_expect *e, void *data), void *data, u32 portid, int report) nf_ct_expect_iterate_net() argument
|
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/ |
H A D | cdmasmsmessage_fuzzer.cpp | 132 TeleserviceDeliverReport report; in TestAnalysisDeliverMsg() local 133 m_pCdmaSmsMessage->AnalsisSubmitReport(report); in TestAnalysisDeliverMsg()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_networking_collect.cpp | 35 DeviceNetworkingCollect::DeviceNetworkingCollect(const sptr<IReport>& report) in DeviceNetworkingCollect() argument 36 : ICollectPlugin(report) in DeviceNetworkingCollect() 227 HILOGI("OnDeviceOffline not report size %{public}zu", deviceOnlineSet_.size()); in OnDeviceOffline()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/ |
H A D | nb8800.h | 172 u32 r_addr; /* report address */ 190 /* Status report filled in by hardware */ 191 u32 report; member 209 /* Status report filled in by hardware */ 210 u32 report; member
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_max98090.c | 100 .report = SND_JACK_HEADPHONE, 116 .report = SND_JACK_MICROPHONE,
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | misc.c | 25 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument 31 if (report) { in __exfat_fs_error()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_reporting.c | 92 * report on the new larger page when we make our way in page_reporting_drain() 104 * The page reporting cycle consists of 4 stages, fill, report, drain, and 184 /* release lock before waiting on report processing */ in page_reporting_cycle() 188 err = prdev->report(prdev, sgl, PAGE_REPORTING_CAPACITY); in page_reporting_cycle() 193 /* update budget to reflect call to report function */ in page_reporting_cycle() 204 * since we dropped the lock to report the pages in page_reporting_cycle() 255 /* report the leftover pages before going idle */ in page_reporting_process_zone() 259 err = prdev->report(prdev, sgl, leftover); in page_reporting_process_zone() 261 /* flush any remaining pages out from the last report */ in page_reporting_process_zone()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | misc.c | 26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument 32 if (report) { in __exfat_fs_error()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_reporting.c | 129 * report on the new larger page when we make our way in page_reporting_drain() 141 * The page reporting cycle consists of 4 stages, fill, report, drain, and 221 /* release lock before waiting on report processing */ in page_reporting_cycle() 225 err = prdev->report(prdev, sgl, PAGE_REPORTING_CAPACITY); in page_reporting_cycle() 230 /* update budget to reflect call to report function */ in page_reporting_cycle() 241 * since we dropped the lock to report the pages in page_reporting_cycle() 292 /* report the leftover pages before going idle */ in page_reporting_process_zone() 296 err = prdev->report(prdev, sgl, leftover); in page_reporting_process_zone() 298 /* flush any remaining pages out from the last report */ in page_reporting_process_zone()
|