Home
last modified time | relevance | path

Searched refs:std_err (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/dports/devel/R-cran-sys/sys/R/
H A Dexec.R106 std_err <- if(isTRUE(std_err) || identical(std_err, "")){
109 std_err <- file(normalizePath(std_err, mustWork = FALSE))
110 } else std_err
136 if(!isOpen(std_err)){
137 open(std_err, "wb")
143 flush(std_err)
148 flush(std_err)
152 if(!length(formals(std_err)))
154 std_err
165 if(!is.character(std_err) && !is.logical(std_err))
[all …]
H A Dcallr.R27 r_wait <- function(args = '--vanilla', std_out = stdout(), std_err = stderr(), std_in = NULL){ argument
28 exec_wait(rbin(), args = args, std_out = std_out, std_err = std_err, std_in = std_in)
39 r_background <- function(args = '--vanilla', std_out = TRUE, std_err = TRUE, std_in = NULL){ argument
40 exec_background(rbin(), args = args, std_out = std_out, std_err = std_err, std_in = std_in)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dexec_process_unittest.cc26 std::string* std_err, in ExecPython() argument
46 std::string std_out, std_err; in TEST() local
70 std::string std_out, std_err; in TEST() local
80 std::string std_out, std_err; in TEST() local
89 EXPECT_EQ(10001u, std_err.size()); in TEST()
92 std_err.clear(); in TEST()
99 EXPECT_EQ(10001u, std_err.size()); in TEST()
103 std::string std_out, std_err; in TEST() local
110 EXPECT_EQ(std_err.size(), 0u); in TEST()
113 std_err.clear(); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dexec_process_unittest.cc26 std::string* std_err, in ExecPython() argument
46 std::string std_out, std_err; in TEST() local
70 std::string std_out, std_err; in TEST() local
80 std::string std_out, std_err; in TEST() local
89 EXPECT_EQ(10001u, std_err.size()); in TEST()
92 std_err.clear(); in TEST()
99 EXPECT_EQ(10001u, std_err.size()); in TEST()
103 std::string std_out, std_err; in TEST() local
110 EXPECT_EQ(std_err.size(), 0u); in TEST()
113 std_err.clear(); in TEST()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dexec_process_unittest.cc26 std::string* std_err, in ExecPython() argument
46 std::string std_out, std_err; in TEST() local
70 std::string std_out, std_err; in TEST() local
80 std::string std_out, std_err; in TEST() local
89 EXPECT_EQ(10001u, std_err.size()); in TEST()
92 std_err.clear(); in TEST()
99 EXPECT_EQ(10001u, std_err.size()); in TEST()
103 std::string std_out, std_err; in TEST() local
110 EXPECT_EQ(std_err.size(), 0u); in TEST()
113 std_err.clear(); in TEST()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsblockingprocess.py50 def std_err(ba): function
53 std_err.val = ''
71 def std_err(ba): function
74 std_err.val = ''
103 def std_err(ba): function
106 std_err.val = ''
126 def std_err(ba): function
129 std_err.val = ''
158 def std_err(ba): function
161 std_err.val = ''
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/lex/
H A DMainlex.sml19 (output(std_err,
23 output(std_err, s); output(std_err,"\n\n");
24 flush_out std_err;
41 (output(std_err, "Usage: mosmllex <input file>\n");
42 flush_out std_err;
59 (output(std_err, "Syntax error around char ");
61 output(std_err, ".\n"); flush_out std_err;
64 (output(std_err, "Lexical error around char ");
66 output(std_err, ": ");
67 output(std_err, s);
[all …]
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_ab7_symmetry.F90125 if (AB_DBG) write(std_err,*) "AB symmetry: create a new token."
181 if (AB_DBG) write(std_err,*) "AB symmetry: free done"
285 if (AB_DBG) write(std_err,*) "AB symmetry: free a symmetry."
491 if (AB_DBG) write(std_err,*) "AB symmetry: call set spin."
539 if (AB_DBG) write(std_err,"(A,I3)") " ", spinAt(i)
612 if (AB_DBG) write(std_err,*) "AB symmetry: call set field."
748 if (AB_DBG) write(std_err,*) "AB symmetry: call ABINIT OK."
854 if (AB_DBG) write(std_err, "(A,I3)") " nSym:", sym%nSym
912 if (AB_DBG) write(std_err,*) "AB symmetry: call get nSym."
947 if (AB_DBG) write(std_err,*) "AB symmetry: call get nSym."
[all …]
/dports/games/openbor/openbor-3caaddd5/tools/borpak/source/
H A Dborpak.c58 void std_err(void);
163 if(!fd) std_err(); in main()
200 if(!fd) std_err(); in main()
225 if(!pn.name) std_err(); in main()
262 if(!fdi) std_err(); in put_file()
287 if(!ps->next) std_err(); in put_file()
291 if(!pnp) std_err(); in put_file()
330 if(!fdo) std_err(); in get_file()
382 std_err(); in recursive_dir()
397 std_err(); in recursive_dir()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
215 PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
242 PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
255 PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
260 PR_fprintf(std_err, "Monitor released second time\n"); in ReentrantMonitor()
264 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
324 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
390 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
489 std_err = PR_STDERR; in main()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
215 PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
242 PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
255 PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
260 PR_fprintf(std_err, "Monitor released second time\n"); in ReentrantMonitor()
264 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
324 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
390 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
489 std_err = PR_STDERR; in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
214 if (debug_mode) PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
233 if (debug_mode) PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
244 if (debug_mode) PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
250 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
310 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
376 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
467 std_err = PR_STDERR; in main()
468 PR_fprintf(std_err, "Lock: Using %d loops\n", loops); in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
214 if (debug_mode) PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
233 if (debug_mode) PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
244 if (debug_mode) PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
250 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
310 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
376 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
467 std_err = PR_STDERR; in main()
468 PR_fprintf(std_err, "Lock: Using %d loops\n", loops); in main()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
215 PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
242 PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
255 PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
260 PR_fprintf(std_err, "Monitor released second time\n"); in ReentrantMonitor()
264 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
324 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
390 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
489 std_err = PR_STDERR; in main()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
215 PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
242 PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
255 PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
260 PR_fprintf(std_err, "Monitor released second time\n"); in ReentrantMonitor()
264 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
324 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
390 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
489 std_err = PR_STDERR; in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dlock.c59 static PRFileDesc *std_err = NULL; variable
176 std_err, "Access ratio: %u to %u\n", in ContentiousLock()
215 PR_fprintf(std_err, "Reentrant thread created\n"); in TryEntry()
242 PR_fprintf(std_err, "Monitor acquired twice\n"); in ReentrantMonitor()
255 PR_fprintf(std_err, "Monitor released first time\n"); in ReentrantMonitor()
260 PR_fprintf(std_err, "Monitor released second time\n"); in ReentrantMonitor()
264 if (debug_mode) PR_fprintf(std_err, in ReentrantMonitor()
324 std_err, "Access ratio: %u to %u\n", in ContentiousMonitor()
390 std_err, "Access ratio: %u to %u\n", in ContentiousCMonitor()
489 std_err = PR_STDERR; in main()
[all …]
/dports/games/openbor/openbor-3caaddd5/tools/borplay/source/
H A Dborplay.c55 void std_err(void);
139 if(!fname) std_err(); in main()
146 MYFOPEN std_err(); in main()
161 if(fseek(fd, -4, SEEK_END) < 0) std_err(); in main()
164 if(fseek(fd, off, SEEK_SET) < 0) std_err(); in main()
180 if(fseek(fd, off, SEEK_SET) < 0) std_err(); in main()
201 if(fseek(fd, off, SEEK_SET) < 0) std_err(); in borplay()
245 if(fseek(fd, bh.datastart, SEEK_CUR) < 0) std_err(); in borplay()
250 if(!in) std_err(); in borplay()
252 if(!out) std_err(); in borplay()
[all …]
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/tests/
H A Dtest_integration_protocol.py13 std_out, std_err, status_code = protocol_real.get_command_output(
16 assert len(std_err) == 0
55 std_out, std_err, status_code = protocol_real.get_command_output(shell_id, command_id)
65 std_out, std_err, status_code = protocol_real.get_command_output(
70 assert len(std_err) == 0
81 std_out, std_err, status_code = protocol_real.get_command_output(
85 assert len(std_err) == 0
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qsharedpointer/
H A Dexternaltests.cpp163 QByteArray std_err; member in QTest::QExternalTestPrivate
294 return d->std_err; in standardError()
326 QString::fromLocal8Bit(d->std_err), in errorReport()
339 std_err.clear(); in clear()
622 std_err += "### --- stderr from qmake --- ###\n"; in runQmake()
626 std_err += "qmake: "; in runQmake()
627 std_err += qmake.errorString().toLocal8Bit(); in runQmake()
633 std_err += qmake.readAllStandardError(); in runQmake()
682 std_err += "make: "; in runMake()
683 std_err += make.errorString().toLocal8Bit(); in runMake()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/GCode/
H A DPostProcessor.cpp146 static int run_script(const std::string &script, const std::string &gcode, std::string &std_err) in run_script() argument
164 process::child child(shell, "-c", command, process::std_err > istd_err); in run_script()
166 std_err.clear(); in run_script()
170 std_err.append(line); in run_script()
171 std_err.push_back('\n'); in run_script()
207 std::string std_err; in run_post_process_scripts() local
208 const int result = run_script(script, gcode_file.string(), std_err); in run_post_process_scripts()
210 …const std::string msg = std_err.empty() ? (boost::format("Post-processing script %1% on file %2% f… in run_post_process_scripts()
211 …%1% on file %2% failed.\nError code: %3%\nOutput:\n%4%") % script % path % result % std_err).str(); in run_post_process_scripts()
/dports/devel/R-cran-sys/sys/tests/testthat/
H A Dtest-error.R24 expect_error(exec_wait("doesnotexist", std_out = FALSE, std_err = FALSE), "Failed to execute")
25 …expect_error(exec_background("doesnotexist", std_out = FALSE, std_err = FALSE), "Failed to execute…
28 expect_is(exec_wait("ping", "999.999.999.999.999", std_err = FALSE, std_out = FALSE), "integer")
29 …expect_is(exec_background("ping", "999.999.999.999.999", std_err = FALSE, std_out = FALSE), "integ…
/dports/biology/bbmap/bbmap/pytools/lib/
H A Dcommon.py168 std_err = None
179 std_out, std_err = p.communicate()
182 post_mortem_cmd(cmd, exit_code, std_out, std_err, log)
184 return std_out, std_err, exit_code
195 def post_mortem_cmd(cmd, exit_code, std_out, std_err, log = None): argument
212 if std_err:
214 log.error("- std_err: %s", std_err)
216 print "- std_err: %s" % (std_err)
491 std_out, std_err, exit_code = run_command(cmd, True)
641 std_out, std_err, exit_code = run_command(cmd, True)
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/stats/
H A Djackknife.py167 std_err = np.sqrt((n-1)*np.mean((jack_stat - mean_jack_stat)*(jack_stat -
174 conf_interval = estimate + z_score*np.array((-std_err, std_err))
176 return estimate, bias, std_err, conf_interval
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyvc/src/
H A Dvc_fossil.c121 gchar *std_err = NULL; in get_base_dir() local
154 gchar *std_err; in in_vc_fossil() local
269 fossil_revert_dir(gchar ** std_out, gchar ** std_err, const gchar * path, in fossil_revert_dir() argument
284 std_out, std_err, path, list, message); in fossil_revert_dir()
290 fossil_status_extra(gchar ** std_out, gchar ** std_err, const gchar * path, in fossil_status_extra() argument
300 std_out, std_err, path, list, message); in fossil_status_extra()
319 if (std_err) in fossil_status_extra()
321 std_err1 = *std_err; in fossil_status_extra()
322 *std_err = NULL; in fossil_status_extra()
326 std_out, std_err, path, list, message); in fossil_status_extra()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyvc/src/
H A Dvc_fossil.c121 gchar *std_err = NULL; in get_base_dir() local
154 gchar *std_err; in in_vc_fossil() local
269 fossil_revert_dir(gchar ** std_out, gchar ** std_err, const gchar * path, in fossil_revert_dir() argument
284 std_out, std_err, path, list, message); in fossil_revert_dir()
290 fossil_status_extra(gchar ** std_out, gchar ** std_err, const gchar * path, in fossil_status_extra() argument
300 std_out, std_err, path, list, message); in fossil_status_extra()
319 if (std_err) in fossil_status_extra()
321 std_err1 = *std_err; in fossil_status_extra()
322 *std_err = NULL; in fossil_status_extra()
326 std_out, std_err, path, list, message); in fossil_status_extra()
[all …]

12345678910>>...35