/external/libcap/contrib/ |
D | pcaps4server | 31 VERBOSE="-v" 32 #VERBOSE="" 85 chown $VERBOSE -R apache:apache /var/run/apache/ 86 chown $VERBOSE -R apache:apache /etc/apache/ 87 chown $VERBOSE -R apache:apache /var/log/apache/ 88 chown $VERBOSE apache:apache /usr/sbin/httpd 89 chmod $VERBOSE u+s /usr/sbin/httpd 95 chown $VERBOSE -R root:root /var/run/apache/ 96 chown $VERBOSE -R root:root /etc/apache/ 97 chown $VERBOSE -R root:root /var/log/apache/ [all …]
|
/external/pytorch/.ci/pytorch/ |
D | multigpu-test.sh | 11 time python test/run_test.py --include test_cuda_multigpu test_cuda_primary_ctx --verbose 16 time python test/run_test.py --verbose -i distributed/test_c10d_common 17 time python test/run_test.py --verbose -i distributed/test_c10d_gloo 18 time python test/run_test.py --verbose -i distributed/test_c10d_nccl 19 time python test/run_test.py --verbose -i distributed/test_c10d_spawn_gloo 20 time python test/run_test.py --verbose -i distributed/test_c10d_spawn_nccl 21 time python test/run_test.py --verbose -i distributed/test_compute_comm_reordering 22 time python test/run_test.py --verbose -i distributed/test_store 23 time python test/run_test.py --verbose -i distributed/test_symmetric_memory 24 time python test/run_test.py --verbose -i distributed/test_pg_wrapper [all …]
|
/external/libcups/systemv/ |
D | cupstestppd.c | 91 static int check_constraints(ppd_file_t *ppd, int errors, int verbose, 93 static int check_case(ppd_file_t *ppd, int errors, int verbose); 94 static int check_defaults(ppd_file_t *ppd, int errors, int verbose, 96 static int check_duplex(ppd_file_t *ppd, int errors, int verbose, 99 int verbose, int warn); 101 int verbose, int warn); 102 static int check_sizes(ppd_file_t *ppd, int errors, int verbose, int warn); 103 static int check_translations(ppd_file_t *ppd, int errors, int verbose, 106 static int test_raster(ppd_file_t *ppd, int verbose); 109 int verbose, int warn); [all …]
|
/external/pytorch/test/distributed/ |
D | argparse_util_test.py | 92 parser.add_argument("-v", "--verbose", action=check_env) 94 self.assertFalse(parser.parse_args([]).verbose) 95 self.assertTrue(parser.parse_args(["-v"]).verbose) 96 self.assertTrue(parser.parse_args(["--verbose"]).verbose) 100 parser.add_argument("-v", "--verbose", action=check_env, default=True) 102 self.assertTrue(parser.parse_args([]).verbose) 103 self.assertTrue(parser.parse_args(["-v"]).verbose) 104 self.assertTrue(parser.parse_args(["--verbose"]).verbose) 109 parser.add_argument("-v", "--verbose", action=check_env) 111 self.assertFalse(parser.parse_args([]).verbose) [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-universal-x86_64.i386.test | 8 RUN: -non-verbose | FileCheck %s -check-prefix NON-VERBOSE 50 NON-VERBOSE: Fat headers 51 NON-VERBOSE: fat_magic 0xcafebabe 52 NON-VERBOSE: nfat_arch 2 53 NON-VERBOSE: architecture 0 54 NON-VERBOSE: cputype 16777223 55 NON-VERBOSE: cpusubtype 3 56 NON-VERBOSE: capabilities 0x80 57 NON-VERBOSE: offset 4096 58 NON-VERBOSE: size 4360 [all …]
|
D | macho-literals.test | 2 … | llvm-objdump -m -section __TEXT,__literal4 -non-verbose - | FileCheck %s -check-prefix=NON-VERB… 4 … | llvm-objdump -m -section __TEXT,__literal8 -non-verbose - | FileCheck %s -check-prefix=NON-VERB… 6 …| llvm-objdump -m -section __TEXT,__literal16 -non-verbose - | FileCheck %s -check-prefix=NON-VERB… 24 # NON-VERBOSE-LIT4: Contents of (__TEXT,__literal4) section 25 # NON-VERBOSE-LIT4: 0000000000000000 00 00 20 40 00 00 04 41 00 00 80 7f 00 00 80 ff 26 # NON-VERBOSE-LIT4: 0000000000000010 00 00 c0 7f 01 00 80 7f 48 # NON-VERBOSE-LIT8: Contents of (__TEXT,__literal8) section 49 # NON-VERBOSE-LIT8: 0000000000000018 00 00 00 00 00 00 04 40 00 00 00 00 00 80 20 40 50 # NON-VERBOSE-LIT8: 0000000000000028 00 00 00 00 00 00 f0 7f 00 00 00 00 00 00 f0 ff 51 # NON-VERBOSE-LIT8: 0000000000000038 00 00 00 00 00 00 f8 7f 01 00 00 00 00 00 f0 7f [all …]
|
/external/ltp/testcases/commands/tar/ |
D | tar_tests.sh | 19 local verbose=$1 22 if [ -z "$verbose" ]; then 52 local verbose="$2" 55 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out 75 local verbose="$2" 78 EXPECT_PASS tar x${verbose}f $fname \> tar.out 79 check_listing "${verbose}" $@ 87 local verbose="$2" 93 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out 94 check_listing "$verbose" $TAR_FILES [all …]
|
/external/coreboot/src/vendorcode/cavium/ |
D | Kconfig | 14 bool "Enable verbose init" 17 Build Cavium's BDK with verbose init code. 20 bool "Enable verbose dram init" 24 Build Cavium's BDK with verbose dram init code. 27 bool "Enable verbose raminit tests" 30 Build Cavium's BDK with verbose DRAM testing code. 33 bool "Enable verbose qlm init" 36 Build Cavium's BDK with verbose QLM code. 39 bool "Enable verbose pcie config" 42 Build Cavium's BDK with verbose PCIe config code. [all …]
|
/external/sg3_utils/lib/ |
D | sg_cmds_basic.c | 76 sg_cmds_open_device(const char * device_name, bool read_only, int verbose) in sg_cmds_open_device() argument 78 return scsi_pt_open_device(device_name, read_only, verbose); in sg_cmds_open_device() 84 sg_cmds_open_flags(const char * device_name, int flags, int verbose) in sg_cmds_open_flags() argument 86 return scsi_pt_open_flags(device_name, flags, verbose); in sg_cmds_open_flags() 111 int slen, bool noisy, int verbose, int * o_sense_cat) in sg_cmds_process_helper() argument 148 if (verbose || n) { in sg_cmds_process_helper() 153 sg_get_sense_str(NULL, sbp, slen, (verbose > 1), in sg_cmds_process_helper() 158 if ((verbose > 2) || check_data_in || (act_din_x > 0)) in sg_cmds_process_helper() 161 if (verbose) in sg_cmds_process_helper() 169 if ((verbose > 1) && (act_dout_x > 0)) in sg_cmds_process_helper() [all …]
|
/external/selinux/libsemanage/src/ |
D | pywrap-test.py | 30 -v for verbose output\ 72 self.verbose = False 155 if self.verbose: 164 if self.verbose: 181 if self.verbose: 201 if self.verbose: 231 if self.verbose: 261 if self.verbose: 289 if self.verbose: 316 if self.verbose: [all …]
|
/external/python/mako/examples/bench/ |
D | basic.py | 54 def genshi(dirname, verbose=False): argument 64 if verbose: 69 def myghty(dirname, verbose=False): argument 82 if verbose: 87 def mako(dirname, verbose=False): argument 97 if verbose: 105 def jinja2(dirname, verbose=False): argument 114 if verbose: 122 def cheetah(dirname, verbose=False): argument 134 if verbose: [all …]
|
/external/sg3_utils/examples/ |
D | sg_persist_tst.sh | 14 verbose="" 24 echo " -v, --verbose more verbose output" 25 echo " -vv even more verbose output" 26 echo " -vvv even more verbose output" 44 vvv) verbose="-vvv" ;; 45 vv) verbose="-vv" ;; 46 v|-verbose) verbose="-v" ;; 60 sg_persist -c ${verbose} "$1" 84 sg_persist --no-inquiry --read-keys ${verbose} "$1" 89 sg_persist -n --out --register --param-sark=${kk} ${verbose} "$1" [all …]
|
/external/pcre/src/sljit/ |
D | sljitLir.c | 1033 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument 1035 compiler->verbose = verbose; in sljit_compiler_verbose() 1055 fprintf(compiler->verbose, "r%d", r - SLJIT_R0); in sljit_verbose_reg() 1057 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - r); in sljit_verbose_reg() 1059 fprintf(compiler->verbose, "sp"); in sljit_verbose_reg() 1061 fprintf(compiler->verbose, "t%d", r - SLJIT_TMP_REGISTER_BASE); in sljit_verbose_reg() 1069 fprintf(compiler->verbose, "^"); in sljit_verbose_freg() 1075 fprintf(compiler->verbose, "fr%d", r - SLJIT_FR0); in sljit_verbose_freg() 1077 fprintf(compiler->verbose, "fs%d", SLJIT_NUMBER_OF_FLOAT_REGISTERS - r); in sljit_verbose_freg() 1079 fprintf(compiler->verbose, "ft%d", r - SLJIT_TMP_FREGISTER_BASE); in sljit_verbose_freg() [all …]
|
/external/python/pyyaml/tests/lib/ |
D | test_appliance.py | 33 verbose = False 35 verbose = True 37 if '--verbose' in args: 38 verbose = True 39 args.remove('--verbose') 41 verbose = True 51 return include_functions, include_filenames, verbose 53 def execute(function, filenames, verbose): argument 55 if verbose: 59 function(verbose=verbose, *filenames) [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | recursive-test.c | 14 int verbose = 0; variable 18 if (argc > 1) verbose = 1; in main() 22 if (verbose) printf("recursive_local_block is a local recursive block\n"); in main() 24 if (verbose) printf("%d\n", i); in main() 30 …if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local… in main() 33 …if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"… in main() 36 if (verbose) printf("other_local_block running\n"); in main() 40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); in main() 45 …if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive… in main() 48 if (verbose) printf("other_copied_block running\n"); in main() [all …]
|
/external/mbedtls/scripts/ |
D | bump_version.sh | 12 # [ -v | --verbose ] [ -h | --help ] 42 -v|--verbose) 43 # Be verbose 44 VERBOSE="1" 54 echo -e " -v|--verbose\t\tVerbose." 72 [ $VERBOSE ] && echo "Bumping VERSION in CMakeLists.txt" 76 [ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt" 82 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/CMakeLists.txt" 86 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/Makefile" 93 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedx509 in library/CMakeLists.txt" [all …]
|
/external/openthread/third_party/mbedtls/repo/scripts/ |
D | bump_version.sh | 12 # [ -v | --verbose ] [ -h | --help ] 42 -v|--verbose) 43 # Be verbose 44 VERBOSE="1" 54 echo -e " -v|--verbose\t\tVerbose." 72 [ $VERBOSE ] && echo "Bumping VERSION in CMakeLists.txt" 76 [ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt" 82 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/CMakeLists.txt" 86 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedcrypto in library/Makefile" 93 [ $VERBOSE ] && echo "Bumping SOVERSION for libmbedx509 in library/CMakeLists.txt" [all …]
|
/external/iptables/iptables/ |
D | nft-cmd.c | 22 int rulenum, bool verbose) in nft_cmd_new() argument 38 cmd->verbose = verbose; in nft_cmd_new() 101 bool verbose) in nft_cmd_rule_append() argument 106 verbose); in nft_cmd_rule_append() 117 int rulenum, bool verbose) in nft_cmd_rule_insert() argument 122 rulenum, verbose); in nft_cmd_rule_insert() 138 bool verbose) in nft_cmd_rule_delete() argument 143 -1, verbose); in nft_cmd_rule_delete() 153 const char *table, int rulenum, bool verbose) in nft_cmd_rule_delete_num() argument 158 rulenum, verbose); in nft_cmd_rule_delete_num() [all …]
|
/external/sg3_utils/src/ |
D | sg_ident.c | 50 {"verbose", no_argument, 0, 'v'}, 57 bool raw, int verbose) in decode_ii() argument 72 if (verbose && (n < 1)) in decode_ii() 82 if (verbose) in decode_ii() 98 " [--verbose] [--version] DEVICE\n" in usage() 111 " --verbose|-v increase verbosity of output\n" in usage() 133 int verbose = 0; in main() local 171 ++verbose; in main() 198 pr2serr("but override: '-vV' given, zero verbose and continue\n"); in main() 201 verbose = 0; in main() [all …]
|
/external/icing/icing/util/ |
D | logging_test.cc | 42 EXPECT_FALSE(SetLoggingLevel(LogSeverity::VERBOSE, -1)); in TEST() 66 ASSERT_TRUE(SetLoggingLevel(LogSeverity::VERBOSE, 1)); in TEST() 67 EXPECT_TRUE(ShouldLog(LogSeverity::VERBOSE, 1)); in TEST() 76 ASSERT_TRUE(SetLoggingLevel(LogSeverity::VERBOSE, 2)); in TEST() 77 EXPECT_FALSE(ShouldLog(LogSeverity::VERBOSE, 3)); in TEST() 78 EXPECT_TRUE(ShouldLog(LogSeverity::VERBOSE, 2)); in TEST() 79 EXPECT_TRUE(ShouldLog(LogSeverity::VERBOSE, 1)); in TEST() 81 ASSERT_TRUE(SetLoggingLevel(LogSeverity::VERBOSE, 1)); in TEST() 82 EXPECT_FALSE(ShouldLog(LogSeverity::VERBOSE, 2)); in TEST() 83 EXPECT_TRUE(ShouldLog(LogSeverity::VERBOSE, 1)); in TEST() [all …]
|
/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | fsx.c | 187 VERBOSE("fsx %s init start\n", fsx_type_names[fsx_type]); in fsx_init() 191 VERBOSE(" - enable fsx clock\n"); in fsx_init() 197 VERBOSE(" - reset fsx\n"); in fsx_init() 216 VERBOSE(" - wait for HW-init done\n"); in fsx_init() 230 VERBOSE(" - make all rings non-secured\n"); in fsx_init() 235 VERBOSE(" - set start stream-id for rings to 0x%x\n", in fsx_init() 242 VERBOSE(" - set timer configuration\n"); in fsx_init() 253 VERBOSE(" - set burst length, fifo and bd threshold\n"); in fsx_init() 268 VERBOSE(" - set memory configuration\n"); in fsx_init() 287 VERBOSE(" - set AXI control = 0x%x\n", in fsx_init() [all …]
|
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | fsx.c | 187 VERBOSE("fsx %s init start\n", fsx_type_names[fsx_type]); in fsx_init() 191 VERBOSE(" - enable fsx clock\n"); in fsx_init() 197 VERBOSE(" - reset fsx\n"); in fsx_init() 216 VERBOSE(" - wait for HW-init done\n"); in fsx_init() 230 VERBOSE(" - make all rings non-secured\n"); in fsx_init() 235 VERBOSE(" - set start stream-id for rings to 0x%x\n", in fsx_init() 242 VERBOSE(" - set timer configuration\n"); in fsx_init() 253 VERBOSE(" - set burst length, fifo and bd threshold\n"); in fsx_init() 268 VERBOSE(" - set memory configuration\n"); in fsx_init() 287 VERBOSE(" - set AXI control = 0x%x\n", in fsx_init() [all …]
|
/external/strace/tests-m32/ |
D | ioctl_dm.c | 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 152 # if VERBOSE 163 # endif /* VERBOSE */ 374 # if VERBOSE in main() 377 # else /* !VERBOSE */ in main() 379 # endif /* VERBOSE */ in main() 402 # if VERBOSE in main() 406 # endif /* VERBOSE */ in main() 419 # if VERBOSE in main() [all …]
|
/external/strace/tests/ |
D | ioctl_dm.c | 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 152 # if VERBOSE 163 # endif /* VERBOSE */ 374 # if VERBOSE in main() 377 # else /* !VERBOSE */ in main() 379 # endif /* VERBOSE */ in main() 402 # if VERBOSE in main() 406 # endif /* VERBOSE */ in main() 419 # if VERBOSE in main() [all …]
|
/external/strace/tests-mx32/ |
D | ioctl_dm.c | 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 152 # if VERBOSE 163 # endif /* VERBOSE */ 374 # if VERBOSE in main() 377 # else /* !VERBOSE */ in main() 379 # endif /* VERBOSE */ in main() 402 # if VERBOSE in main() 406 # endif /* VERBOSE */ in main() 419 # if VERBOSE in main() [all …]
|