Home
last modified time | relevance | path

Searched refs:show_progress (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dordered-events.c223 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() argument
235 if (show_progress) in do_flush()
251 if (show_progress) in do_flush()
260 if (show_progress) in do_flush()
278 bool show_progress = false; in __ordered_events__flush() local
285 show_progress = true; in __ordered_events__flush()
310 show_progress = false; in __ordered_events__flush()
323 err = do_flush(oe, show_progress); in __ordered_events__flush()
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dbenchmark.c16 #define show_progress(total_time, progress_time) \ macro
99 show_progress(total_time, progress_time); in start_benchmark()
142 show_progress(total_time, progress_time); in start_benchmark()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/accuracy_analysis/
H A Dtest.py47 def show_progress(blocknum, blocksize, totalsize): function
76 urllib.request.urlretrieve(url, download_file, show_progress)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/resnet50v2/
H A Dtest.py46 def show_progress(blocknum, blocksize, totalsize): function
75 urllib.request.urlretrieve(url, download_file, show_progress)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/
H A Dtest.py52 def show_progress(blocknum, blocksize, totalsize): function
81 urllib.request.urlretrieve(url, download_file, show_progress)
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c117 static sox_option_t show_progress = sox_option_default; variable
454 if (show_progress && (sox_globals.verbosity < 3 || in progress_to_next_input_file()
631 if (show_progress) for (len = 0; len < *isamp; len += effp->in_signal.channels) { in output_flow()
1250 if (!show_progress) in display_status()
1514 if (show_progress == sox_option_default) in open_output_file()
1515 show_progress = (ofile->ft->handler.flags & SOX_FILE_DEVICE) != 0 && in open_output_file()
1539 if (input_count > 1 && show_progress && s == SIGINT && in sigint()
1725 if (show_progress && is_player && !interactive) { in process()
2473 case 'S': show_progress = sox_option_yes; break; in parse_gopts_and_fopts()
2474 case 'q': show_progress = sox_option_no; break; in parse_gopts_and_fopts()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch162 static void show_progress(struct mtd_dev_info *mtd, off_t start, int eb,