| /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/python/cpython2/Tools/versioncheck/ |
| D | pyversioncheck.py | 7 # Verbose options 17 def versioncheck(package, url, version, verbose=0): argument 18 ok, newversion, fp = checkonly(package, url, version, verbose) 19 if verbose > VERBOSE_NORMAL: 28 if verbose > VERBOSE_SILENT: 35 def checkonly(package, url, version, verbose=0): argument 36 if verbose >= VERBOSE_EACHFILE: 39 ok, newversion, fp = _check1version(package, url, version, verbose) 42 ok, newversion, fp = _check1version(package, u, version, verbose) 43 if ok >= 0 and verbose < VERBOSE_CHECKALL: [all …]
|
| /external/v8/tools/release/ |
| D | search_related_commits.py | 15 git_working_dir, start_hash, until, separator, verbose=False): argument 18 start_hash, until, git_working_dir, verbose) 19 if verbose: 32 git_working_dir, commit, until, separator, verbose) 42 git_working_dir, start_hash, until, separator, verbose=False): argument 46 start_hash, separator, git_working_dir, verbose) 54 verbose) 63 if verbose: 78 git_working_dir, git_args(start_hash), verbose).strip() 80 if 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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
| D | debug_rnglists.s | 4 # RUN: llvm-dwarfdump -v --debug-rnglists %t.o 2> %t.err | FileCheck %s --check-prefixes=VERBOSE,BO… 9 # VERBOSE-NEXT: 0x{{[0-9a-f]*}}: 10 # VERBOSE-SAME: range list header: length = 0x00000037, version = 0x0005, addr_size = 0x08, seg_siz… 19 # VERBOSE-NEXT: 0x0000000c: [DW_RLE_start_end ]: [0x0000000000000010, 0x0000000000000020) 20 # VERBOSE-NEXT: 0x0000001d: [DW_RLE_start_length]: 0x0000000000000025, 0x0000000000000080 21 # VERBOSE-SAME: => [0x0000000000000025, 0x00000000000000a5) 22 # VERBOSE-NEXT: 0x00000028: [DW_RLE_end_of_list ] 23 # VERBOSE-NEXT: 0x00000029: [DW_RLE_start_end ]: [0x0000000000000100, 0x0000000000000200) 24 # VERBOSE-NEXT: 0x0000003a: [DW_RLE_end_of_list ] 28 # VERBOSE-NEXT: 0x{{[0-9a-f]*}}: [all …]
|
| /external/python/cpython2/Mac/scripts/ |
| D | genallsuites.py | 10 verbose=sys.stdout variable 27 edit_modnames=[], verbose=verbose) 32 verbose=verbose) 36 edit_modnames=[], verbose=verbose) 40 edit_modnames=[], verbose=verbose) 44 edit_modnames=[], verbose=verbose) 48 edit_modnames=[('WorldWideWeb_suite_2c__as_d', 'WorldWideWeb_suite')], verbose=verbose) 52 edit_modnames=[], verbose=verbose)
|
| /external/f2fs-tools/tools/sg_write_buffer/ |
| D | sg_cmds_extra.c | 137 void * resp, int alloc_len, bool noisy, int verbose) in sg_ll_get_lba_status16() argument 152 if (verbose) { in sg_ll_get_lba_status16() 164 res = do_scsi_pt(ptvp, sg_fd, DEF_PT_TIMEOUT, verbose); in sg_ll_get_lba_status16() 166 noisy, verbose, &sense_cat); in sg_ll_get_lba_status16() 183 if ((verbose > 2) && (ret > 0)) { in sg_ll_get_lba_status16() 185 if (3 == verbose) { in sg_ll_get_lba_status16() 202 int alloc_len, bool noisy, int verbose) in sg_ll_get_lba_status() argument 205 alloc_len, noisy, verbose); in sg_ll_get_lba_status() 214 int verbose) in sg_ll_get_lba_status32() argument 231 if (verbose) { in sg_ll_get_lba_status32() [all …]
|
| D | sg_cmds_basic.c | 90 sg_cmds_open_device(const char * device_name, bool read_only, int verbose) in sg_cmds_open_device() argument 98 return scsi_pt_open_device(device_name, read_only, verbose); in sg_cmds_open_device() 104 sg_cmds_open_flags(const char * device_name, int flags, int verbose) in sg_cmds_open_flags() argument 106 return scsi_pt_open_flags(device_name, flags, verbose); in sg_cmds_open_flags() 121 int verbose, int * o_sense_cat) in sg_cmds_process_helper() argument 156 if (verbose || n) { in sg_cmds_process_helper() 159 sg_get_sense_str(NULL, sbp, slen, (verbose > 1), in sg_cmds_process_helper() 164 if ((verbose > 2) || check_data_in || (got > 0)) in sg_cmds_process_helper() 177 * stderr); depending on the 'noisy' and 'verbose' settings. Returns -2 for 188 bool noisy, int verbose, int * o_sense_cat) in sg_cmds_process_resp() argument [all …]
|
| /external/openssh/regress/ |
| D | sftp-cmds.sh | 30 verbose "$tid: lls" 34 verbose "$tid: lls w/path" 38 verbose "$tid: ls" 43 verbose "$tid: shell" 48 verbose "$tid: pwd" 53 verbose "$tid: lpwd" 58 verbose "$tid: quit" 63 verbose "$tid: help" 69 verbose "$tid: get" 75 verbose "$tid: get quoted" [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
| D | verbose.txt | 11 V: verbose.txt:[[@LINE-4]]:8: remark: {{C}}HECK: expected string found in input 14 V-NEXT: verbose.txt:[[@LINE-9]]:1: note: found here 18 V-NEXT: verbose.txt:[[@LINE-9]]:13: remark: {{C}}HECK-NEXT: expected string found in input 21 V-NEXT: verbose.txt:[[@LINE-15]]:1: note: found here 25 VV-NEXT: verbose.txt:[[@LINE-17]]:12: remark: {{C}}HECK-NOT: excluded string not found in input 28 VV-NEXT: verbose.txt:[[@LINE-22]]:1: note: scanning from here 39 V: verbose.txt:[[@LINE-4]]:8: remark: {{C}}HECK: expected string found in input 42 V-NEXT: verbose.txt:[[@LINE-10]]:1: note: found here 46 V-NEXT: verbose.txt:[[@LINE-10]]:13: remark: {{C}}HECK-EMPTY: expected string found in input 49 V-NEXT: verbose.txt:[[@LINE-16]]:1: note: found here [all …]
|
| /external/ltp/testcases/commands/tar/ |
| D | tar_tests.sh | 39 local verbose=$1 42 if [ -z "$verbose" ]; then 72 local verbose="$2" 75 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out 95 local verbose="$2" 98 EXPECT_PASS tar x${verbose}f $fname \> tar.out 99 check_listing "${verbose}" $@ 107 local verbose="$2" 113 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out 114 check_listing "$verbose" $TAR_FILES [all …]
|
| /external/python/cpython2/Lib/distutils/tests/ |
| D | test_dir_util.py | 39 mkpath(self.target, verbose=0) 42 remove_tree(self.root_target, verbose=0) 44 mkpath(self.target, verbose=1) 50 remove_tree(self.root_target, verbose=1) 69 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0) 71 remove_tree(self.root_target, verbose=0) 74 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1) 77 remove_tree(self.root_target, verbose=0) 82 mkpath(self.target, verbose=0) 84 copy_tree(self.target, self.target2, verbose=0) [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/python/cpython3/Lib/distutils/tests/ |
| D | test_dir_util.py | 41 mkpath(self.target, verbose=0) 44 remove_tree(self.root_target, verbose=0) 46 mkpath(self.target, verbose=1) 52 remove_tree(self.root_target, verbose=1) 71 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0) 73 remove_tree(self.root_target, verbose=0) 76 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1) 79 remove_tree(self.root_target, verbose=0) 83 mkpath(self.target, verbose=0) 85 copy_tree(self.target, self.target2, verbose=0) [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 …]
|
| /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/python/cpython2/Lib/bsddb/test/ |
| D | test_thread.py | 19 from test_all import db, dbutils, test_support, verbose, have_threads, \ 39 if verbose: 76 if verbose: 95 )#verbose = verbose) 110 )#verbose = verbose) 131 if verbose: 140 if verbose and x % 100 == 0: 148 if verbose: 151 if verbose: 169 if verbose: [all …]
|
| D | test_compat.py | 9 from test_all import db, hashopen, btopen, rnopen, verbose, \ 32 if verbose: 40 if verbose: 68 if verbose: 84 if verbose: 88 if verbose: 93 if verbose: print "truth test: true" 95 if verbose: print "truth test: false" 104 if verbose: 107 if verbose: [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_gl.py | 6 from test.test_support import verbose, import_module 95 if verbose: 98 if verbose: 103 if verbose: 107 if verbose: 110 if verbose: 113 if verbose: 116 if verbose: 119 if verbose: 122 if verbose: [all …]
|
| /external/icu/icu4c/source/data/rbnf/ |
| D | en_IN.txt | 52 "%spellout-numbering-verbose:", 56 "0: =%spellout-cardinal-verbose=;", 98 "1: ' and =%spellout-cardinal-verbose=;", 99 "100: ' =%spellout-cardinal-verbose=;", 101 "1: ' and =%spellout-cardinal-verbose=;", 102 "100: , =%spellout-cardinal-verbose=;", 103 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];", 104 "1000000: , =%spellout-cardinal-verbose=;", 105 "%spellout-cardinal-verbose:", 159 "1: ' and =%spellout-ordinal-verbose=;", [all …]
|