Home
last modified time | relevance | path

Searched +refs:main +refs:close (Results 1 – 25 of 117141) sorted by relevance

12345678910>>...4686

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/revgrep/testdata/
H A Dmake.sh9 function close() { function
30 cat > main.go <<EOF
31 package main
34 func main() {}
42 package main
45 func main() {}
63 cat >> main.go <<EOF
89 package main
112 package main
122 package main
[all …]
/dports/devel/py-curio/curio-1.5/tests/
H A Dtest_socket.py52 async def main(): function
57 kernel.run(main())
115 async def main(): function
120 kernel.run(main())
159 async def main(): function
164 kernel.run(main())
221 async def main(): function
226 kernel.run(main())
597 kernel.run(main)
604 kernel.run(main)
[all …]
H A Dtest_io.py38 await sock.close()
86 await sock.close()
133 await sock.close()
179 await sock.close()
220 await sock.close()
253 await sock.close()
289 await sock.close()
325 await sock.close()
360 await sock.close()
396 await sock.close()
[all …]
/dports/sysutils/py-python-consul/python-consul-1.1.0/tests/
H A Dtest_aio.py21 loop.close()
43 c.close()
56 c.close()
68 c.close()
84 c.close()
105 c.close()
127 c.close()
142 c.close()
164 c.close()
191 c.close()
[all …]
/dports/textproc/html-xml-utils/html-xml-utils-8.0/tests/
H A Dnormalize11.sh17 <p>Before the main text.
19 <p>Also before the main text. Missing close tag for section.
20 <main>
21 <p>Inside the main text. Missing close tag for main.
34 <p>Before the main text.
37 <p>Also before the main text. Missing close tag for section.
40 <main>
41 <p>Inside the main text. Missing close tag for main.
42 </main>
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c22 pthread_t main; member
488 ctx.main = pthread_self(); in TEST()
531 ctx.main = pthread_self(); in TEST()
578 ctx.main = pthread_self(); in TEST()
627 ctx.main = pthread_self(); in TEST()
672 ctx.main = pthread_self(); in TEST()
715 ctx.main = pthread_self(); in TEST()
762 ctx.main = pthread_self(); in TEST()
811 ctx.main = pthread_self(); in TEST()
1216 ctx.main = pthread_self(); in TEST()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c22 pthread_t main; member
488 ctx.main = pthread_self(); in TEST()
531 ctx.main = pthread_self(); in TEST()
578 ctx.main = pthread_self(); in TEST()
627 ctx.main = pthread_self(); in TEST()
672 ctx.main = pthread_self(); in TEST()
715 ctx.main = pthread_self(); in TEST()
762 ctx.main = pthread_self(); in TEST()
811 ctx.main = pthread_self(); in TEST()
1216 ctx.main = pthread_self(); in TEST()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c22 pthread_t main; member
488 ctx.main = pthread_self(); in TEST()
531 ctx.main = pthread_self(); in TEST()
578 ctx.main = pthread_self(); in TEST()
627 ctx.main = pthread_self(); in TEST()
672 ctx.main = pthread_self(); in TEST()
715 ctx.main = pthread_self(); in TEST()
762 ctx.main = pthread_self(); in TEST()
811 ctx.main = pthread_self(); in TEST()
1216 ctx.main = pthread_self(); in TEST()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/IPC-Open3/t/
H A DIPC-Open2.t39 ok(close(WRITE), "closing WRITE: $!");
40 ok(close(READ), "closing READ: $!");
48 main::cmd_line('print scalar <STDIN>'));
49 main::cmp_ok($pid, '>', 1, 'got a sane process ID');
50 main::ok(print WRITE "hi kid\n");
51 main::like(<KAZOP>, qr/^hi kid\r?\n$/);
52 main::ok(close(WRITE), "closing WRITE: $!");
53 main::ok(close(KAZOP), "closing READ: $!");
55 main::is($reaped_pid, $pid, "Reaped PID matches");
56 main::is($?, 0, '$? should be zero');
/dports/www/nginx-full/echo-nginx-module-5a402aa/t/
H A Drequest-info.t192 location /main {
196 "POST /main"
435 location /main {
440 POST /main
491 location /main {
495 POST /main
544 location /main {
549 POST /main
568 location /main {
573 POST /main
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/IPC-Open3/t/
H A DIPC-Open2.t39 ok(close(WRITE), "closing WRITE: $!");
40 ok(close(READ), "closing READ: $!");
48 main::cmd_line('print scalar <STDIN>'));
49 main::cmp_ok($pid, '>', 1, 'got a sane process ID');
50 main::ok(print WRITE "hi kid\n");
51 main::like(<KAZOP>, qr/^hi kid\r?\n$/);
52 main::ok(close(WRITE), "closing WRITE: $!");
53 main::ok(close(KAZOP), "closing READ: $!");
55 main::is($reaped_pid, $pid, "Reaped PID matches");
56 main::is($?, 0, '$? should be zero');
/dports/lang/perl5.30/perl-5.30.3/ext/IPC-Open3/t/
H A DIPC-Open2.t39 ok(close(WRITE), "closing WRITE: $!");
40 ok(close(READ), "closing READ: $!");
48 main::cmd_line('print scalar <STDIN>'));
49 main::cmp_ok($pid, '>', 1, 'got a sane process ID');
50 main::ok(print WRITE "hi kid\n");
51 main::like(<KAZOP>, qr/^hi kid\r?\n$/);
52 main::ok(close(WRITE), "closing WRITE: $!");
53 main::ok(close(KAZOP), "closing READ: $!");
55 main::is($reaped_pid, $pid, "Reaped PID matches");
56 main::is($?, 0, '$? should be zero');
/dports/lang/perl5.32/perl-5.32.1/ext/IPC-Open3/t/
H A DIPC-Open2.t39 ok(close(WRITE), "closing WRITE: $!");
40 ok(close(READ), "closing READ: $!");
48 main::cmd_line('print scalar <STDIN>'));
49 main::cmp_ok($pid, '>', 1, 'got a sane process ID');
50 main::ok(print WRITE "hi kid\n");
51 main::like(<KAZOP>, qr/^hi kid\r?\n$/);
52 main::ok(close(WRITE), "closing WRITE: $!");
53 main::ok(close(KAZOP), "closing READ: $!");
55 main::is($reaped_pid, $pid, "Reaped PID matches");
56 main::is($?, 0, '$? should be zero');
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dbackup.test103 db close
104 db2 close
239 db close
326 db close
327 db2 close
351 db close
352 db2 close
631 db2 close
632 db3 close
742 db close
[all …]
/dports/security/clamav/clamav-0.104.2/clamav-milter/
H A Dnetcode.c94 close(s); in nc_socket()
100 close(s); in nc_socket()
116 close(s); in nc_connect()
229 close(s); in nc_sendmsg()
319 int nc_connect_rand(int *main, int *alt, int *local) in nc_connect_rand() argument
321 struct CP_ENTRY *cpe = cpool_get_rand(main); in nc_connect_rand()
329 close(*main); in nc_connect_rand()
334 if (nc_send(*main, "nFILDES\n", 8)) { in nc_connect_rand()
337 close(*main); in nc_connect_rand()
341 if (nc_send(*main, "nINSTREAM\n", 10)) { in nc_connect_rand()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/clamav-milter/
H A Dnetcode.c94 close(s); in nc_socket()
100 close(s); in nc_socket()
116 close(s); in nc_connect()
229 close(s); in nc_sendmsg()
319 int nc_connect_rand(int *main, int *alt, int *local) in nc_connect_rand() argument
321 struct CP_ENTRY *cpe = cpool_get_rand(main); in nc_connect_rand()
329 close(*main); in nc_connect_rand()
334 if (nc_send(*main, "nFILDES\n", 8)) { in nc_connect_rand()
337 close(*main); in nc_connect_rand()
341 if (nc_send(*main, "nINSTREAM\n", 10)) { in nc_connect_rand()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dbackup.test103 db close
104 db2 close
238 db close
321 db close
322 db2 close
438 db close
439 db2 close
463 db close
464 db2 close
867 db close
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dbackup.test103 db close
104 db2 close
238 db close
321 db close
322 db2 close
438 db close
439 db2 close
463 db close
464 db2 close
867 db close
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dbackup.test103 db close
104 db2 close
238 db close
321 db close
322 db2 close
438 db close
439 db2 close
463 db close
464 db2 close
867 db close
[all …]
/dports/finance/py-backtrader/backtrader-1.9.74.123/tests/
H A Dtest_analyzer-sqn.py118 self.data.low[0], self.data.close[0],
121 (self.data.close[0], self.sma[0]))
134 chkprice = '%.2f' % self.data.close[0]
141 self.orderid = self.close()
142 chkprice = '%.2f' % self.data.close[0]
149 def test_run(main=False): argument
155 printdata=main,
158 printops=main,
159 plot=main,
166 if main:
[all …]
H A Dtest_analyzer-timereturn.py113 self.data.low[0], self.data.close[0],
116 (self.data.close[0], self.sma[0]))
128 chkprice = '%.2f' % self.data.close[0]
135 self.orderid = self.close()
136 chkprice = '%.2f' % self.data.close[0]
143 def test_run(main=False): argument
147 printdata=main,
149 printops=main,
150 plot=main,
159 if main:
[all …]
/dports/devel/libunit/unit-1.26.1/auto/
H A Devents16 int main() {
20 close(n);
43 close(n);
61 close(n);
82 int main() {
86 close(n);
127 int main() {
131 close(n);
155 int main() {
159 close(n);
[all …]
/dports/www/unit-java/unit-1.26.1/auto/
H A Devents16 int main() {
20 close(n);
43 close(n);
61 close(n);
82 int main() {
86 close(n);
127 int main() {
131 close(n);
155 int main() {
159 close(n);
[all …]
/dports/www/unit-php/unit-1.26.1/auto/
H A Devents16 int main() {
20 close(n);
43 close(n);
61 close(n);
82 int main() {
86 close(n);
127 int main() {
131 close(n);
155 int main() {
159 close(n);
[all …]
/dports/www/unit-python/unit-1.26.1/auto/
H A Devents16 int main() {
20 close(n);
43 close(n);
61 close(n);
82 int main() {
86 close(n);
127 int main() {
131 close(n);
155 int main() {
159 close(n);
[all …]

12345678910>>...4686