/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 49 int * residp, int verbose); 59 void * paramp, int param_len, bool noisy, int verbose); 63 bool noisy, int verbose); 67 bool noisy, int verbose); 76 int alloc_len, bool noisy, int verbose); 79 int verbose); 83 int verbose); 90 int mx_resp_len, bool noisy, int verbose); 98 int param_len, bool noisy, int verbose); 105 bool noisy, int verbose); [all …]
|
D | sg_cmds_basic.h | 37 int mx_resp_len, bool noisy, int verbose); 53 bool noisy, int verbose); 62 bool noisy, int verbose); 71 int mx_resp_len, bool noisy, int verbose); 78 bool noisy, int verbose); 86 int param_len, bool noisy, int verbose); 94 int param_len, bool noisy, int verbose); 103 bool noisy, int verbose); 112 bool noisy, int verbose); 119 bool noisy, int verbose); [all …]
|
/external/python/cpython2/Tools/versioncheck/ |
D | pyversioncheck.py | 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: 47 def _check1version(package, url, version, verbose=0): argument [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 …]
|
D | test_imageop.py | 6 from test.test_support import verbose, unlink, import_module, run_unittest 84 if verbose: 92 if verbose: 100 if verbose: 105 if verbose: 110 if verbose: 115 if verbose: 120 if verbose: 127 if verbose: 137 if verbose: [all …]
|
/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() 188 bool noisy, int verbose, int * o_sense_cat) in sg_cmds_process_resp() argument 198 if (verbose) in sg_cmds_process_resp() [all …]
|
D | sg_cmds_basic2.c | 106 int verbose) in sg_ll_sync_cache_10() argument 127 if (verbose) { in sg_ll_sync_cache_10() 137 res = do_scsi_pt(ptvp, sg_fd, DEF_PT_TIMEOUT, verbose); in sg_ll_sync_cache_10() 139 noisy, verbose, &sense_cat); in sg_ll_sync_cache_10() 166 int mx_resp_len, bool noisy, int verbose) in sg_ll_readcap_16() argument 182 if (verbose) { in sg_ll_readcap_16() 193 res = do_scsi_pt(ptvp, sg_fd, DEF_PT_TIMEOUT, verbose); in sg_ll_readcap_16() 195 noisy, verbose, &sense_cat); in sg_ll_readcap_16() 222 int mx_resp_len, bool noisy, int verbose) in sg_ll_readcap_10() argument 235 if (verbose) { in sg_ll_readcap_10() [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/ltp/testcases/commands/tar/ |
D | tar_tests.sh | 21 local verbose=$1 24 if [ -z "$verbose" ]; then 54 local verbose="$2" 57 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out 77 local verbose="$2" 80 EXPECT_PASS tar x${verbose}f $fname \> tar.out 81 check_listing "${verbose}" $@ 89 local verbose="$2" 95 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out 96 check_listing "$verbose" $TAR_FILES [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/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/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/subzero/pydir/ |
D | build-runtime.py | 12 def Translate(ll_files, extra_args, obj, verbose, target): argument 26 ] + extra_args + externalize, echo=verbose) 33 def PartialLink(obj_files, extra_args, lib, verbose): argument 38 ] + extra_args + obj_files, echo=verbose) 42 srcdir, tempdir, rtdir, verbose, excluded_targets): argument 59 verbose, target_info.target) 68 ], echo=verbose) 76 ], echo=verbose) 83 verbose) 94 ], echo=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 …]
|
D | en.txt | 81 "%spellout-numbering-verbose:", 85 "0: =%spellout-cardinal-verbose=;", 127 "1: ' and =%spellout-cardinal-verbose=;", 128 "100: ' =%spellout-cardinal-verbose=;", 130 "1: ' and =%spellout-cardinal-verbose=;", 131 "100: , =%spellout-cardinal-verbose=;", 132 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];", 133 "1000000: , =%spellout-cardinal-verbose=;", 134 "%spellout-cardinal-verbose:", 189 "1: ' and =%spellout-ordinal-verbose=;", [all …]
|
/external/icu/icu4c/source/tools/genren/ |
D | genren.pl | 152 &verbose(" $_"); 165 &verbose( "type: \"$type\" "); 168 &verbose( "Import: $_ \"$type\"\n"); 169 &verbose( "C++ method: $_\n"); 182 &verbose ( "(Chopping scope $CppName[0] )"); 188 &verbose ("Skipping C++ function: $_\n"); 190 &verbose ("Skipping C++ destructor: $_\n"); 192 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n"); 197 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" ); 203 &verbose( "$ARGV[0]: Skipped initializer $_\n" ); [all …]
|
/external/python/cpython2/Lib/bsddb/test/ |
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 …]
|
D | test_queue.py | 9 from test_all import db, verbose, get_new_database_path 27 if verbose: 35 if verbose: 51 if verbose: 60 if verbose: 71 if verbose: 77 if verbose: 82 if verbose: 98 if verbose: 106 if verbose: [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/toolchain-utils/llvm_tools/ |
D | update_chromeos_llvm_next_hash.py | 30 verbose = False variable 106 global verbose 108 verbose = args_output.verbose 136 chroot_path = ChrootRunCommand(chromeos_root, equery_cmd, verbose=verbose) 270 ExecCommandAndCaptureOutput(stage_changes_cmd, verbose=verbose) 333 ExecCommandAndCaptureOutput(stage_symlink_cmd, verbose=verbose) 359 ExecCommandAndCaptureOutput(reset_changes_cmd, verbose=verbose) 364 create_repo_cmd, cwd=path_to_repo_dir, verbose=verbose) 385 ExecCommandAndCaptureOutput(checkout_to_master_cmd, verbose=verbose) 389 ExecCommandAndCaptureOutput(reset_head_cmd, verbose=verbose) [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/emma/core/java12/com/vladium/emma/report/ |
D | ReportProcessor.java | 118 final boolean verbose = m_log.atVERBOSE (); in _run() 119 if (verbose) in _run() 121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 124 log.verbose ("input data path:"); in _run() 125 log.verbose ("{"); in _run() 131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run() 133 log.verbose ("}"); in _run() 138 log.verbose ("source path not set"); in _run() 142 log.verbose ("source path:"); in _run() 143 log.verbose ("{"); in _run() [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/tensorflow/tensorflow/python/grappler/ |
D | graph_placer.py | 37 verbose=False): argument 59 config, metagraph, verbose=verbose, cluster=cluster) 69 if verbose: 72 if verbose: 95 grouping_actions, verbose=verbose) 100 verbose=verbose) 102 if verbose: 105 updated = model.update_reward(sess, run_time, verbose=verbose) 107 if verbose:
|