/external/blktrace/btt/ |
bt_timeline.c | 34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable 114 if (verbose) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sampstat | 36 parser.add_option("-v", "--verbose", 37 action="store_true", dest="verbose", default=False, 87 if options.verbose: 96 prefix = "Mean: " if options.verbose else ""
|
/external/chromium_org/third_party/icu/source/tools/genccode/ |
genccode.c | 93 UBool verbose = TRUE; local 162 if (verbose) {
|
/external/chromium_org/third_party/icu/source/tools/gendict/ |
gendict.cpp | 117 "\t-v or --verbose turn on verbose output\n" 293 UBool verbose = options[ARG_VERBOSE].doesOccur; local 346 if (verbose) { printf("Opening file %s...\n", wordFileName); } 353 if (verbose) { printf("Initializing dictionary builder of type %s...\n", (isBytesTrie ? "BytesTrie" : "UCharsTrie")); } 364 if (verbose) { puts("Adding words to dictionary..."); } 424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); } 433 if (verbose) { printf("Serializing data...isBytesTrie? %d\n", isBytesTrie); } 450 if (verbose) { puts("Opening output file..."); } 457 if (verbose) { puts("Writing to output file..."); [all...] |
/external/chromium_org/tools/ |
check_git_config.py | 277 def __init__(self, cwd, verbose): 279 self.verbose = verbose 304 if self.verbose: 308 def check_git_config(conf, report_url, verbose): 319 verbose, 334 runner = Runner(tmp, verbose) 370 verbose, 429 conf, report_url, verbose, push_works, push_log, push_duration_ms): 442 if verbose [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
buildinfo_unittest.py | 44 self.verbose = False 68 self.verbose = False
|
rc2grd_unittest.py | 70 verbose = False variable in class:.testRegressionScriptWithTranslateable.DummyNode 116 verbose = False variable in class:.testRoleModel.DummyOpts
|
/external/fio/tools/plot/ |
fio2gnuplot | 42 if verbose: print "Generating rendering scripts" 127 if verbose: print "Processing data file 2/2" 155 if verbose: print "Processing data file 1/2 with %s<time<%s" % (min_time,end_time) 228 if verbose: print "Computing Maths" 343 if verbose: print " |-> Rendering comparing traces" 345 if verbose: print " |-> Rendering math traces" 347 if verbose: print " |-> Rendering 2D & 3D traces" 378 print '-v or --verbose : Increasing verbosity' 395 global verbose 396 verbose=Fals [all...] |
/external/icu/icu4c/source/tools/genccode/ |
genccode.c | 93 UBool verbose = TRUE; local 162 if (verbose) {
|
/external/icu/icu4c/source/tools/gendict/ |
gendict.cpp | 117 "\t-v or --verbose turn on verbose output\n" 293 UBool verbose = options[ARG_VERBOSE].doesOccur; local 346 if (verbose) { printf("Opening file %s...\n", wordFileName); } 353 if (verbose) { printf("Initializing dictionary builder of type %s...\n", (isBytesTrie ? "BytesTrie" : "UCharsTrie")); } 364 if (verbose) { puts("Adding words to dictionary..."); } 424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); } 433 if (verbose) { printf("Serializing data...isBytesTrie? %d\n", isBytesTrie); } 450 if (verbose) { puts("Opening output file..."); } 457 if (verbose) { puts("Writing to output file..."); [all...] |
/external/libunwind/tests/ |
ppc64-test-altivec.c | 47 int verbose = 1; local 80 if (verbose)
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFFormValue.cpp | 286 bool verbose = s.GetVerbose(); local 336 if (verbose) 357 case DW_FORM_ref1: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%2.2x", (uint8_t)uvalue); break; 358 case DW_FORM_ref2: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint16_t)uvalue); break; 359 case DW_FORM_ref4: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint32_t)uvalue); break; 360 case DW_FORM_ref8: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%8.8" PRIx64, uvalue); break; 361 case DW_FORM_ref_udata: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%" PRIx64, uvalue); break; 373 if (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/proguard/lib/ |
retrace.jar | |
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 115 configuration.verbose); 170 if (configuration.verbose)
|
/external/strace/ |
loop.c | 50 if (!verbose(tcp) || umove(tcp, arg, &info) < 0) 95 if (!verbose(tcp) || umove(tcp, arg, &info64) < 0)
|
/frameworks/native/opengl/tests/hwc/ |
hwcRects.cpp | 24 * -v - Verbose 178 static bool verbose = defaultVerbose; variable 225 case 'v': // Verbose 226 verbose = true; 330 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } 332 if (verbose) { 341 if (verbose) {testPrintI("Set:"); } 342 if (verbose) { hwcTestDisplayListHandles(list); } 520 if (verbose) { 538 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height) [all...] |
/hardware/ti/omap4-aah/hwc/ |
Android.mk | 25 # LOG_NDEBUG=0 means verbose logging enabled
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 35 from test_all import db, dbtables, test_support, verbose, \ 76 if verbose: 137 if verbose: 147 if verbose: 151 if verbose: 155 if verbose: 193 if verbose: 240 if verbose: 36 get_new_environment_path, get_new_database_path namespace
|
test_join.py | 8 from test_all import db, dbshelve, test_support, verbose, \ 46 if verbose: 9 get_new_environment_path, get_new_database_path namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 486 def test_main(verbose=None): 493 test_support.run_doctest(test_descrtut, verbose)
|
test_sundry.py | 33 if test_support.verbose: 86 if test_support.verbose:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 35 from test_all import db, dbtables, test_support, verbose, \ 76 if verbose: 137 if verbose: 147 if verbose: 151 if verbose: 155 if verbose: 193 if verbose: 240 if verbose: 36 get_new_environment_path, get_new_database_path namespace
|
test_join.py | 8 from test_all import db, dbshelve, test_support, verbose, \ 46 if verbose: 9 get_new_environment_path, get_new_database_path namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 486 def test_main(verbose=None): 493 test_support.run_doctest(test_descrtut, verbose)
|