Home
last modified time | relevance | path

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

12345678910>>...121

/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/v8/tools/release/
Dsearch_related_commits.py15 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/selinux/libsemanage/src/
Dpywrap-test.py27 -v for verbose output\
65 self.verbose = False
130 if self.verbose: print "List reference: ", mlist
138 if self.verbose: print "Module reference: ", module
154 if self.verbose: print "seseuser reference: ", seuser
173 if self.verbose: print "User reference: ", user
202 if self.verbose: print "Port reference: ", port
230 if self.verbose: print "File Context reference: ", fcon
256 if self.verbose: print "Interface reference: ", iface
280 if self.verbose: print "Boolean reference: ", pbool
[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/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/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/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/ltp/testcases/commands/tar/
Dtar_tests.sh38 local verbose=$1
41 if [ -z "$verbose" ]; then
71 local verbose="$2"
74 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
94 local verbose="$2"
97 EXPECT_PASS tar x${verbose}f $fname \> tar.out
98 check_listing "${verbose}" $@
106 local verbose="$2"
112 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out
113 check_listing "$verbose" $TAR_FILES
[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/strace/tests-mx32/
Dioctl_dm.c46 # ifndef VERBOSE
47 # define VERBOSE 0 macro
149 # if VERBOSE
160 # endif /* VERBOSE */
370 # if VERBOSE in main()
373 # else /* !VERBOSE */ in main()
375 # endif /* VERBOSE */ in main()
398 # if VERBOSE in main()
402 # endif /* VERBOSE */ in main()
415 # if VERBOSE in main()
[all …]
/external/strace/tests/
Dioctl_dm.c46 # ifndef VERBOSE
47 # define VERBOSE 0 macro
149 # if VERBOSE
160 # endif /* VERBOSE */
370 # if VERBOSE in main()
373 # else /* !VERBOSE */ in main()
375 # endif /* VERBOSE */ in main()
398 # if VERBOSE in main()
402 # endif /* VERBOSE */ in main()
415 # if VERBOSE in main()
[all …]
/external/strace/tests-m32/
Dioctl_dm.c46 # ifndef VERBOSE
47 # define VERBOSE 0 macro
149 # if VERBOSE
160 # endif /* VERBOSE */
370 # if VERBOSE in main()
373 # else /* !VERBOSE */ in main()
375 # endif /* VERBOSE */ in main()
398 # if VERBOSE in main()
402 # endif /* VERBOSE */ in main()
415 # if VERBOSE in main()
[all …]
/external/bison/tests/
Dcalc.at402 # [VERBOSE-AND-LOCATED-ERROR-MESSAGE])
415 # If BISON-OPTIONS contains `%error-verbose', then make sure the
416 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
456 # 4. If error-verbose is not used, strip the`, unexpected....' part.
457 m4_bmatch([$1], [%error-verbose], [],
603 AT_CHECK_CALC_LALR([%verbose])
605 AT_CHECK_CALC_LALR([%error-verbose])
609 AT_CHECK_CALC_LALR([%error-verbose %locations])
611 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix "calc" %verbose %yacc])
612 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %define api.prefix "calc" %verbose %yacc])
[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 …]
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/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_runpy.py8 from test.test_support import verbose, run_unittest, forget
120 if verbose: print " Package tree in:", sub_dir
122 if verbose: print " Updated sys.path:", sys.path[0]
126 if verbose: print " Next level in:", sub_dir
127 if verbose: print " Created:", pkg_fname
132 if verbose: print " Created:", mod_fname
140 if verbose: print " Removed sys.modules entries"
142 if verbose: print " Removed sys.path entry"
148 if verbose: print ex # Persist with cleaning up
154 if verbose: print ex # Persist with cleaning up
[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/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py12 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/
Den.txt81 "%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/python/cpython2/Lib/distutils/
Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0): argument
26 If 'verbose' is true, print a one-line summary of each mkdir to stdout.
67 if verbose >= 1:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): argument
89 will be created if it doesn't already exist. 'mode', 'verbose' and
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0): argument
122 'update' and 'verbose' are the same as for 'copy_file'.
139 mkpath(dst, verbose=verbose)
153 if verbose >= 1:
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.c775 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
777 compiler->verbose = verbose; in sljit_compiler_verbose()
793 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
795 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - (r)); \
800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
803 fputc('[', compiler->verbose); \
806 fprintf(compiler->verbose, " + "); \
809 fprintf(compiler->verbose, " * %d", 1 << (i)); \
812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
813 fputc(']', compiler->verbose); \
[all …]

12345678910>>...121