/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/pixman/test/ |
stress-test.c | 847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod) 852 if (verbose) 967 int verbose = FALSE; local 978 if (getenv ("VERBOSE") != NULL) 979 verbose = TRUE; 985 verbose = TRUE; 1028 # pragma omp parallel for default(none) shared(verbose, n_tests, mod, seed) 1031 run_test (seed + i, verbose, mod); 1036 run_test (seed + i, verbose, mod);
|
scaling-test.c | 50 int verbose) 240 if (verbose) 269 if (verbose) 297 if (verbose) 324 if (verbose) 352 if (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 | 136 if (Log.isLoggable(TAG, Log.VERBOSE)) { 185 if (Log.isLoggable(TAG, Log.VERBOSE)) { 256 if (Log.isLoggable(TAG, Log.VERBOSE)) { 300 if (Log.isLoggable(TAG, Log.VERBOSE)) { 364 if (Log.isLoggable(TAG, Log.VERBOSE)) { 372 if (Log.isLoggable(TAG, Log.VERBOSE)) { 422 if (Log.isLoggable(TAG, Log.VERBOSE)) { 430 if (Log.isLoggable(TAG, Log.VERBOSE)) { 577 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/frameworks/native/opengl/tests/hwc/ |
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");
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TestingCamera2.java | 53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 153 if (VERBOSE) Log.v(TAG, String.format("onResume")); 166 if (VERBOSE) Log.v(TAG, String.format("onPause")); 179 if (VERBOSE) { 188 if (VERBOSE) { 204 if (VERBOSE) { 228 if (VERBOSE) { 246 if (VERBOSE) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 10 from test_all import db, dbshelve, test_support, verbose, \ 85 if verbose: 100 if verbose: 119 if verbose: 156 if verbose: 168 if verbose: 183 if verbose: 199 if verbose: 364 if verbose: 11 get_new_environment_path, get_new_database_path namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbshelve.py | 10 from test_all import db, dbshelve, test_support, verbose, \ 85 if verbose: 100 if verbose: 119 if verbose: 156 if verbose: 168 if verbose: 183 if verbose: 199 if verbose: 364 if verbose: 11 get_new_environment_path, get_new_database_path namespace
|
/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/chromium_org/third_party/icu/source/test/threadtest/ |
threadtest.cpp | 157 bool verbose; member in struct:RunInfo 218 gRunInfo.verbose = false; 230 else if (strcmp(argv[argnum], "-verbose") == 0) 231 gRunInfo.verbose = true; 288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n" 290 " -verbose Display extra messages. \n" 318 if (gRunInfo.verbose) 326 if (gRunInfo.verbose ) 338 if (gRunInfo.verbose) { 347 if (gRunInfo.verbose) { [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 | 113 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 169 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 193 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 201 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 270 LogTag.VERBOSE || 271 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 317 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 331 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 363 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 375 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) [all...] |
/system/extras/ext4_utils/ |
ext4fixup.c | 69 static int verbose = 0; variable 236 if (verbose) { 360 if (verbose) { 384 if (verbose) { 686 if (verbose) { 721 if (verbose) { 727 if (verbose) { 741 if (verbose) { 796 verbose = v_flag; 820 if (verbose) { [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 37 verbose = False variable 175 if verbose: 222 parser.add_option('-v', '--verbose', action='store_true') 283 if options.verbose: 284 global verbose 285 verbose = True
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 367 unsigned verbose = 0; local 376 ++verbose; 388 if (verbose >= 2) { 404 success = test_single(verbose, fp); 406 success = test_some(verbose, fp, n); 408 success = test_all(verbose, fp);
|
/external/chromium_org/tools/perf_expectations/ |
update_perf_expectations.py | 70 # Default logging is INFO. Use --verbose to enable DEBUG logging. 191 parser.add_option('-v', dest='verbose', action='store_true', default=False, 192 help='Enable verbose output.') 201 _SetLogger(options.verbose) 255 def _SetLogger(verbose): 257 if verbose:
|
/external/chromium_org/webkit/tools/layout_tests/ |
canary-webkit-revisions.py | 195 def _PrintFailingRevisions(results, verbose): 211 if verbose: 262 parser.add_option("-v", "--verbose", action="store_true", default=False, 263 dest="verbose") 286 _PrintFailingRevisions(results, options.verbose) 287 _PrintPassingRevisions(results, options.verbose)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 367 unsigned verbose = 0; local 376 ++verbose; 388 if (verbose >= 2) { 404 success = test_single(verbose, fp); 406 success = test_some(verbose, fp, n); 408 success = test_all(verbose, fp);
|
/external/v8/tools/ |
test-wrapper-gypbuild.py | 43 PROGRESS_INDICATORS = ['verbose', 'dots', 'color', 'mono'] 69 result.add_option("-v", "--verbose", help="Verbose output", 72 help="The style of progress indicator (verbose, dots, color, mono)", 160 if options.verbose: 161 result += ['--verbose']
|
/external/hyphenation/ |
hyphen.c | 216 #ifdef VERBOSE 304 #ifdef VERBOSE 420 #ifdef VERBOSE 479 #ifdef VERBOSE 491 #ifndef VERBOSE 554 #ifdef VERBOSE 573 #ifdef VERBOSE 590 #ifdef VERBOSE 595 #ifdef VERBOSE 606 #ifdef VERBOSE [all...] |
/external/iputils/ |
rdisc.c | 177 int verbose = 0; variable 311 verbose++; 546 if (verbose) { 591 if (verbose) { 730 if (verbose) 752 if (verbose) 759 if (verbose) 767 if (verbose) 774 if (verbose) 783 if (verbose) [all...] |