Home
last modified time | relevance | path

Searched refs:print_progress (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-stats.py44 print_progress = not args.no_progress_indicator variable
52 files, args.jobs, print_progress)
53 if print_progress:
H A Dopt-diff.py57 print_progress = not args.no_progress_indicator variable
58 all_remarks1, _, _ = optrecord.gather_results(files1, args.jobs, print_progress)
59 all_remarks2, _, _ = optrecord.gather_results(files2, args.jobs, print_progress)
H A Dopt-viewer.py354 print_progress = not args.no_progress_indicator
364 optrecord.gather_results(files, args.jobs, print_progress, args.filter)
376 print_progress)
/netbsd-src/external/mit/libuv/dist/docs/code/progress/
H A Dmain.c31 void print_progress(uv_async_t *handle) { in print_progress() function
43 uv_async_init(loop, &async, print_progress); in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c531 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() function
628 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dthreads.rst310 the loop is the receiver). libuv will invoke the callback (``print_progress``)