Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_thread.py18 def verbose_print(arg): function
45 verbose_print("creating task %s" % self.next_ident)
53 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
55 verbose_print("task %s done" % ident)
66 verbose_print("waiting for tasks to complete...")
68 verbose_print("all tasks done")
82 verbose_print("caught expected ValueError setting "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss)
102 verbose_print("waiting for all tasks to complete")
[all …]
/third_party/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c128 static int verbose_print = FALSE; /* print more test information */ variable
226 if (verbose_print) in thread_fault()
256 if (verbose_print) in remove_files()
355 if (verbose_print) in map_and_thread()
407 if (verbose_print) in map_and_thread()
698 verbose_print = TRUE; in main()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c160 verbose_print (const liq_attr * attr, const char *msg) in verbose_print() function
598 verbose_print (attr, " conserving memory"); in liq_image_create_internal()
604 verbose_print (attr, in liq_image_create_internal()
1901 verbose_print (options, " moving colormap towards local minimum"); in pngquant_quantize()