/third_party/libabigail/src/ |
H A D | abg-comparison.cc | 57 /// 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 D | bluetooth_hid_host_proxy.cpp | 193 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 D | bluetooth_hid_host_stub.cpp | 226 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 D | bluetooth_hid_host_server.cpp | 290 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 D | perform_reporter.cpp | 37 * @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
|
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 225 def report(args): function 254 'report', help='Report fuzzer log' 266 help="report ID, e.g. empty_fuzzer.20200211184850" 276 elif args.command == 'report': 277 report(args)
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 247 report("hscale"); in checkasm_check_sw_scale() 249 report("yuv2yuvX"); in checkasm_check_sw_scale()
|
H A D | videodsp.c | 89 report("emulated_edge_mc"); in checkasm_check_videodsp()
|
H A D | motion.c | 150 report("motion"); in checkasm_check_motion()
|
H A D | jpeg2000dsp.c | 103 report("mct_decode"); in checkasm_check_jpeg2000dsp()
|
H A D | synth_filter.c | 122 report("synth_filter"); in checkasm_check_synth_filter()
|
H A D | v210enc.c | 94 report("planar_pack"); in checkasm_check_v210enc()
|
H A D | af_afir.c | 95 report("fcmul_add"); in checkasm_check_afir()
|
H A D | flacdsp.c | 90 report("decorrelate"); in checkasm_check_flacdsp()
|
/third_party/node/lib/internal/process/ |
H A D | pre_execution.js | 366 ObjectDefineProperty(process, 'report', { 371 const { report } = require('internal/process/report'); 372 return report; 386 if (getOptionValue('--report-on-signal')) { 387 const { addSignalHandler } = require('internal/process/report');
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 49 from _core.report.reporter_helper import ReportConstant 50 from _core.report.reporter_helper import DataHelper 51 from _core.report.reporter_helper import Suite 52 from _core.report.reporter_helper import Case 170 # inherit history report under retry mode 341 from _core.report.result_reporter import ResultReporter 403 LOG.info("Empty report no need to inherit history execute" 406 LOG.info("Empty report '%s' no need to inherit history execute" 416 LOG.info("History report '%s' is empty", history_execute_result) 510 from _core.report [all...] |
/third_party/node/src/ |
H A D | node_zlib.cc | 482 // Because we use zlib off the thread pool, we can not report memory directly 484 // field and later report it back from the main thread. 514 // in order to report it back to V8. 516 ssize_t report = in AdjustAmountOfExternalAllocatedMemory() local 518 if (report == 0) return; in AdjustAmountOfExternalAllocatedMemory() 519 CHECK_IMPLIES(report < 0, zlib_memory_ >= static_cast<size_t>(-report)); in AdjustAmountOfExternalAllocatedMemory() 520 zlib_memory_ += report; in AdjustAmountOfExternalAllocatedMemory() 521 AsyncWrap::env()->isolate()->AdjustAmountOfExternalAllocatedMemory(report); in AdjustAmountOfExternalAllocatedMemory()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf.c | 989 gfx8_read_report_clock_ratios(const uint32_t *report, in gfx8_read_report_clock_ratios() argument 1008 uint32_t unslice_freq = report[0] & 0x1ff; in gfx8_read_report_clock_ratios() 1009 uint32_t slice_freq_low = (report[0] >> 25) & 0x7f; in gfx8_read_report_clock_ratios() 1010 uint32_t slice_freq_high = (report[0] >> 9) & 0x3; in gfx8_read_report_clock_ratios() 1050 const uint32_t *report) in intel_perf_report_timestamp() 1052 return report[1] >> query->perf->oa_timestamp_shift; in intel_perf_report_timestamp() 1049 intel_perf_report_timestamp(const struct intel_perf_query_info *query, const uint32_t *report) intel_perf_report_timestamp() argument
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 583 /* report functions */ in lame_init_params() 584 gfc->report_msg = gfp->report.msgf; in lame_init_params() 585 gfc->report_dbg = gfp->report.debugf; in lame_init_params() 586 gfc->report_err = gfp->report.errorf; in lame_init_params() 1306 /* report functions */ in lame_init_params() 1307 hip_set_errorf(gfc->hip, gfp->report.errorf); in lame_init_params() 1308 hip_set_debugf(gfc->hip, gfp->report.debugf); in lame_init_params() 1309 hip_set_msgf(gfc->hip, gfp->report.msgf); in lame_init_params() 2471 gfp->report.debugf = &lame_report_def; in lame_init_old() 2472 gfp->report in lame_init_old() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect.h | 34 explicit DeviceTimedCollect(const sptr<IReport>& report);
|
H A D | device_networking_collect.h | 56 explicit DeviceNetworkingCollect(const sptr<IReport>& report);
|
/foundation/window/window_manager/utils/include/ |
H A D | perform_reporter.h | 54 bool report(); 84 // report when application startup request window
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.h | 90 int HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) override;
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | core.js | 39 report: {} 118 this.addService('report', new ReportService({id: 'default'})); 123 this.subscribeEvent('spec', this.getDefaultService('report')); 124 this.subscribeEvent('suite', this.getDefaultService('report')); 125 this.subscribeEvent('task', this.getDefaultService('report'));
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi_util.h | 78 uint8_t iface_index, uint16_t report);
|