Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 2703) sorted by relevance

12345678910>>...109

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h49 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 …]
Dsg_cmds_basic.h37 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/libcups/systemv/
Dcupstestppd.c91 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/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py17 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/
Dtest_gl.py6 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 …]
Dtest_imageop.py6 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/
Dsg_cmds_extra.c137 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 …]
Dsg_cmds_basic.c90 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 …]
Dsg_cmds_basic2.c106 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/openssh/regress/
Dsftp-cmds.sh30 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/ltp/testcases/commands/tar/
Dtar_tests.sh21 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/compiler-rt/test/BlocksRuntime/
Drecursive-test.c14 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/llvm-project/compiler-rt/test/BlocksRuntime/
Drecursive-test.c13 int verbose = 0; variable
17 if (argc > 1) verbose = 1; in main()
21 if (verbose) printf("recursive_local_block is a local recursive block\n"); in main()
23 if (verbose) printf("%d\n", i); in main()
29 …if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local… in main()
32 …if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"… in main()
35 if (verbose) printf("other_local_block running\n"); in main()
39 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); in main()
44 …if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive… in main()
47 if (verbose) printf("other_copied_block running\n"); in main()
[all …]
/external/selinux/libsemanage/src/
Dpywrap-test.py30 -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/cpython2/Mac/scripts/
Dgenallsuites.py10 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/icu/icu4c/source/data/rbnf/
Den_IN.txt53 "%spellout-numbering-verbose:",
57 "0: =%spellout-cardinal-verbose=;",
99 "1: ' and =%spellout-cardinal-verbose=;",
100 "100: ' =%spellout-cardinal-verbose=;",
102 "1: ' and =%spellout-cardinal-verbose=;",
103 "100: , =%spellout-cardinal-verbose=;",
104 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
105 "1000000: , =%spellout-cardinal-verbose=;",
106 "%spellout-cardinal-verbose:",
160 "1: ' and =%spellout-ordinal-verbose=;",
[all …]
Den.txt79 "%spellout-numbering-verbose:",
83 "0: =%spellout-cardinal-verbose=;",
125 "1: ' and =%spellout-cardinal-verbose=;",
126 "100: ' =%spellout-cardinal-verbose=;",
128 "1: ' and =%spellout-cardinal-verbose=;",
129 "100: , =%spellout-cardinal-verbose=;",
130 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
131 "1000000: , =%spellout-cardinal-verbose=;",
132 "%spellout-cardinal-verbose:",
187 "1: ' and =%spellout-ordinal-verbose=;",
[all …]
/external/icu/icu4c/source/tools/genren/
Dgenren.pl152 &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/llvm-project/llvm/test/FileCheck/
Dverbose.txt37 V: verbose.txt:[[@LINE-4]]:8: remark: {{C}}HECK: expected string found in input
40 V-NEXT: verbose.txt:[[@LINE-9]]:1: note: found here
44 V-NEXT: verbose.txt:[[@LINE-9]]:13: remark: {{C}}HECK-NEXT: expected string found in input
47 V-NEXT: verbose.txt:[[@LINE-15]]:1: note: found here
51 VV-NEXT: verbose.txt:[[@LINE-17]]:12: remark: {{C}}HECK-NOT: excluded string not found in input
54 VV-NEXT: verbose.txt:[[@LINE-22]]:1: note: scanning from here
63 V: verbose.txt:[[#@LINE-3]]:8: remark: {{C}}HECK: expected string found in input
66 V-NEXT: verbose.txt:[[#@LINE-8]]:1: note: found here
69 V-NEXT: verbose.txt:[[#@LINE-11]]:8: note: captured var "STRVAR"
73 V-NEXT: verbose.txt:[[#@LINE-12]]:13: remark: {{C}}HECK-NEXT: expected string found in input
[all …]
/external/iptables/iptables/
Dnft-cmd.c20 int rulenum, bool verbose) in nft_cmd_new() argument
34 cmd->verbose = verbose; in nft_cmd_new()
94 void *ref, bool verbose) in nft_cmd_rule_append() argument
99 verbose); in nft_cmd_rule_append()
110 int rulenum, bool verbose) in nft_cmd_rule_insert() argument
115 rulenum, verbose); in nft_cmd_rule_insert()
131 bool verbose) in nft_cmd_rule_delete() argument
136 -1, verbose); in nft_cmd_rule_delete()
146 const char *table, int rulenum, bool verbose) in nft_cmd_rule_delete_num() argument
151 rulenum, verbose); in nft_cmd_rule_delete_num()
[all …]
Dnft-cmd.h17 bool verbose; member
32 int rulenum, bool verbose);
37 void *ref, bool verbose);
40 int rulenum, bool verbose);
43 bool verbose);
45 const char *table, int rulenum, bool verbose);
47 const char *table, bool verbose);
49 const char *table, bool verbose);
53 const char *table, bool verbose);
55 const char *table, bool verbose);
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_compat.py9 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 …]
Dtest_queue.py9 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/python/cpython2/Lib/distutils/tests/
Dtest_dir_util.py39 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/
DReportProcessor.java118 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 …]

12345678910>>...109