Home
last modified time | relevance | path

Searched full:verbose (Results 1 – 25 of 4359) sorted by relevance

12345678910>>...175

/external/libcap/contrib/
Dpcaps4server31 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/
Dpyversioncheck.py7 # 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/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/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/rust/crates/log/.github/workflows/
Dmain.yml39 - run: cargo test --verbose
40 - run: cargo test --verbose --features serde
41 - run: cargo test --verbose --features std
42 - run: cargo test --verbose --features kv_unstable
43 - run: cargo test --verbose --features kv_unstable_sval
44 - run: cargo test --verbose --features kv_unstable_serde
45 …- run: cargo test --verbose --features "kv_unstable kv_unstable_std kv_unstable_sval kv_unstable_s…
46 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml
47 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml --release
70 - run: cargo build --verbose -Z avoid-dev-deps --features kv_unstable
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test8 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 …]
Dmacho-literals.test2 … | 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/
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/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()
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/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/python/pyyaml/tests/lib/
Dtest_appliance.py33 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/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/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/strace/tests-m32/
Dioctl_dm.c45 # 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/
Dioctl_dm.c45 # 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/
Dioctl_dm.c45 # 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 …]
Ds390_sthyi.c46 # ifndef VERBOSE
47 # define VERBOSE 0 macro
226 # if VERBOSE in print_hypervisor_header()
266 # endif /* !VERBOSE */ in print_hypervisor_header()
268 print_ebcdic(", infysyid", cur, 8, 8, VERBOSE, true); in print_hypervisor_header()
269 print_ebcdic(", infyclnm", cur, 16, 8, VERBOSE, true); in print_hypervisor_header()
271 print_u16(", infyscps", cur, 24, VERBOSE); in print_hypervisor_header()
272 print_u16(", infydcps", cur, 26, VERBOSE); in print_hypervisor_header()
273 print_u16(", infysifl", cur, 28, VERBOSE); in print_hypervisor_header()
274 print_u16(", infydifl", cur, 30, VERBOSE); in print_hypervisor_header()
[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 …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dparser.py50 # Fast path: cache hit, and not verbose.
55 # Slow path: no cache hit, or verbose.
56 verbose = self._verbose
60 if verbose:
65 if verbose:
71 if verbose:
87 # Fast path: cache hit, and not verbose.
92 # Slow path: no cache hit, or verbose.
93 verbose = self._verbose
96 if verbose:
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_dir_util.py41 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/python/setuptools/setuptools/_distutils/tests/
Dtest_dir_util.py41 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/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dfsx.c187 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/python/cpython2/Lib/bsddb/test/
Dtest_thread.py19 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 …]
/external/pcre/src/sljit/
DsljitLir.c909 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
911 compiler->verbose = verbose; in sljit_compiler_verbose()
927 fprintf(compiler->verbose, "r%d", r - SLJIT_R0); in sljit_verbose_reg()
929 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - r); in sljit_verbose_reg()
931 fprintf(compiler->verbose, "sp"); in sljit_verbose_reg()
937 fprintf(compiler->verbose, "fr%d", r - SLJIT_FR0); in sljit_verbose_freg()
939 fprintf(compiler->verbose, "fs%d", SLJIT_NUMBER_OF_FLOAT_REGISTERS - r); in sljit_verbose_freg()
945 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); in sljit_verbose_param()
948 fputc('[', compiler->verbose); in sljit_verbose_param()
951 fprintf(compiler->verbose, " + "); in sljit_verbose_param()
[all …]

12345678910>>...175