/external/chromium_org/tools/checkbins/ |
H A D | checkbins.py | 59 if options.verbose: 67 if options.verbose: 86 if options.verbose: 99 elif options.verbose: 114 option_parser.add_option("-v", "--verbose", action="store_true",
|
/external/chromium_org/tools/grit/grit/tool/ |
H A D | interface.py | 50 '''Writes out 'text' if the verbose option is on.''' 51 if self.o.verbose: 55 '''Writes out 'text' if the extra-verbose option is on.
|
/external/chromium_org/v8/src/ |
H A D | utils.cc | 184 bool verbose, 187 if (verbose) { 214 bool verbose) { 216 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename); 222 byte* ReadBytes(const char* filename, int* size, bool verbose) { argument 223 char* chars = ReadCharsFromFile(filename, size, 0, verbose); 243 bool verbose) { 245 char* result = ReadCharsFromFile(filename, &size, 1, verbose); 252 bool verbose) { 254 char* result = ReadCharsFromFile(file, &size, 1, verbose, ""); 181 ReadCharsFromFile(FILE* file, int* size, int extra_space, bool verbose, const char* filename) argument 211 ReadCharsFromFile(const char* filename, int* size, int extra_space, bool verbose) argument 241 ReadFile(const char* filename, bool* exists, bool verbose) argument 250 ReadFile(FILE* file, bool* exists, bool verbose) argument 273 AppendChars(const char* filename, const char* str, int size, bool verbose) argument 290 WriteChars(const char* filename, const char* str, int size, bool verbose) argument 307 WriteBytes(const char* filename, const byte* bytes, int size, bool verbose) argument [all...] |
/external/chromium_org/v8/tools/testrunner/local/ |
H A D | commands.py | 66 def RunProcess(verbose, timeout, args, **rest): 67 if verbose: print "#", " ".join(args) 130 def Execute(args, verbose=False, timeout=None): 136 verbose,
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | EncodedMember.java | 62 * @param verbose whether to be verbose with the output 64 public abstract void debugPrint(PrintWriter out, boolean verbose); argument
|
/external/icu/icu4c/source/samples/ufortune/ |
H A D | ufortune.c | 57 UBool verbose = FALSE; /* Set true if -v command line option. */ local 81 * -v verbose mode. Display extra messages. 92 verbose = TRUE; 108 if (verbose) { 132 if (verbose) {
|
/external/libpng/contrib/examples/ |
H A D | iccfrompng.c | 29 static int verbose = 1; variable 127 if (verbose) 153 else if (verbose && profile == no_profile) 172 verbose = 0;
|
/external/libunwind/tests/ |
H A D | test-ptrace.c | 56 int verbose; variable 102 if (verbose) 116 else if (verbose) 127 else if (verbose) 131 if (verbose) 160 if (verbose) 190 ++optind, verbose = 1; 216 if (!verbose) 351 if (verbose)
|
H A D | Gtest-bt.c | 48 int verbose; variable 64 if (verbose) 83 if (verbose) 120 if (verbose) 123 if (verbose) 174 if (verbose) 214 verbose = (argc > 1); 216 if (verbose) 227 if (verbose) 231 if (verbose) [all...] |
/external/ltrace/testsuite/ltrace.minor/ |
H A D | trace-fork.exp | 8 verbose "compiling source file now....." 18 verbose "ltrace runtest output: $exec_output\n"
|
/external/oprofile/gui/ |
H A D | oprof_start_config.h | 44 bool verbose; member in struct:config_setting
|
/external/proguard/src/proguard/retrace/ |
H A D | ReTrace.java | 41 private static final String VERBOSE_OPTION = "-verbose"; 55 private final boolean verbose; field in class:ReTrace 69 * @param verbose specifies whether the de-obfuscated stack trace 70 * should be verbose. 75 boolean verbose, 78 this(regularExpression, verbose, mappingFile, null); 87 * @param verbose specifies whether the de-obfuscated stack trace 88 * should be verbose. 95 boolean verbose, 100 this.verbose 74 ReTrace(String regularExpression, boolean verbose, File mappingFile) argument 94 ReTrace(String regularExpression, boolean verbose, File mappingFile, File stackTraceFile) argument [all...] |
/external/qemu/distrib/libsparse/src/ |
H A D | simg_dump.py | 23 -v verbose output 34 verbose = 0 # -v 38 ["verbose"]) 43 if o in ("-v", "--verbose"): 44 verbose += 1 91 if not verbose: 144 if verbose > 1:
|
H A D | sparse_read.c | 53 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument 80 if (verbose) { 236 verbose_error(s->verbose, ret, "data block at %lld", offset); 244 verbose_error(s->verbose, ret, "fill block at %lld", offset); 253 verbose_error(s->verbose, ret, "skip block at %lld", offset); 261 verbose_error(s->verbose, -EINVAL, "crc block at %lld", 267 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld", 419 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument 428 verbose_error(verbose, ret, "header"); 433 verbose_error(verbose, [all...] |
/external/valgrind/main/memcheck/tests/vbit-test/ |
H A D | main.c | 51 int verbose = 0; variable 75 if (strcmp(argv[i], "-v") == 0) ++verbose; 78 printf("\n\t-v verbose mode; show number of 1, 2, 3 and 4 operand tests\n"); 79 printf("\n\t-v -v verbose mode; shows IROps being tested\n"); 80 printf("\n\t-v -v -v verbose mode, extreme edition\n\n"); 123 if (verbose > 1) printf("Testing operator %s\n", op->name); 153 if (verbose)
|
H A D | valgrind.c | 96 if (verbose > 2) printf("---------- Running a test\n"); 101 if (verbose > 2) { 107 if (verbose > 2) 113 if (verbose > 2) {
|
/external/valgrind/main/nightly/bin/ |
H A D | nightly | 39 # Header and command in verbose logfile 40 printf " $str ... " >> $logfile.verbose 41 echo "$*" >> $logfile.verbose 44 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1 104 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose 146 # Remove old short and verbose log files, and start the new ones 147 for ext in short verbose ; do 181 egrep -q '^== [0-9]+ tests' $logfile.verbose && ( 185 awk '/^== [0-9]+ tests/, /^$/ { print }' $logfile.verbose >> [all...] |
/external/wpa_supplicant_8/hostapd/src/eap_peer/ |
H A D | eap_proxy_dummy.c | 60 int verbose) 59 eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, int verbose) argument
|
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_proxy_dummy.c | 60 int verbose) 59 eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, int verbose) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/ |
H A D | eap_proxy_dummy.c | 60 int verbose) 59 eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, int verbose) argument
|
/external/zopfli/src/zopflipng/ |
H A D | zopflipng_lib.h | 73 // If verbose is true, it will print some info while working. 76 bool verbose,
|
/external/openssl/apps/ |
H A D | 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) argument 145 if (indx >= 0 && verbose) 157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) argument 159 print_entry(db, bio, indexindex, verbose, "g N entry") ; 162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) argument 164 if (verbose > 0) 170 print_entry(db, bio, userindex, verbose, "Use 211 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, BIO *bio, int verbose) argument 242 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, BIO *bio, int verbose) argument 288 int verbose=0; local [all...] |
/external/chromium_org/third_party/skia/tools/flags/ |
H A D | SkCommonFlags.cpp | 49 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver."); 51 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose.");
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
H A D | packet_manipulator.cc | 21 bool verbose) 27 verbose_(verbose) { 19 PacketManipulatorImpl(PacketReader* packet_reader, const NetworkingConfig& config, bool verbose) argument
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
H A D | list_ports.py | 63 parser.add_option("-v", "--verbose", 65 dest="verbose", 71 dest="verbose", 90 if options.verbose > 1: 94 if options.verbose:
|