Home
last modified time | relevance | path

Searched refs:verbose_print (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/h2o-devel/h2o-dcc7134/misc/
H A Dfastcgi-cgi.pl36 sub verbose_print { subroutine
71 verbose_print("accepting connections");
91 verbose_print("reached max-workers");
96 verbose_print("collected pid $kid");
109 verbose_print("handling new request");
136 verbose_print("received FCGI_PARAMS");
160 verbose_print("received FCGI_STDIN");
195 verbose_print("waiting for response");
209 verbose_print("forwarding STDOUT");
230 verbose_print("response complete");
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
103 verbose_print("all tasks done")
166 verbose_print("waiting for tasks to end")
168 verbose_print("tasks done")
180 verbose_print("task %s will run for %sus" %
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_thread.py18 def verbose_print(arg): function
42 verbose_print("creating task %s" % self.next_ident)
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
91 verbose_print("trying stack_size = (%d)" % tss)
99 verbose_print("all tasks done")
186 verbose_print("waiting for tasks to end")
188 verbose_print("tasks done")
200 verbose_print("task %s will run for %sus" %
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/
H A Dacc_mem.cpp21 static const int verbose_print = 0; variable
29 if (verbose_print) in acc_dev_mem_allocate()
38 if (verbose_print) in acc_dev_mem_deallocate()
53 if (verbose_print) in acc_host_mem_allocate()
62 if (verbose_print) in acc_host_mem_deallocate()
80 if (verbose_print) in acc_memcpy_h2d()
92 if (verbose_print) in acc_memcpy_d2h()
97 if (verbose_print) in acc_memcpy_d2h()
107 if (verbose_print) in acc_memcpy_d2d()
131 if (verbose_print) in acc_memset_zero()
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/cuda/
H A Dacc_mem.cpp22 static const int verbose_print = 0; variable
30 if (verbose_print) in acc_dev_mem_allocate()
39 if (verbose_print) in acc_dev_mem_deallocate()
54 if (verbose_print) in acc_host_mem_allocate()
63 if (verbose_print) in acc_host_mem_deallocate()
81 if (verbose_print) in acc_memcpy_h2d()
93 if (verbose_print) in acc_memcpy_d2h()
98 if (verbose_print) in acc_memcpy_d2h()
108 if (verbose_print) in acc_memcpy_d2d()
132 if (verbose_print) in acc_memset_zero()
H A Dacc_event.cpp22 static const int verbose_print = 0; variable
30 if(verbose_print) printf("EventCreate) : %p -> %ld\n", *event_p, (long int)*acc_event); in acc_event_create()
41 if(verbose_print) printf("EventDestroy, called\n"); in acc_event_destroy()
56 …if(verbose_print) printf("EventRecord): %p -> %ld, %p -> %ld\n", acc_event, (long int)*acc_event,… in acc_event_record()
64 if(verbose_print) printf("acc_event_query called\n"); in acc_event_query()
84 if(verbose_print) printf("acc_stream_wait_event called\n"); in acc_stream_wait_event()
97 if(verbose_print) printf("EventSynchronize called\n"); in acc_event_synchronize()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
188 verbose_print("waiting for tasks to end")
190 verbose_print("tasks done")
202 verbose_print("task %s will run for %sus" %
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
188 verbose_print("waiting for tasks to end")
190 verbose_print("tasks done")
202 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
45 verbose_print("creating task %s" % self.next_ident)
55 verbose_print("task %s done" % ident)
66 verbose_print("waiting for tasks to complete...")
68 verbose_print("all tasks done")
95 verbose_print("trying stack_size = (%d)" % tss)
104 verbose_print("all tasks done")
190 verbose_print("waiting for tasks to end")
192 verbose_print("tasks done")
204 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
45 verbose_print("creating task %s" % self.next_ident)
55 verbose_print("task %s done" % ident)
66 verbose_print("waiting for tasks to complete...")
68 verbose_print("all tasks done")
95 verbose_print("trying stack_size = (%d)" % tss)
104 verbose_print("all tasks done")
192 verbose_print("waiting for tasks to end")
194 verbose_print("tasks done")
206 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
188 verbose_print("waiting for tasks to end")
190 verbose_print("tasks done")
202 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
46 verbose_print("creating task %s" % self.next_ident)
56 verbose_print("task %s done" % ident)
67 verbose_print("waiting for tasks to complete...")
69 verbose_print("all tasks done")
96 verbose_print("trying stack_size = (%d)" % tss)
105 verbose_print("all tasks done")
194 verbose_print("waiting for tasks to end")
196 verbose_print("tasks done")
208 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
46 verbose_print("creating task %s" % self.next_ident)
56 verbose_print("task %s done" % ident)
67 verbose_print("waiting for tasks to complete...")
69 verbose_print("all tasks done")
96 verbose_print("trying stack_size = (%d)" % tss)
105 verbose_print("all tasks done")
194 verbose_print("waiting for tasks to end")
196 verbose_print("tasks done")
208 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
189 verbose_print("waiting for tasks to end")
191 verbose_print("tasks done")
203 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
188 verbose_print("waiting for tasks to end")
190 verbose_print("tasks done")
202 verbose_print("task %s will run for %sus" %
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_thread.py18 def verbose_print(arg): function
45 verbose_print("creating task %s" % self.next_ident)
55 verbose_print("task %s done" % ident)
66 verbose_print("waiting for tasks to complete...")
68 verbose_print("all tasks done")
95 verbose_print("trying stack_size = (%d)" % tss)
104 verbose_print("all tasks done")
190 verbose_print("waiting for tasks to end")
192 verbose_print("tasks done")
204 verbose_print("task %s will run for %sus" %
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_thread.py17 def verbose_print(arg): function
44 verbose_print("creating task %s" % self.next_ident)
54 verbose_print("task %s done" % ident)
65 verbose_print("waiting for tasks to complete...")
67 verbose_print("all tasks done")
94 verbose_print("trying stack_size = (%d)" % tss)
103 verbose_print("all tasks done")
188 verbose_print("waiting for tasks to end")
190 verbose_print("tasks done")
202 verbose_print("task %s will run for %sus" %
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_thread.py18 def verbose_print(arg): function
45 verbose_print("creating task %s" % self.next_ident)
55 verbose_print("task %s done" % ident)
66 verbose_print("waiting for tasks to complete...")
68 verbose_print("all tasks done")
95 verbose_print("trying stack_size = (%d)" % tss)
104 verbose_print("all tasks done")
193 verbose_print("waiting for tasks to end")
195 verbose_print("tasks done")
207 verbose_print("task %s will run for %sus" %
[all …]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_thread.py18 def verbose_print(arg): function
46 verbose_print("creating task %s" % self.next_ident)
56 verbose_print("task %s done" % ident)
67 verbose_print("waiting for tasks to complete...")
69 verbose_print("all tasks done")
96 verbose_print("trying stack_size = (%d)" % tss)
105 verbose_print("all tasks done")
194 verbose_print("waiting for tasks to end")
196 verbose_print("tasks done")
208 verbose_print("task %s will run for %sus" %
[all …]
/dports/math/gretl/gretl-2021d/utils/scriptfix/
H A Dscriptfix.c34 void verbose_print (const char *s) in verbose_print() function
324 verbose_print("entering code\n"); in main()
327 verbose_print("exiting code\n"); in main()
366 verbose_print(" entering foreign\n"); in main()
377 verbose_print(" entering 'if'\n"); in main()
381 verbose_print(" entering 'elif'\n"); in main()
385 verbose_print(" entering 'smpl'\n"); in main()
393 verbose_print(" entering quote\n"); in main()
415 verbose_print(" exiting quote\n"); in main()
421 verbose_print(" exiting comment\n"); in main()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/agp/
H A Dglshared.c48 #ifndef verbose_print
49 #define verbose_print macro
407 verbose_print( in alloc_fbo()
1116 verbose_print( in agp_activate_rendertarget()
1141 verbose_print(""); in agp_rendertarget_clear()
1234 verbose_print( in agp_resize_rendertarget()
1263 verbose_print( in agp_resize_rendertarget()
1285 verbose_print( in agp_resize_rendertarget()
1330 verbose_print( in agp_update_vstore()
1714 verbose_print( in setup_transfer()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/agp/
H A Dglshared.c48 #ifndef verbose_print
49 #define verbose_print macro
407 verbose_print( in alloc_fbo()
1116 verbose_print( in agp_activate_rendertarget()
1141 verbose_print(""); in agp_rendertarget_clear()
1234 verbose_print( in agp_resize_rendertarget()
1263 verbose_print( in agp_resize_rendertarget()
1285 verbose_print( in agp_resize_rendertarget()
1330 verbose_print( in agp_update_vstore()
1714 verbose_print( in setup_transfer()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/agp/
H A Dglshared.c48 #ifndef verbose_print
49 #define verbose_print macro
407 verbose_print( in alloc_fbo()
1116 verbose_print( in agp_activate_rendertarget()
1141 verbose_print(""); in agp_rendertarget_clear()
1234 verbose_print( in agp_resize_rendertarget()
1263 verbose_print( in agp_resize_rendertarget()
1285 verbose_print( in agp_resize_rendertarget()
1330 verbose_print( in agp_update_vstore()
1714 verbose_print( in setup_transfer()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/platform/agp/
H A Dglshared.c48 #ifndef verbose_print
49 #define verbose_print macro
407 verbose_print( in alloc_fbo()
1116 verbose_print( in agp_activate_rendertarget()
1141 verbose_print(""); in agp_rendertarget_clear()
1234 verbose_print( in agp_resize_rendertarget()
1263 verbose_print( in agp_resize_rendertarget()
1285 verbose_print( in agp_resize_rendertarget()
1330 verbose_print( in agp_update_vstore()
1714 verbose_print( in setup_transfer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/tools/
H A Dmach_commands.py208 def verbose_print(*args, **kwargs): function
222 verbose_print('Setting expiry from %s' % expires)
224 verbose_print('Using %s as expiry' % expires)
238 verbose_print('Reading content from %s' % path)
250 verbose_print('Reading content from stdin')
255 verbose_print('Checking size of content is okay (%d)' % content_length)
265 verbose_print('Setting %s as highlighter' % highlighter)
269 verbose_print('Sending request to %s' % PASTEMO_URL)
280 verbose_print('Pasted successfully')
284 verbose_print('Paste highlighted as %s' % response_json['lexer'])

12345