Home
last modified time | relevance | path

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

12345678910>>...87

/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/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/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/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test8 RUN: -non-verbose | FileCheck %s -check-prefix NON-VERBOSE
48 NON-VERBOSE: Fat headers
49 NON-VERBOSE: fat_magic 0xcafebabe
50 NON-VERBOSE: nfat_arch 2
51 NON-VERBOSE: architecture 0
52 NON-VERBOSE: cputype 16777223
53 NON-VERBOSE: cpusubtype 3
54 NON-VERBOSE: capabilities 0x80
55 NON-VERBOSE: offset 4096
56 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/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/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/pcre/dist/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 …]
/external/icu/icu4c/source/data/rbnf/
Den.txt82 "%spellout-numbering-verbose:",
83 "0: =%spellout-cardinal-verbose=;",
123 "1: ' and =%spellout-cardinal-verbose=;",
124 "100: ' =%spellout-cardinal-verbose=;",
126 "1: ' and =%spellout-cardinal-verbose=;",
127 "100: , =%spellout-cardinal-verbose=;",
128 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
129 "1000000: , =%spellout-cardinal-verbose=;",
130 "%spellout-cardinal-verbose:",
182 "1: ' and =%spellout-ordinal-verbose=;",
[all …]
Dhu.txt53 "%spellout-cardinal-verbose:",
109 "%spellout-ordinal-verbose:",
115 "3: =%%spellout-ordinal-verbose-larger=;",
116 "%%spellout-ordinal-verbose-adik:",
118 "1: =%%spellout-ordinal-verbose-larger=;",
119 "%%spellout-ordinal-verbose-odik:",
121 "1: =%%spellout-ordinal-verbose-larger=;",
122 "%%spellout-ordinal-verbose-larger:",
124 "100: <%spellout-cardinal-verbose<sz\u00E1z>%%spellout-ordinal-verbose-adik>;",
125 "1000: <%spellout-cardinal-verbose<ezr>>;",
[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 …]
/external/proguard/src/proguard/shrink/
DShortestUsagePrinter.java47 private final boolean verbose; field in ShortestUsagePrinter
66 * @param verbose specifies whether the output should be verbose.
69 boolean verbose) in ShortestUsagePrinter() argument
71 this(shortestUsageMarker, verbose, System.out); in ShortestUsagePrinter()
78 * @param verbose specifies whether the output should be verbose.
82 boolean verbose, in ShortestUsagePrinter() argument
86 this.verbose = verbose; in ShortestUsagePrinter()
122 (verbose ? in visitProgramField()
138 (verbose ? in visitProgramMethod()
156 (verbose ? in visitLibraryField()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java53 boolean verbose, in _dumpAsString() argument
91 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf); in _dumpAsString()
95 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf); in _dumpAsString()
133 _dumpAsString(tab, verbose, o.getObject(), buf); in _dumpAsString()
166 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf); in _dumpAsString()
170 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf); in _dumpAsString()
186 if (verbose) in _dumpAsString()
211 if (verbose) in _dumpAsString()
262 buf.append(outputApplicationSpecific("BER", indent, verbose, obj, nl)); in _dumpAsString()
266 buf.append(outputApplicationSpecific("DER", indent, verbose, obj, nl)); in _dumpAsString()
[all …]
/external/proguard/src/proguard/retrace/
DReTrace.java41 private static final String VERBOSE_OPTION = "-verbose";
55 private final boolean verbose; field in ReTrace
69 * @param verbose specifies whether the de-obfuscated stack trace
70 * should be verbose.
75 boolean verbose, in ReTrace() argument
78 this(regularExpression, verbose, mappingFile, null); in ReTrace()
87 * @param verbose specifies whether the de-obfuscated stack trace
88 * should be verbose.
95 boolean verbose, in ReTrace() argument
100 this.verbose = verbose; in ReTrace()
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dcheck-disabled-mcpus.ll2 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
4 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
6 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
9 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
12 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
14 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
16 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
18 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
20 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
/external/icu/icu4c/source/tools/genren/
Dgenren.pl45 /^-v/ && ($VERBOSE++, next); # verbose
147 &verbose(" $_");
160 &verbose( "type: \"$type\" ");
163 &verbose( "Import: $_ \"$type\"\n");
164 &verbose( "C++ method: $_\n");
177 &verbose ( "(Chopping scope $CppName[0] )");
183 &verbose ("Skipping C++ function: $_\n");
185 &verbose ("Skipping C++ destructor: $_\n");
187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
192 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
[all …]
/external/dbus/tools/
Ddbus-launch.c142 verbose ("UID: %s\n", machine_uuid); in read_machine_uuid_if_needed()
152 verbose (const char *format, in verbose() function
156 static int verbose = TRUE; in verbose() local
160 * in the non-verbose case we just have the one in verbose()
163 if (!verbose) in verbose()
168 verbose = getenv ("DBUS_VERBOSE") != NULL; in verbose()
170 if (!verbose) in verbose()
383 verbose ("Killing message bus and exiting babysitter\n"); in kill_bus()
497 verbose ("session lifetime is defined by X, not monitoring stdin\n"); in kill_bus_when_session_ends()
502 verbose ("stdin isatty(), monitoring it\n"); in kill_bus_when_session_ends()
[all …]
/external/gmock/test/
Dgmock-nice-strict_test.cc55 using testing::GMOCK_FLAG(verbose);
115 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
116 GMOCK_FLAG(verbose) = "warning"; in TEST()
126 GMOCK_FLAG(verbose) = saved_flag; in TEST()
132 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
133 GMOCK_FLAG(verbose) = "warning"; in TEST()
145 GMOCK_FLAG(verbose) = saved_flag; in TEST()
153 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
154 GMOCK_FLAG(verbose) = "info"; in TEST()
160 GMOCK_FLAG(verbose) = saved_flag; in TEST()
[all …]
/external/vogar/src/vogar/
DConsole.java46 private boolean verbose; field in Console
73 public void setVerbose(boolean verbose) { in setVerbose() argument
74 this.verbose = verbose; in setVerbose()
78 return verbose; in isVerbose()
81 public synchronized void verbose(String s) { in verbose() method in Console
84 * verbose message unless requested. in verbose()
86 if (!verbose && !ansi) { in verbose()
90 * When writing verbose output in the middle of streamed output, keep in verbose()
91 * the streamed mark location. That way we can remove the verbose output in verbose()
102 currentLine = CurrentLine.VERBOSE; in verbose()
[all …]
/external/libunwind/tests/
Dtest-setjmp.c36 int verbose; variable
62 if (verbose) in test_setjmp()
73 if (verbose) in test_setjmp()
106 if (verbose) in test_sigsetjmp()
117 if (verbose) in test_sigsetjmp()
132 if (verbose) in sighandler()
136 if (verbose) in sighandler()
150 verbose = 1; in main()
176 else if (verbose) in main()
198 else if (verbose) in main()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java98 final boolean verbose = m_log.atVERBOSE (); in _run()
99 if (verbose) in _run()
101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run()
104 log.verbose ("input data path:"); in _run()
105 log.verbose ("{"); in _run()
111 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
113 log.verbose ("}"); in _run()
142 … if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ..."); in _run()
149 … if (verbose) log.verbose (" loaded " + _mdata.size () + " metadata entries"); in _run()
160 … if (verbose) log.verbose (" loaded " + _cdata.size () + " coverage data entries"); in _run()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsnList.java130 boolean verbose = out.isVerbose(); in writeTo()
137 if ((codeBytes != 0) || verbose) { in writeTo()
222 * @param verbose whether to be verbose; verbose output includes
225 public void debugPrint(Writer out, String prefix, boolean verbose) { in debugPrint() argument
234 if ((insn.codeSize() != 0) || verbose) { in debugPrint()
235 s = insn.listingString("", 0, verbose); in debugPrint()
256 * @param verbose whether to be verbose; verbose output includes
259 public void debugPrint(OutputStream out, String prefix, boolean verbose) { in debugPrint() argument
261 debugPrint(w, prefix, verbose); in debugPrint()
/external/owasp/sanitizer/tools/
Dupload_jars_to_googlecode_downloads.sh4 echo "Usage: $0 [-go] [-verbose] [-force]"
10 echo " -verbose: More verbose logging."
17 # 1 for verbose logging
18 export VERBOSE="0"
24 -verbose)
25 VERBOSE="1"
50 if (( $VERBOSE )) || ! (( $EFFECT )); then
/external/proguard/src/proguard/
DProGuard.java179 if (configuration.verbose) in printConfiguration()
201 if (configuration.verbose) in readInput()
217 if (configuration.verbose) in initialize()
231 if (configuration.verbose) in target()
246 if (configuration.verbose) in printSeeds()
268 if (configuration.verbose) in shrink()
296 if (configuration.verbose) in inlineSubroutines()
311 if (configuration.verbose) in optimize()
326 if (configuration.verbose) in obfuscate()
366 if (configuration.verbose) in preverify()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock_test.cc41 using testing::GMOCK_FLAG(verbose);
50 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock()
60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock()
61 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock()
73 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
87 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
118 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
166 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
180 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
211 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
[all …]

12345678910>>...87