Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Dsign.py242 flash = self.edt_flash_node(command, b, args.quiet)
266 if not args.quiet:
280 if not args.quiet:
285 if not args.quiet:
289 subprocess.check_call(sign_bin, stdout=subprocess.PIPE if args.quiet else None)
293 if not args.quiet:
297 subprocess.check_call(sign_hex, stdout=subprocess.PIPE if args.quiet else None)
332 def edt_flash_node(cmd, b, quiet=False): argument
339 if not quiet:
526 if not args.quiet:
[all …]
/Zephyr-latest/scripts/checkpatch/
Dcheck_known_checkpatch_issues.sh22 declare quiet=n
51 q) quiet=y ;;
83 if [ ${quiet} = n ]; then
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c11 static int delete_it(const char *path, int quiet) in delete_it() argument
16 if (res && !quiet) { in delete_it()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py140 if args.quiet:
Dremote-fw-service.py311 if args.quiet:
Dcavstool.py963 if not args.quiet:
1001 if args.quiet:
/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake130 ${ECLAIR_REPORT} -quiet -eval_file=${ECLAIR_ECL_DIR}/db_generation.ecl
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh254 '(-q --quiet)'{-q,--quiet}'[suppress non-error output]'
Dwest-completion.fish448 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o q -l quiet -d "suppress non-error …
/Zephyr-latest/scripts/
Dcheckpatch.pl25 my $quiet = 0;
207 'q|quiet+' => \$quiet,
329 $quiet++;
1089 if ($#ARGV > 0 && $quiet == 0) {
1109 if (!$quiet) {
6876 if ($summary && !($clean == 1 && $quiet == 1)) {
6883 if ($quiet == 0) {
6929 if (!$quiet) {
6943 if ($quiet == 0) {
/Zephyr-latest/scripts/footprint/
Dsize_report864 if not args.quiet:
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst86 [-q | --quiet]
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst183 "quiet" mode for west commands in a future release:
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi696 int "RPU recovery quiet period in milliseconds"