Home
last modified time | relevance | path

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

12345678910>>...116

/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
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/strace/tests-mx32/
Dioctl_dm.c45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
148 # if VERBOSE
159 # endif /* VERBOSE */
369 # if VERBOSE in main()
372 # else /* !VERBOSE */ in main()
374 # endif /* VERBOSE */ in main()
397 # if VERBOSE in main()
399 # else /* !VERBOSE */ in main()
401 # endif /* VERBOSE */ in main()
[all …]
/external/strace/tests-m32/
Dioctl_dm.c45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
148 # if VERBOSE
159 # endif /* VERBOSE */
369 # if VERBOSE in main()
372 # else /* !VERBOSE */ in main()
374 # endif /* VERBOSE */ in main()
397 # if VERBOSE in main()
399 # else /* !VERBOSE */ in main()
401 # endif /* VERBOSE */ in main()
[all …]
/external/strace/tests/
Dioctl_dm.c45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
148 # if VERBOSE
159 # endif /* VERBOSE */
369 # if VERBOSE in main()
372 # else /* !VERBOSE */ in main()
374 # endif /* VERBOSE */ in main()
397 # if VERBOSE in main()
399 # else /* !VERBOSE */ in main()
401 # endif /* 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/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/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 …]
/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 …]
Dhu.txt47 "%spellout-cardinal-verbose:",
103 "%spellout-ordinal-verbose:",
109 "3: =%%spellout-ordinal-verbose-larger=;",
110 "%%spellout-ordinal-verbose-adik:",
112 "1: =%%spellout-ordinal-verbose-larger=;",
113 "%%spellout-ordinal-verbose-odik:",
115 "1: =%%spellout-ordinal-verbose-larger=;",
116 "%%spellout-ordinal-verbose-larger:",
118 "100: <%spellout-cardinal-verbose<sz\u00E1z>%%spellout-ordinal-verbose-adik>;",
119 "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/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
11 ; 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
22 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java56 boolean verbose, in _dumpAsString() argument
94 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf); in _dumpAsString()
98 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf); in _dumpAsString()
136 _dumpAsString(tab, verbose, o.getObject(), buf); in _dumpAsString()
169 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf); in _dumpAsString()
173 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf); in _dumpAsString()
189 if (verbose) in _dumpAsString()
214 if (verbose) in _dumpAsString()
265 buf.append(outputApplicationSpecific("BER", indent, verbose, obj, nl)); in _dumpAsString()
269 buf.append(outputApplicationSpecific("DER", indent, verbose, obj, nl)); in _dumpAsString()
[all …]
/external/icu/icu4c/source/tools/genren/
Dgenren.pl47 /^-v/ && ($VERBOSE++, next); # verbose
149 &verbose(" $_");
162 &verbose( "type: \"$type\" ");
165 &verbose( "Import: $_ \"$type\"\n");
166 &verbose( "C++ method: $_\n");
179 &verbose ( "(Chopping scope $CppName[0] )");
185 &verbose ("Skipping C++ function: $_\n");
187 &verbose ("Skipping C++ destructor: $_\n");
189 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
194 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
[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/googletest/googlemock/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/v8/testing/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/ltp/
Dexecltp.in37 def parse_ltp_results(exec_log, output_log, verbose=0):
68 3. verbose tells us whether or not we need to include the passed results.
74 elif 1 < verbose and not os.access(output_log, os.R_OK):
84 if 2 <= verbose:
108 elif 2 <= verbose:
117 if 1 <= verbose:
123 if 2 <= verbose:
264 'If --verbose is specified once, prints out failed '
266 'If --verbose is specified twice, prints out the '
274 parser.add_option('-v', '--verbose', dest='verbose', default=0,
[all …]
/external/llvm/test/CodeGen/WebAssembly/
Dcpus.ll3 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=mvp 2>&1 | FileCheck %s
4 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=mvp 2>&1 | FileCheck %s
5 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s
6 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s
7 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileC…
8 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileC…
9 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=invalidcpu 2>&1 | FileChec…
10 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=invalidcpu 2>&1 | FileChec…
/external/libmojo/base/android/java/src/org/chromium/base/
DLog.java36 /** Convenience property, same as {@link android.util.Log#VERBOSE}. */
37 public static final int VERBOSE = android.util.Log.VERBOSE; field in Log
95 * Sends a {@link android.util.Log#VERBOSE} log message.
108 private static void verbose(String tag, String messageTemplate, Object... args) { in verbose() method in Log
118 /** Sends a {@link android.util.Log#VERBOSE} log message. 0 args version. */
122 verbose(tag, message); in v()
125 /** Sends a {@link android.util.Log#VERBOSE} log message. 1 arg version. */
129 verbose(tag, messageTemplate, arg1); in v()
132 /** Sends a {@link android.util.Log#VERBOSE} log message. 2 args version */
136 verbose(tag, messageTemplate, arg1, arg2); in v()
[all …]
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py67 prune_iterations, verify, file_args, verbose): argument
80 self.verbose = verbose
103 print_to_console=self.verbose)
110 print_to_console=self.verbose)
116 'Switching %s to good' % str(item_list), print_to_console=self.verbose)
126 print_to_console=self.verbose)
133 print_to_console=self.verbose)
139 'Switching %s to bad' % str(item_list), print_to_console=self.verbose)
157 command, print_to_console=self.verbose)
162 command, print_to_console=self.verbose)
[all …]

12345678910>>...116