/external/openssh/openbsd-compat/ |
port-linux.c | 274 verbose("error reading %s: %s", oom_adj_path, 279 verbose("error writing %s: %s", 282 verbose("Set %s from %d to %d", 304 verbose("error writing %s: %s", oom_adj_path, strerror(errno)); 306 verbose("Set %s to %d", oom_adj_path, oom_adj_save);
|
/ndk/build/tools/ |
dev-rebuild-ndk.sh | 79 export VERBOSE=--verbose 164 $VERBOSE \ 206 $VERBOSE \ 225 $VERBOSE > $logfile 2>&1
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
DexWrapper.java | 95 mArgVerbose = argClass.getField("verbose"); //$NON-NLS-1$ 146 * @param verbose verbose mode. 153 boolean forceJumbo, boolean verbose, 184 mArgVerbose.set(args, verbose);
|
/system/core/libnetutils/ |
packet.c | 181 #if VERBOSE 185 #if VERBOSE 189 #if VERBOSE 193 #if VERBOSE 197 #if VERBOSE
|
/external/openssl/ |
check-all-builds.sh | 16 VERBOSE=1 18 # Dump message is $VERBOSE >= $1 23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then 34 # Dump a message if --verbose is used only. 40 # Run a command silently, unless --verbose or '--verbose --verbose' 46 case $VERBOSE in 172 --verbose) 173 VERBOSE=$(( $VERBOSE + 1 ) [all...] |
/external/oprofile/opcontrol/ |
opcontrol.cpp | 37 #define verbose(fmt...) if (verbose_print) printf(fmt) macro 165 {"verbose", 0, 0, 'V'}, 166 {"verbose-log", 1, 0, 'l'}, 176 " --verbose show extra status\n" 177 " --verbose-log=lvl set daemon logging verbosity during setup\n" 393 verbose("idx: %d, name: %s, mask: %02x, ctr#: %d\n", 412 verbose("event_id is %d\n", event_info[event_idx].id); 413 verbose("count_val is %d\n", count_val); 440 verbose("Configure %s (%s)\n", fullname, content); 619 /* --verbose */ [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing.py | 97 - Specifying --verbose is equivalent to --print everything plus it 99 information. If you specify --verbose and --print X, then X overrides 100 the --print everything implied by --verbose. 115 # based on whether or not --verbose is specified (since --print 116 # overrides --verbose). 122 optparse.make_option("-v", "--verbose", action="store_true", 127 def parse_print_options(print_options, verbose, child_processes, 137 elif verbose: 177 def _configure_logging(stream, verbose): 181 if verbose [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 25 * -v - Verbose 312 static bool verbose = defaultVerbose; variable 378 case 'v': // Verbose 379 verbose = true; 828 bool origVerbose = verbose; // Temporarily turn off verbose 829 verbose = false; 851 verbose = origVerbose; 879 bool origVerbose = verbose; // Temporarily turn off verbose [all...] |
hwcColorEquiv.cpp | 25 -v - verbose 137 static bool verbose = defaultVerbose; variable 248 case 'v': // Verbose 249 verbose = true; 385 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } 387 if (verbose) { 395 if (verbose) {hwcTestDisplayListHandles(list); } 420 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); 433 testPrintE(" -v Verbose");
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArrayAnnotatedOutput.java | 47 /** whether annotations are to be verbose */ 48 private boolean verbose; field in class:ByteArrayAnnotatedOutput 101 this.verbose = false; 363 return verbose; 423 * @param verbose whether or not to indicate verbose annotations 425 public void enableAnnotations(int annotationWidth, boolean verbose) { 444 this.verbose = verbose;
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 47 /** whether annotations are to be verbose */ 48 private boolean verbose; field in class:ByteArrayAnnotatedOutput 110 this.verbose = false; 356 return verbose; 416 * @param verbose whether or not to indicate verbose annotations 418 public void enableAnnotations(int annotationWidth, boolean verbose) { 437 this.verbose = verbose;
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 47 /** whether annotations are to be verbose */ 48 private boolean verbose; field in class:ByteArrayAnnotatedOutput 110 this.verbose = false; 356 return verbose; 416 * @param verbose whether or not to indicate verbose annotations 418 public void enableAnnotations(int annotationWidth, boolean verbose) { 437 this.verbose = verbose;
|
/external/icu4c/test/thaitest/ |
thaitest.cpp | 92 // verbose - report all breaks if true, otherwise just report differences 93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose); 160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) 161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose) 442 UBool verbose = FALSE; local 450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) { 451 verbose = TRUE; 460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]); 483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
|
/external/icu4c/tools/gendict/ |
gendict.cpp | 119 "\t-v or --verbose turn on verbose output\n" 295 UBool verbose = options[ARG_VERBOSE].doesOccur; local 347 if (verbose) { printf("Opening file %s...\n", wordFileName); } 354 if (verbose) { printf("Initializing dictionary builder of type %s...\n", (isBytesTrie ? "BytesTrie" : "UCharsTrie")); } 365 if (verbose) { puts("Adding words to dictionary..."); } 424 if (verbose) { puts("Serializing data..."); } 441 if (verbose) { puts("Opening output file..."); } 448 if (verbose) { puts("Writing to output file..."); }
|
/external/jpeg/ |
rdjpgcom.c | 324 scan_JPEG_header (int verbose) 352 if (verbose) 370 * APP12 markers, so we print those out too when in -verbose mode. 372 if (verbose) { 401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n"); 441 int verbose = 0; local 458 if (keymatch(arg, "verbose", 1)) { 459 verbose++; 491 (void) scan_JPEG_header(verbose);
|
/external/openssl/apps/ |
engine.c | 77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n", 194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) 224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4) 254 if(verbose == 1) 271 if((verbose >= 3) && !util_flags(bio_out, flags, 345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local 378 if((verbose=strlen(*argv + 1)) > 4) 524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
|
/external/oprofile/ |
oprofile_android | 99 self.verbose = False 109 print " -v, --verbose : show verbose output" 156 'hs:vd', ['help', 'serial=', 'dir=', 'verbose']) 170 elif o in ('-v', '--verbose'): 171 self.verbose = True 263 '--status', '--verbose-log=all']) 430 if self.verbose: 431 return ['--verbose']
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.c | 324 scan_JPEG_header (int verbose) 352 if (verbose) 370 * APP12 markers, so we print those out too when in -verbose mode. 372 if (verbose) { 401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n"); 441 int verbose = 0; local 458 if (keymatch(arg, "verbose", 1)) { 459 verbose++; 491 (void) scan_JPEG_header(verbose);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayAnnotatedOutput.java | 55 /** whether annotations are to be verbose */ 56 private boolean verbose; field in class:ByteArrayAnnotatedOutput 112 this.verbose = false; 375 return verbose; 450 * @param verbose whether or not to indicate verbose annotations 452 public void enableAnnotations(int annotationWidth, boolean verbose) { 471 this.verbose = verbose;
|
ByteArrayOutput.java | 53 /** whether annotations are to be verbose */ 54 private boolean verbose; field in class:ByteArrayOutput 107 this.verbose = false; 357 return verbose; 417 * @param verbose whether or not to indicate verbose annotations 419 public void enableAnnotations(int annotationWidth, boolean verbose) { 438 this.verbose = verbose;
|
/external/valgrind/main/callgrind/ |
callstack.c | 123 Int old = CLG_(clo).verbose; 124 CLG_(clo).verbose = fn->verbosity; 128 fn->name, CLG_(clo).verbose); 168 Int old = CLG_(clo).verbose; 169 CLG_(clo).verbose = fn->verbosity; 173 fn->name, CLG_(clo).verbose); 274 if (CLG_(clo).verbose<2) { 293 else if (CLG_(clo).verbose<4) { 373 if (CLG_(clo).verbose<4) {
|
/frameworks/base/core/java/android/accounts/ |
ChooseTypeAndAccountActivity.java | 134 if (Log.isLoggable(TAG, Log.VERBOSE)) { 183 if (Log.isLoggable(TAG, Log.VERBOSE)) { 247 if (Log.isLoggable(TAG, Log.VERBOSE)) { 291 if (Log.isLoggable(TAG, Log.VERBOSE)) { 355 if (Log.isLoggable(TAG, Log.VERBOSE)) { 363 if (Log.isLoggable(TAG, Log.VERBOSE)) { 413 if (Log.isLoggable(TAG, Log.VERBOSE)) { 421 if (Log.isLoggable(TAG, Log.VERBOSE)) { 568 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/external/chromium/testing/gmock/test/ |
gmock-internal-utils_test.cc | 352 original_verbose_ = GMOCK_FLAG(verbose).c_str(); 355 virtual void TearDown() { GMOCK_FLAG(verbose) = original_verbose_; } 361 GMOCK_FLAG(verbose) = kInfoVerbosity; 367 GMOCK_FLAG(verbose) = kErrorVerbosity; 373 GMOCK_FLAG(verbose) = kWarningVerbosity; 386 const string old_flag = GMOCK_FLAG(verbose); 387 GMOCK_FLAG(verbose) = verbosity; 399 GMOCK_FLAG(verbose) = old_flag; 405 const string saved_flag = GMOCK_FLAG(verbose); 406 GMOCK_FLAG(verbose) = kInfoVerbosity [all...] |
/external/icu4c/test/threadtest/ |
threadtest.cpp | 158 bool verbose; member in struct:RunInfo 219 gRunInfo.verbose = false; 231 else if (strcmp(argv[argnum], "-verbose") == 0) 232 gRunInfo.verbose = true; 289 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n" 291 " -verbose Display extra messages. \n" 319 if (gRunInfo.verbose) 327 if (gRunInfo.verbose ) 339 if (gRunInfo.verbose) { 348 if (gRunInfo.verbose) { [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 112 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 168 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 192 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 269 LogTag.VERBOSE || 270 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 316 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 330 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 361 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 373 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) [all...] |