HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 126 - 150 of 3185) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 15 if Trace.verbose:
18 Trace.verbose = False
24 if Trace.verbose:
72 parser.add_option('-v', '--verbose', help='Verbose output.',
78 Trace.verbose = options.verbose
  /external/chromium_org/native_client_sdk/src/tools/
ncval.py 27 if Log.verbose:
29 Log.verbose = False
35 parser.add_option('-v', '--verbose', action='store_true',
36 help='Verbose output')
52 if options.verbose:
53 Log.verbose = True
84 elif options.verbose:
  /external/openssh/regress/
sftp-badcmds.sh 15 verbose "$tid: get nonexistent"
21 verbose "$tid: glob get to nonexistent directory"
29 verbose "$tid: put nonexistent"
35 verbose "$tid: glob put to nonexistent directory"
43 verbose "$tid: rename nonexistent"
51 verbose "$tid: rename target exists (directory)"
61 verbose "$tid: glob put files to local file"
  /external/proguard/src/proguard/gui/
ReTraceRunnable.java 40 private final boolean verbose; field in class:ReTraceRunnable
48 * @param verbose specifies whether the de-obfuscated stack trace
49 * should be verbose.
53 boolean verbose,
58 this.verbose = verbose;
91 verbose,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 50 boolean verbose,
88 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
92 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
130 _dumpAsString(tab, verbose, o.getObject(), buf);
163 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
167 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
183 if (verbose)
208 if (verbose)
251 buf.append(outputApplicationSpecific("BER", indent, verbose, obj, nl));
255 buf.append(outputApplicationSpecific("DER", indent, verbose, obj, nl))
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 56 private static final boolean VERBOSE = false; // lots of logging
257 if (VERBOSE) Log.d(TAG, "video found codec: " + videoCodecInfo.getName());
265 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioCodecInfo.getName());
298 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat);
347 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
537 if (VERBOSE) {
551 if (VERBOSE) {
633 if (VERBOSE) {
671 if (VERBOSE) Log.d(TAG, "no video decoder input buffer");
674 if (VERBOSE) {
    [all...]
  /external/icu4c/tools/genren/
genren.pl 45 /^-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")
242 sub verbose { subroutine
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 43 --verbose Tell us what happens (-v)
50 LONGOPTS = ("resource", "base=", "output=", "edit=", "creator=", "dump", "verbose")
62 verbose = None
83 if o in ('-v', '--verbose'):
84 verbose = sys.stderr
94 dump=dump, verbose=verbose)
119 verbose=sys.stderr)
124 basepkgname=basepkgname, verbose=sys.stderr)
148 edit_modnames=None, creatorsignature=None, dump=None, verbose=None)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 87 " -verbose Talk alot while doing things\n",
114 #define VERBOSE if (verbose)
115 #define VVERBOSE if (verbose>1)
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
145 if (indx >= 0 && verbose)
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
159 print_entry(db, bio, indexindex, verbose, "g N entry") ;
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
164 if (verbose > 0
288 int verbose=0; local
    [all...]
  /external/openssl/apps/
srp.c 87 " -verbose Talk alot while doing things\n",
114 #define VERBOSE if (verbose)
115 #define VVERBOSE if (verbose>1)
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
145 if (indx >= 0 && verbose)
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
159 print_entry(db, bio, indexindex, verbose, "g N entry") ;
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
164 if (verbose > 0
288 int verbose=0; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 129 boolean verbose = out.isVerbose();
136 if ((codeBytes != 0) || verbose) {
221 * @param verbose whether to be verbose; verbose output includes
224 public void debugPrint(Writer out, String prefix, boolean verbose) {
233 if ((insn.codeSize() != 0) || verbose) {
234 s = insn.listingString("", 0, verbose);
255 * @param verbose whether to be verbose; verbose output include
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 129 boolean verbose = out.isVerbose();
136 if ((codeBytes != 0) || verbose) {
221 * @param verbose whether to be verbose; verbose output includes
224 public void debugPrint(Writer out, String prefix, boolean verbose) {
233 if ((insn.codeSize() != 0) || verbose) {
234 s = insn.listingString("", 0, verbose);
255 * @param verbose whether to be verbose; verbose output include
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_format.c 78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose,
130 test_format_float(unsigned verbose, FILE *fp,
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
215 test_format_unorm8(unsigned verbose, FILE *fp,
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
301 test_one(unsigned verbose, FILE *fp,
306 if (!test_format_float(verbose, fp, format_desc)) {
310 if (!test_format_unorm8(verbose, fp, format_desc)) {
319 test_all(unsigned verbose, FILE *fp)
351 if (!test_one(verbose, fp, format_desc))
    [all...]
  /external/chromium_org/tools/python/google/
process_utils.py 40 def RunCommandFull(command, verbose=True, collect_output=False,
52 verbose: if True, combines all output (stdout and stderr) into stdout.
67 if verbose:
82 if verbose:
111 if not verbose:
115 def RunCommand(command, verbose=True):
125 verbose: if True, combines all output (stdout and stderr) into stdout.
134 return RunCommandFull(command, verbose)[0]
136 def RunCommandsInParallel(commands, verbose=True, collect_output=False,
145 verbose: if True, combines stdout and stderr into stdout
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 130 boolean verbose = out.isVerbose();
137 if ((codeBytes != 0) || verbose) {
222 * @param verbose whether to be verbose; verbose output includes
225 public void debugPrint(Writer out, String prefix, boolean verbose) {
234 if ((insn.codeSize() != 0) || verbose) {
235 s = insn.listingString("", 0, verbose);
256 * @param verbose whether to be verbose; verbose output include
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose,
130 test_format_float(unsigned verbose, FILE *fp,
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
215 test_format_unorm8(unsigned verbose, FILE *fp,
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
301 test_one(unsigned verbose, FILE *fp,
306 if (!test_format_float(verbose, fp, format_desc)) {
310 if (!test_format_unorm8(verbose, fp, format_desc)) {
319 test_all(unsigned verbose, FILE *fp)
351 if (!test_one(verbose, fp, format_desc))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 173 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
214 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
230 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
235 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
250 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
271 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
280 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
290 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
295 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
306 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
    [all...]
  /development/build/tools/
mk_sources_zip.py 26 VERBOSE = False
51 def verbose(msg, *args): function
52 """Prints a verbose message to stderr if --verbose is set."""
53 global VERBOSE
54 if VERBOSE:
73 Use -v for verbose output (lists each file being picked up or ignored).
86 global VERBOSE
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
102 if o in [ "-v", "--verbose" ]
    [all...]

Completed in 1816 milliseconds

1 2 3 4 56 7 8 91011>>