Home
last modified time | relevance | path

Searched +refs:start +refs:process (Results 1 – 25 of 101299) sorted by relevance

12345678910>>...4052

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessTest.php248 $process->start();
452 $process->start();
552 $process->start();
571 $process->start();
584 $process->start();
606 $process->start();
621 $process->start();
641 $process->start();
691 $process->start();
707 $process->start();
[all …]
/dports/www/phpbb3/phpBB3/vendor/symfony/process/Tests/
H A DProcessTest.php248 $process->start();
452 $process->start();
552 $process->start();
571 $process->start();
584 $process->start();
606 $process->start();
621 $process->start();
641 $process->start();
691 $process->start();
707 $process->start();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/process/Tests/
H A DProcessTest.php248 $process->start();
452 $process->start();
552 $process->start();
571 $process->start();
584 $process->start();
606 $process->start();
621 $process->start();
641 $process->start();
691 $process->start();
707 $process->start();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Process/Tests/
H A DProcessTest.php248 $process->start();
452 $process->start();
552 $process->start();
571 $process->start();
584 $process->start();
606 $process->start();
621 $process->start();
641 $process->start();
691 $process->start();
707 $process->start();
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/process/Tests/
H A DProcessTest.php241 $process->start();
453 $process->start();
560 $process->start();
579 $process->start();
592 $process->start();
614 $process->start();
629 $process->start();
649 $process->start();
699 $process->start();
717 $process->start();
[all …]
/dports/net/samba412/samba-4.12.15/examples/systemtap/
H A Dwinbindd.stp839 start = send_running["wb_ping_send"]
842 start_time["wb_ping_send", $return] = start
889 start = send_running["winbindd_lookupsid_send"]
1139 start = send_running["winbindd_getpwsid_send"]
1189 start = send_running["winbindd_getpwnam_send"]
1239 start = send_running["winbindd_getpwuid_send"]
1489 start = send_running["winbindd_getgrgid_send"]
1539 start = send_running["winbindd_getgrnam_send"]
1689 start = send_running["winbindd_setpwent_send"]
1739 start = send_running["winbindd_getpwent_send"]
[all …]
/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/test/com/pty4j/
H A DPtyTest.java62 ).start(); in testDestroy()
94 ).start(); in testSendSigInt()
104 ).start(); in testDestroyAfterTermination()
115 ).start(); in testNormalTermination()
126 .start(); in testInitialColumnsAndRows()
156 .start(); in testResizeTerminalWindow()
228 PtyProcess process = builder.start(); in testPromptReaderConsoleModeOff() local
250 PtyProcess process = builder.start(); in testPromptReaderConsoleModeOn() local
305 PtyProcess process = new PtyProcessBuilder(new String[]{"/bin/echo", arg}).start(); in testWaitForProcessTerminationWithoutOutputRead() local
375 PtyProcess process = builder.start(); in testBashEchoOutputInConsoleMode() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qprocess/
H A Dtst_qprocess.cpp289 process->start(binary);
351 process->start(binary);
388 process->start(binary);
452 process->start(binary);
513 process->start(binary);
567 process.start(binary);
624 process.start(binary);
806 process.start(binary);
858 process.start(binary);
1288 process.start(binary);
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/svn/
H A Dsvncommands.cpp32 process.start( in localRevision()
67 process.start( in remoteRevision()
96 process.start( in remoteItemUrl()
125 process.start( in remoteRootUrl()
154 process.start( in remoteRelativeUrl()
183 process.start( in localRoot()
212 process.start( in updateToRevision()
232 process.start( in revertLocalChanges()
258 process.start( in revertToRevision()
289 process.start( in cleanup()
[all …]
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dauth-ext.c134 char *start; in output() local
159 start = buffer->data + buffer->used; in output()
160 line = memchr(start, '\n', buffer->left); in output()
163 if (line > start && line[-1] == '\r') in output()
165 handler(client, start, user); in output()
166 buffer->used += line - start + 1; in output()
167 buffer->left -= line - start + 1; in output()
168 start = buffer->data + buffer->used; in output()
194 double start, end; in handle_output() local
216 start = TMRnow_double(); in handle_output()
[all …]
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dauth-ext.c129 char *start; in output() local
154 start = buffer->data + buffer->used; in output()
155 line = memchr(start, '\n', buffer->left); in output()
158 if (line > start && line[-1] == '\r') in output()
160 handler(client, start, user); in output()
161 buffer->used += line - start + 1; in output()
162 buffer->left -= line - start + 1; in output()
163 start = buffer->data + buffer->used; in output()
189 double start, end; in handle_output() local
211 start = TMRnow_double(); in handle_output()
[all …]
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dauth-ext.c129 char *start; in output() local
154 start = buffer->data + buffer->used; in output()
155 line = memchr(start, '\n', buffer->left); in output()
158 if (line > start && line[-1] == '\r') in output()
160 handler(client, start, user); in output()
161 buffer->used += line - start + 1; in output()
162 buffer->left -= line - start + 1; in output()
163 start = buffer->data + buffer->used; in output()
189 double start, end; in handle_output() local
211 start = TMRnow_double(); in handle_output()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/net/
H A Dpop3.el342 (let ((start pop3-read-point)
349 (goto-char start))
495 (goto-char start)
498 (goto-char start)
598 (goto-char start)
601 (goto-char start)
619 (narrow-to-region start end)
724 (goto-char start))
743 (goto-char start))
754 (pop3-clean-region start end)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/net/
H A Dpop3.el342 (let ((start pop3-read-point)
349 (goto-char start))
495 (goto-char start)
498 (goto-char start)
598 (goto-char start)
601 (goto-char start)
619 (narrow-to-region start end)
724 (goto-char start))
743 (goto-char start))
754 (pop3-clean-region start end)
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/jobs/
H A DClearMountsJob.cpp92 QProcess process; in exec() local
100 process.start( "sfdisk", { "-d", m_device->deviceNode() } ); in exec()
131 process.start( "lvscan", { "-a" } ); in exec()
154 process.start( "pvdisplay", { "-C", "--noheadings" } ); in exec()
178 process.start( "vgchange", { "-an", vgName } ); in exec()
236 QProcess process; in tryUmount() local
237 process.start( "umount", { partPath } ); in tryUmount()
244 process.start( "swapoff", { partPath } ); in tryUmount()
259 process.start( "blkid", { "-s", "UUID", "-o", "value", partPath } ); in tryClearSwap()
267 process.start( "mkswap", { "-U", swapPartUuid, partPath } ); in tryClearSwap()
[all …]
/dports/devel/py-simpy/simpy-3.0.13/tests/
H A Dtest_rt.py33 start = monotonic()
35 env.process(process(env, log, 0.01, 1))
36 env.process(process(env, log, 0.02, 1))
39 duration = monotonic() - start
47 start = monotonic()
50 env.process(process(env, log, 0.01, 2))
51 env.process(process(env, log, 0.01, 3))
54 duration = monotonic() - start
61 duration = monotonic() - start
80 start = monotonic()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Du00009.vtc6 } -start
8 varnish v1 -vcl+backend {} -start
10 process p1 -dump {varnishhist -n ${v1_name}} -start
11 process p2 -dump {varnishhist -n ${v1_name} -P b:BereqAcct::5:-1:1} -start
12 process p3 -dump {varnishhist -n ${v1_name} -P BerespBodytime -B 2} -start
14 process p1 -expect-text 24 0 {1e2}
16 process p3 -expect-text 24 0 {1e2}
27 process p1 -expect-text 22 0 {#}
28 process p2 -expect-text 22 80 {#}
37 process p1 -expect-text 22 0 { |}
[all …]
H A Du00010.vtc6 } -start
8 varnish v1 -vcl+backend {} -start
10 process p1 -dump {varnishtop -n ${v1_name}} -start
11 process p2 -dump {varnishtop -n ${v1_name}} -start
12 process p3 -dump {varnishtop -n ${v1_name}} -start
27 process p1 -writehex 0c
29 process p1 -need-bytes +1
31 process p1 -writehex 0b
33 process p1 -need-bytes +1
35 process p1 -winsz 30 80
[all …]
H A Du00008.vtc6 } -start
12 } -start
14 process p1 -dump {varnishstat -n ${v1_name}} -start
15 process p2 -dump {varnishstat -n ${v1_name}} -start
16 process p3 -dump {varnishstat -n ${v1_name}} -start
19 process p1 -screen_dump
27 process p1 -screen_dump
29 process p1 -write {+}
33 process p1 -write {-}
46 process p1 -write {h}
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dvoronoi_2d.c92 copy_v2_v2(edge->start, start); in voronoiEdge_new()
101 edge->g = start[1] - edge->f * start[0]; in voronoiEdge_new()
364 float start[2]; in voronoi_addParabola() local
403 start[0] = site[0]; in voronoi_addParabola()
404 start[1] = voronoi_getY(process, par->site, site[0]); in voronoi_addParabola()
406 el = voronoiEdge_new(start, par->site, site); in voronoi_addParabola()
407 er = voronoiEdge_new(start, site, par->site); in voronoi_addParabola()
510 mx = max_ff(process->width, parabola->edge->start[0] + 10); in voronoi_finishEdge()
598 copy_v2_v2(co, edge->start); in voronoi_getNextSideCoord()
644 copy_v2_v2(edge->start, coord); in voronoi_createBoundaryEdges()
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_io_qprocess.cpp56 builder.start("make", ["-j2"])
68 more.start("more")
86 process1.start("command1")
87 process2.start("command2")
107 process = QProcess()
108 process.start("del /s *.txt")
109 # same as process.start("del", ["/s", "*.txt"])
115 process = QProcess()
116 process.start("dir \"My Documents\"")
121 process = QProcess()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_io_qprocess.cpp56 builder.start("make", ["-j2"])
68 more.start("more")
86 process1.start("command1")
87 process2.start("command2")
107 process = QProcess()
108 process.start("del /s *.txt")
109 # same as process.start("del", ["/s", "*.txt"])
115 process = QProcess()
116 process.start("dir \"My Documents\"")
121 process = QProcess()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_io_qprocess.cpp56 builder.start("make", ["-j2"])
68 more.start("more")
86 process1.start("command1")
87 process2.start("command2")
107 process = QProcess()
108 process.start("del /s *.txt")
109 # same as process.start("del", ["/s", "*.txt"])
115 process = QProcess()
116 process.start("dir \"My Documents\"")
121 process = QProcess()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/timeline/
H A Dmemory_dump_event_unittest.py42 process = mock.Mock()
51 process.pid = 1234
124 process.pid = 1234
179 process.pid = 1
181 process,
183 MakeRawMemoryDumpEvent(pid=process.pid, start=8),
184 MakeRawMemoryDumpEvent(pid=process.pid, start=16),
185 MakeRawMemoryDumpEvent(pid=process.pid, start=10)
192 TestProcessDumpEvent(pid=3, start=8),
193 TestProcessDumpEvent(pid=2, start=13),
[all …]
/dports/devel/py-loguru/loguru-0.5.3/tests/
H A Dtest_multiprocessing.py212 process.start()
230 process.start()
248 process.start()
268 process.start()
286 process.start()
304 process.start()
328 process.start()
347 process.start()
366 process.start()
392 process.start()
[all …]

12345678910>>...4052