Home
last modified time | relevance | path

Searched refs:report_message (Results 1 – 25 of 89) sorted by relevance

1234

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HLE/
H A DHLE_OS.cpp49 std::string report_message; in HLE_GeneralDebugPrint() local
59 report_message = GetStringVA(4, parameter_type); in HLE_GeneralDebugPrint()
64 report_message = GetStringVA(5, parameter_type); in HLE_GeneralDebugPrint()
72 report_message = GetStringVA(3, parameter_type); in HLE_GeneralDebugPrint()
81 StringPopBackIf(&report_message, '\n'); in HLE_GeneralDebugPrint()
103 std::string report_message = GetStringVA(4); in HLE_write_console() local
107 if (size > report_message.size()) in HLE_write_console()
112 report_message = report_message.substr(0, size); in HLE_write_console()
119 StringPopBackIf(&report_message, '\n'); in HLE_write_console()
135 StringPopBackIf(&report_message, '\n'); in HLE_LogDPrint()
[all …]
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/test/async_tests/
H A Dtest_async.py64 from rollbar.lib._async import report_message, run
66 uuid = run(report_message('foo'))
103 from rollbar.lib._async import report_message, run
141 run(report_message('foo'))
177 run(report_message('foo'))
211 run(report_message('foo', 'error'))
309 await report_message('foo')
380 await report_message('foo')
384 rollbar.report_message('foo')
460 await report_message('foo')
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dverify_reports.c126 char *report_message; in ReportToLog() local
127 xasprintf(&report_message, "R: %s", message); in ReportToLog()
129 fputs(report_message, stdout); in ReportToLog()
131 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
133 free(report_message); in ReportToLog()
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Dverify_reports.c126 char *report_message; in ReportToLog() local
127 xasprintf(&report_message, "R: %s", message); in ReportToLog()
129 fputs(report_message, stdout); in ReportToLog()
131 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
133 free(report_message); in ReportToLog()
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/profiles/
H A Dfontval.py125 def report_message(msg, details): function
212 yield PASS, report_message(msg, data["details"])
219 yield status, Message("fontval-error", report_message(msg, data["details"]))
222 yield WARN, Message("fontval-warn", report_message(msg, data["details"]))
225 yield INFO, Message("fontval-info", report_message(msg, data["details"]))
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dverify_reports.c138 char *report_message; in ReportToLog() local
139 xasprintf(&report_message, "R: %s", message); in ReportToLog()
141 fputs(report_message, stdout); in ReportToLog()
143 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
145 free(report_message); in ReportToLog()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dverify_reports.c138 char *report_message; in ReportToLog() local
139 xasprintf(&report_message, "R: %s", message); in ReportToLog()
141 fputs(report_message, stdout); in ReportToLog()
143 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
145 free(report_message); in ReportToLog()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dverify_reports.c138 char *report_message; in ReportToLog() local
139 xasprintf(&report_message, "R: %s", message); in ReportToLog()
141 fputs(report_message, stdout); in ReportToLog()
143 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
145 free(report_message); in ReportToLog()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dverify_reports.c138 char *report_message; in ReportToLog() local
139 xasprintf(&report_message, "R: %s", message); in ReportToLog()
141 fputs(report_message, stdout); in ReportToLog()
143 LogToSystemLog(report_message, LOG_LEVEL_NOTICE); in ReportToLog()
145 free(report_message); in ReportToLog()
/dports/math/chuffed/chuffed-e04bedd/chuffed/parallel/
H A Dslave.cpp19 , report_message (sizeof(Report)/sizeof(int),0) in Slave()
144 Report& r = *((Report*) (int*) report_message); in sendReport()
151 MPI_Bsend((int*) report_message, report_message.size(), MPI_INT, 0, REPORT_TAG, MPI_COMM_WORLD); in sendReport()
153 profile_end("send result", report_message.size()); in sendReport()
157 report_message.clear(); in sendReport()
158 report_message.growTo(sizeof(Report)/sizeof(int),0); in sendReport()
334 sat.temp_sc->pushInVec(report_message); in shareClause()
335 ((Report*) (int*) report_message)->num_learnts++; in shareClause()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/power_sequencer/operators/
H A Ddelete_direct.py78 report_message = "Deleted " + str(len(selection)) + " sequence"
79 report_message += "s" if len(selection) > 1 else ""
80 self.report({"INFO"}, report_message)
H A Dcopy_selected_sequences.py91 report_message = "{!s} {!s} sequence{!s} to the clipboard.".format(
94 self.report({"INFO"}, report_message)
/dports/biology/p5-TrimGalore/TrimGalore-0.6.5/
H A Dtrim_galore39 my $report_message; # stores result of adapter auto-detection
341 ($adapter,$adapter_name,$report_message) = autodetect_adapter_type();
450 if ($report_message){
452 print REPORT $report_message;
1933 my $report_message;
1972 …$report_message .= "Defaulting to Illumina universal adapter ( AGATCGGAAGAGC ). Specify -a SEQUENC…
1979 …$report_message .= "Defaulting to Illumina universal adapter ( AGATCGGAAGAGC ). Specify -a SEQUENC…
1999 …$report_message .= "Defaulting to Illumina universal adapter ( AGATCGGAAGAGC ). Specify -a SEQUENC…
2015 …$report_message .= "Defaulting to Illumina universal adapter ( AGATCGGAAGAGC ). Specify -a SEQUENC…
2021 …$report_message .= "Defaulting to Nextera adapter as next best option ( CTGTCTCTTATA ). Specify -a…
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/torrentlist/
H A Dadd_torrents_popup.py23 torrentlist.report_message(
32 torrentlist.report_message('Torrent Add Report', msg)
71 torrentlist.report_message(
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_data/sanity/import/
H A Dimporter.py270report_message(path, line, offset, 'traceback', '%s: %s' % (exc_type.__name__, message), messages)
312report_message(path, 0, 0, 'unload', 'unloading of "%s" in sys.modules is not supported' % module,…
315report_message(path, 0, 0, 'reload', 'reloading of "%s" in sys.modules is not supported' % module,…
361 report_message(path, 0, 0, 'stdout', first, messages)
365 report_message(path, 0, 0, 'stderr', first, messages)
367 def report_message(path, line, column, code, message, messages): function
397report_message(path, 0, 0, 'metapath', 'changes to sys.meta_path[0] are not permitted', messages)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_data/sanity/import/
H A Dimporter.py295report_message(path, line, offset, 'traceback', '%s: %s' % (exc_type.__name__, message), messages)
337report_message(path, 0, 0, 'unload', 'unloading of "%s" in sys.modules is not supported' % module,…
340report_message(path, 0, 0, 'reload', 'reloading of "%s" in sys.modules is not supported' % module,…
389 report_message(path, 0, 0, 'stdout', first, messages)
393 report_message(path, 0, 0, 'stderr', first, messages)
395 def report_message(path, line, column, code, message, messages):
432report_message(path, 0, 0, 'metapath', 'changes to sys.meta_path[0] are not permitted', messages)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_data/sanity/import/
H A Dimporter.py284report_message(path, line, offset, 'traceback', '%s: %s' % (exc_type.__name__, message), messages)
326report_message(path, 0, 0, 'unload', 'unloading of "%s" in sys.modules is not supported' % module,…
329report_message(path, 0, 0, 'reload', 'reloading of "%s" in sys.modules is not supported' % module,…
378 report_message(path, 0, 0, 'stdout', first, messages)
382 report_message(path, 0, 0, 'stderr', first, messages)
384 def report_message(path, line, column, code, message, messages):
415report_message(path, 0, 0, 'metapath', 'changes to sys.meta_path[0] are not permitted', messages)
/dports/www/g-cows/g-cows-1.12/src/
H A Dcows_options.C295 std::ostringstream report_message; in dump_report() local
297 report_message << in << " > " << out << " [ " in dump_report()
301 cerr << report_message.str (); in dump_report()
308 report_stream << report_message.rdbuf (); in dump_report()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/devel/lightning/lightning-2.1.3/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/check/
H A Dallocai.tst6 report_message:
88 pushargi report_message
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dwebvtt.c420 GF_Err (*report_message)(void *, GF_Err, char *, const char *); member
562 … void *user, GF_Err (*report_message)(void *, GF_Err, char *, const char *), in gf_webvtt_parser_init()
583 parser->report_message = report_message; in gf_webvtt_parser_init()
617 parser->report_message = NULL; in gf_webvtt_parser_reset()
852 parser->report_message(parser->user, e, "Error scanning WebVTT cue timing in %s", line); in gf_webvtt_parser_parse_timings_settings()
858 parser->report_message(parser->user, e, "Bad VTT timestamp formatting %s", timestamp_string); in gf_webvtt_parser_parse_timings_settings()
865 parser->report_message(parser->user, e, "Error scanning WebVTT cue timing in %s", line); in gf_webvtt_parser_parse_timings_settings()
870 parser->report_message(parser->user, e, "Error scanning WebVTT cue timing in %s", line); in gf_webvtt_parser_parse_timings_settings()
877 parser->report_message(parser->user, e, "Error scanning WebVTT cue timing in %s", line); in gf_webvtt_parser_parse_timings_settings()
887 parser->report_message(parser->user, e, "Bad VTT timestamp formatting %s", timestamp_string); in gf_webvtt_parser_parse_timings_settings()
[all …]

1234