/third_party/ffmpeg/tests/ |
H A D | fate.sh | 85 report(){ function 87 echo "fate:1:${date}:${slot}:${version}:$1:$2:${branch}:${comment}" >report 88 cat ${build}/ffbuild/config.fate >>report 89 cat ${build}/tests/data/fate/*.rep >>report 2>/dev/null || for i in ${build}/tests/data/fate/*.rep ; do cat "$i" >>report 2>/dev/null; done 90 test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv 94 report "$@" 121 report 0 success
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_evt.c | 46 HciLeAdvertisingReport *report = (HciLeAdvertisingReport *)(param + offset); in HciLeAdvertisingReportEventFilter() local 48 offset += report->lengthData; in HciLeAdvertisingReportEventFilter() 49 offset += sizeof(report->rssi); in HciLeAdvertisingReportEventFilter() 50 BtmFilterAddress((uint8_t *)&report->address, BT_ADDRESS_SIZE); in HciLeAdvertisingReportEventFilter() 70 HciLeDirectedAdvertisingReport *report = (HciLeDirectedAdvertisingReport *)(param + offset); in HciLeDirectedAdvertisingReportEventFilter() local 72 BtmFilterAddress((uint8_t *)&report->address, BT_ADDRESS_SIZE); in HciLeDirectedAdvertisingReportEventFilter() 73 BtmFilterAddress((uint8_t *)&report->directAddress, BT_ADDRESS_SIZE); in HciLeDirectedAdvertisingReportEventFilter() 84 HciLeExtendedAdvertisingReport *report = (HciLeExtendedAdvertisingReport *)(param + offset); in HciLeExtendedAdvertisingReportEventFilter() local 86 offset += report->dataLength; in HciLeExtendedAdvertisingReportEventFilter() 87 offset += report in HciLeExtendedAdvertisingReportEventFilter() [all...] |
/third_party/unity/test/ |
H A D | rakefile_helper.rb | 162 report "Styling C Code..." 170 report "Styling C:PASS" 174 report command_string if $verbose 176 report(output) if ($verbose && !output.nil? && !output.empty?) || (!$?.nil? && !$?.exitstatus.zero? && !ok_to_fail) 188 report summary.run 196 report output unless $verbose # Verbose already prints this line, as does a failure 203 report "\nRunning Fixture Addon" 229 report "\nRunning Memory Addon #{name}" 252 report "\nRunning Unity system tests" 262 report("Skippin [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_rgb.c | 45 static void check_shuffle_bytes(void * func, const char * report) in check_shuffle_bytes() argument 60 if (check_func(func, "%s", report)) { in check_shuffle_bytes() 187 report("shuffle_bytes_2103"); in checkasm_check_sw_rgb() 190 report("shuffle_bytes_0321"); in checkasm_check_sw_rgb() 193 report("shuffle_bytes_1230"); in checkasm_check_sw_rgb() 196 report("shuffle_bytes_3012"); in checkasm_check_sw_rgb() 199 report("shuffle_bytes_3210"); in checkasm_check_sw_rgb() 202 report("uyvytoyuv422"); in checkasm_check_sw_rgb() 205 report("interleave_bytes"); in checkasm_check_sw_rgb()
|
H A D | sbrdsp.c | 262 report("sum64x5"); in checkasm_check_sbrdsp() 266 report("sum_square"); in checkasm_check_sbrdsp() 270 report("neg_odd_64"); in checkasm_check_sbrdsp() 274 report("qmf_pre_shuffle"); in checkasm_check_sbrdsp() 278 report("qmf_post_shuffle"); in checkasm_check_sbrdsp() 282 report("qmf_deint_neg"); in checkasm_check_sbrdsp() 286 report("qmf_deint_bfly"); in checkasm_check_sbrdsp() 290 report("autocorrelate"); in checkasm_check_sbrdsp() 294 report("hf_gen"); in checkasm_check_sbrdsp() 298 report("hf_g_fil in checkasm_check_sbrdsp() [all...] |
H A D | llviddsp.c | 110 static void check_add_left_pred(LLVidDSPContext c, int width, int acc, const char * report) in check_add_left_pred() argument 124 if (check_func(c.add_left_pred, "%s", report)) { in check_add_left_pred() 139 static void check_add_left_pred_16(LLVidDSPContext c, unsigned mask, int width, unsigned acc, const char * report) in check_add_left_pred_16() argument 153 if (check_func(c.add_left_pred_int16, "%s", report)) { in check_add_left_pred_16() 204 report("add_bytes"); in checkasm_check_llviddsp() 207 report("add_median_pred"); in checkasm_check_llviddsp() 210 report("add_left_pred_zero"); in checkasm_check_llviddsp() 213 report("add_left_pred_rnd_acc"); in checkasm_check_llviddsp() 216 report("add_left_pred_int16"); in checkasm_check_llviddsp() 219 report("add_gradient_pre in checkasm_check_llviddsp() [all...] |
H A D | opusdsp.c | 92 report("postfilter_15"); in checkasm_check_opusdsp() 96 report("postfilter_512"); in checkasm_check_opusdsp() 100 report("postfilter_1022"); in checkasm_check_opusdsp() 104 report("deemphasis"); in checkasm_check_opusdsp()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 204 LatencyReport *report) { in measureLatencyFromPulse() 206 report->latencyInFrames = 0; in measureLatencyFromPulse() 207 report->confidence = 0.0; in measureLatencyFromPulse() 250 report->latencyInFrames = peakIndex; in measureLatencyFromPulse() 251 report->confidence = peakCorrelation; in measureLatencyFromPulse() 447 std::stringstream report; variable 448 report << "PulseLatencyAnalyzer ---------------\n"; 449 report << LOOPBACK_RESULT_TAG "test.state = " 451 report << LOOPBACK_RESULT_TAG "test.state.name = " 453 report << LOOPBACK_RESULT_TA 202 measureLatencyFromPulse(AudioRecording &recorded, AudioRecording &pulse, LatencyReport *report) measureLatencyFromPulse() argument [all...] |
/third_party/node/deps/npm/lib/utils/ |
H A D | reify-output.js | 15 const npmAuditReport = require('npm-audit-report') 30 // set the exitCode properly from the audit report, if we have one. 126 // if we're running `npm audit fix`, then we print the full audit report 129 // report. if we get here, we know it's not quiet or json. 130 // If the loglevel is silent, then we just run the report 132 const printAuditReport = (npm, report) => { 133 const res = getAuditReport(npm, report) 134 if (!res || !res.report) { 137 npm.output(`\n${res.report}`) 140 const getAuditReport = (npm, report) [all...] |
/third_party/libabigail/src/ |
H A D | abg-leaf-reporter.cc | 72 /// @param mapp the set of diffs to report for. 74 /// @param out the output stream to report the diffs to. 109 (*i)->get_canonical_diff()->report(out, indent + " "); in report_diffs() 117 /// @param maps the set of diffs to report. 119 /// @param out the output stream to report the diffs to. 146 // It doesn't make sense to report function type changes, does it? in report_type_changes_from_diff_maps() 158 /// @param maps the set of diffs to report. 160 /// @param out the output stream to report the diffs to. 179 /// @param out the output stream to report to. 183 leaf_reporter::report(cons function in abigail::comparison::leaf_reporter 203 leaf_reporter::report(const qualified_type_diff& d, ostream& out, report() function in abigail::comparison::leaf_reporter 217 leaf_reporter::report(const pointer_diff &d, report() function in abigail::comparison::leaf_reporter 240 leaf_reporter::report(const reference_diff& d, report() function in abigail::comparison::leaf_reporter 256 leaf_reporter::report(const fn_parm_diff& d, report() function in abigail::comparison::leaf_reporter 284 leaf_reporter::report(const function_type_diff& d, report() function in abigail::comparison::leaf_reporter 319 leaf_reporter::report(const scope_diff& d, report() function in abigail::comparison::leaf_reporter 439 leaf_reporter::report(const array_diff& d, report() function in abigail::comparison::leaf_reporter 474 leaf_reporter::report(const class_or_union_diff& d, report() function in abigail::comparison::leaf_reporter 670 leaf_reporter::report(const class_diff& d, report() function in abigail::comparison::leaf_reporter 707 leaf_reporter::report(const union_diff& d, report() function in abigail::comparison::leaf_reporter 736 leaf_reporter::report(const distinct_diff& d, report() function in abigail::comparison::leaf_reporter 767 leaf_reporter::report(const function_decl_diff& d, report() function in abigail::comparison::leaf_reporter 937 leaf_reporter::report(const var_diff& d, report() function in abigail::comparison::leaf_reporter 974 leaf_reporter::report(const translation_unit_diff& d, report() function in abigail::comparison::leaf_reporter 990 leaf_reporter::report(const corpus_diff& d, report() function in abigail::comparison::leaf_reporter [all...] |
H A D | abg-default-reporter.cc | 58 /// Ouputs a report of the differences between of the two type_decl 63 /// @param out the output stream to emit the report to. 67 default_reporter::report(const type_decl_diff& d, in report() function in abigail::comparison::default_reporter 103 /// @param out the output stream to send the report to. 107 default_reporter::report(const enum_diff& d, ostream& out, in report() function in abigail::comparison::default_reporter 146 d.underlying_type_diff()->report(out, indent); in report() 148 //report deletions/insertions/change of enumerators in report() 219 /// For a @ref typedef_diff node, report the local changes to the 227 /// @param out the output stream to report to. 262 /// @param out the output stream to emit the report t 266 default_reporter::report(const typedef_diff& d, report() function in abigail::comparison::default_reporter 358 default_reporter::report(const qualified_type_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 396 default_reporter::report(const pointer_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 468 default_reporter::report(const reference_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 503 default_reporter::report(const fn_parm_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 616 default_reporter::report(const function_type_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 660 default_reporter::report(const array_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 695 default_reporter::report(const base_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 748 default_reporter::report(const scope_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 878 default_reporter::report(const class_or_union_diff& d, report() function in abigail::comparison::default_reporter 1252 default_reporter::report(const class_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 1370 default_reporter::report(const union_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 1422 default_reporter::report(const distinct_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 1460 default_reporter::report(const function_decl_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 1642 default_reporter::report(const var_diff& d, ostream& out, report() function in abigail::comparison::default_reporter 1681 default_reporter::report(const translation_unit_diff& d, report() function in abigail::comparison::default_reporter 1697 default_reporter::report(const corpus_diff& d, ostream& out, report() function in abigail::comparison::default_reporter [all...] |
/third_party/benchmark/test/ |
H A D | benchmark_min_time_flag_iters_test.cc | 20 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE { 21 assert(report.size() == 1); 22 iter_nums_.push_back(report[0].iterations); 23 ConsoleReporter::ReportRuns(report);
|
H A D | spec_arg_test.cc | 24 void ReportRuns(const std::vector<Run>& report) override { 25 assert(report.size() == 1); 26 matched_functions.push_back(report[0].run_name.function_name); 27 ConsoleReporter::ReportRuns(report);
|
/third_party/node/test/addons/report-api/ |
H A D | test.js | 6 const helper = require('../../common/report.js'); 14 process.report.directory = tmpdir.path; 21 const report = reports[0]; 22 helper.validate(report, [ 27 const content = require(report);
|
/third_party/node/test/parallel/ |
H A D | test-assert-calltracker-report.js | 5 // This test ensures that the assert.CallTracker.report() works as intended. 14 assert.strictEqual(tracker.report()[0].operator, 'foo'); 20 assert.strictEqual(typeof tracker.report()[0], 'undefined'); 26 assert.strictEqual(tracker.report()[0].operator, 'foo');
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | rrm.c | 27 "RRM: Unexpected neighbor report timeout"); in wpas_rrm_neighbor_rep_timeout_handler() 31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler() 57 * wpas_rrm_process_neighbor_rep - Handle incoming neighbor report 59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token 60 * @report_len: Length of neighbor report buffer 63 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() 67 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep() 71 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) { in wpas_rrm_process_neighbor_rep() 73 "RRM: Discarding neighbor report wit in wpas_rrm_process_neighbor_rep() 62 wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s, const u8 *report, size_t report_len) wpas_rrm_process_neighbor_rep() argument 373 struct wpabuf *report = wpabuf_alloc(len + 3); wpas_rrm_send_msr_report_mpdu() local 1364 struct wpabuf *report; wpas_rrm_handle_radio_measurement_request() local 1405 struct rrm_link_measurement_report report; wpas_rrm_handle_link_measurement_request() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | rrm.c | 27 "RRM: Unexpected neighbor report timeout"); in wpas_rrm_neighbor_rep_timeout_handler() 31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler() 57 * wpas_rrm_process_neighbor_rep - Handle incoming neighbor report 59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token 60 * @report_len: Length of neighbor report buffer 63 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() 67 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep() 71 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) { in wpas_rrm_process_neighbor_rep() 73 "RRM: Discarding neighbor report wit in wpas_rrm_process_neighbor_rep() 62 wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s, const u8 *report, size_t report_len) wpas_rrm_process_neighbor_rep() argument 383 struct wpabuf *report = wpabuf_alloc(len + 3); wpas_rrm_send_msr_report_mpdu() local 1386 struct wpabuf *report; wpas_rrm_handle_radio_measurement_request() local 1427 struct rrm_link_measurement_report report; wpas_rrm_handle_link_measurement_request() local [all...] |
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_ability_callback_death_recipient.cpp | 42 auto report = DelayedSingleton<CallAbilityReportProxy>::GetInstance(); in OnRemoteDied() local 43 if (report == nullptr) { in OnRemoteDied() 44 TELEPHONY_LOGE("report is nullptr"); in OnRemoteDied() 47 report->UnRegisterCallBack(object.promote()); in OnRemoteDied()
|
H A D | app_state_observer.cpp | 37 auto report = DelayedSingleton<CallAbilityReportProxy>::GetInstance(); in OnProcessDied() local 38 if (report == nullptr) { in OnProcessDied() 39 TELEPHONY_LOGE("report is nullptr"); in OnProcessDied() 42 unregisterCallbackQueue.submit([=]() { report->UnRegisterCallBack(std::to_string(processData.pid)); }); in OnProcessDied()
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 30 from _core.report.reporter_helper import DataHelper 31 from _core.report.reporter_helper import ReportConstant 60 LOG.info("No need upload summary report") 66 Uploader.upload_unavailable_result(str(error_message) or "summary report not exists", 80 report = Uploader._get_report_path( 83 (task_name, task_result, error_msg, start_time, end_time, report)) 113 "start": start, "end": end, "report": report_path, 121 "report": ""} 156 LOG.info("Upload report end") 211 def _get_report_path(cls, base_path, report [all...] |
/third_party/node/lib/internal/test_runner/ |
H A D | utils.js | 320 let report = `${color}${prefix}start of coverage report\n`; 379 if (table) report += addTableLine(prefix, tableWidth); 380 report += `${prefix}${getCell('file', filePadLength, StringPrototypePadEnd, truncateEnd)}${kSeparator}` + 383 if (table) report += addTableLine(prefix, tableWidth); 398 report += `${prefix}${getCell(relativePath, filePadLength, StringPrototypePadEnd, truncateStart, fileCoverage)}${kSeparator}` + 404 if (table) report += addTableLine(prefix, tableWidth); 405 report += `${prefix}${getCell('all files', filePadLength, StringPrototypePadEnd, truncateEnd)}${kSeparator}` + 407 if (table) report += addTableLine(prefix, tableWidth); 409 report [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor.y | 126 context->diagnostics->report(context->errorSettings.unexpectedIdentifier, 209 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT, 234 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT, 262 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO, 288 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO, 357 context->diagnostics->report(angle::pp::Diagnostics::PP_INTEGER_OVERFLOW, 419 context->diagnostics->report(angle::pp::Diagnostics::PP_INVALID_EXPRESSION, 457 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); 462 mDiagnostics->report(Diagnostics::PP_INTERNAL_ERROR, token->location, "");
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.y | 138 context->diagnostics->report(context->errorSettings.unexpectedIdentifier, 221 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, 246 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, 274 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO, 300 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO, 369 context->diagnostics->report(pp::Diagnostics::PP_INTEGER_OVERFLOW, 431 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION, 467 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, ""); 472 mDiagnostics->report(Diagnostics::PP_INTERNAL_ERROR, token->location, "");
|
/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 161 report "Styling C Code..." 169 report "Styling C:PASS" 173 report command_string if $verbose 175 report(output) if $verbose && !output.nil? && !output.empty? 187 report summary.run 191 report 'Running Unity system tests...' 254 report output unless $verbose # Verbose already prints this line, as does a failure
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_query.c | 93 uint32_t report; member 117 q->report = 1; in nv30_query_create() 123 q->report = 1; in nv30_query_create() 130 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0); in nv30_query_create() 158 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start); in nv30_query_begin() 165 PUSH_DATA (push, q->report); in nv30_query_begin() 187 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start); in nv30_query_end()
|