/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0): 59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): 79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): 104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 1 from test.test_support import verbose, TESTFN namespace 135 if verbose: 138 if verbose: 144 if verbose:
|
test_signal.py | 56 if test_support.verbose: 62 if test_support.verbose: 91 if test_support.verbose: 116 if test_support.verbose: 133 if test_support.verbose: 401 if test_support.verbose: 414 if test_support.verbose: 419 if test_support.verbose: 426 if test_support.verbose: 441 if test_support.verbose [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtConsoleSdkLog.java | 51 public void verbose(@NonNull String msgFormat, Object... args) { method in class:AdtConsoleSdkLog
|
/system/core/libsparse/include/sparse/ |
sparse.h | 217 * @verbose - print verbose errors while reading the sparse file 221 * sparse cookie that was used to write it. If verbose is true, prints verbose 226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc); 259 * sparse_file_verbose - set a sparse file cookie to print verbose errors 263 * Print verbose sparse file errors whenever using the sparse file cookie. 268 * sparse_print_verbose - function called to print verbose errors 270 * By default, verbose errors will print to standard error. 271 * sparse_print_verbose may be overridden to log verbose errors somewhere else [all...] |
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 47 int verbose = 0; variable 253 if (verbose) { 259 if (verbose) 265 if (verbose) 278 if (verbose) 296 if (verbose) { 464 verbose = 1;
|
/dalvik/vm/ |
Native.cpp | 323 bool verbose; local 326 verbose = !!strncmp(pathName, "/system", sizeof("/system")-1); 327 verbose = verbose && !!strncmp(pathName, "/vendor", sizeof("/vendor")-1); 329 if (verbose) 345 if (verbose) { 411 if (verbose)
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.c | 98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose); 116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) { 149 if (verbose) { 184 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local 245 if (verbose) { 383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { 440 if (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/icu4c/tools/toolutil/ |
pkg_gencmn.c | 99 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose); 117 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) { 159 if (verbose) { 203 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local 266 if (verbose) { 404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { 460 if (verbose) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 56 if test_support.verbose: 62 if test_support.verbose: 91 if test_support.verbose: 116 if test_support.verbose: 133 if test_support.verbose: 401 if test_support.verbose: 414 if test_support.verbose: 419 if test_support.verbose: 426 if test_support.verbose: 441 if test_support.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/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
lexer.py | 25 def __init__(self,s="",verbose=0,**kw): 26 self.verbose = verbose 54 if self.verbose: 230 if self.verbose:
|
/external/e2fsprogs/util/ |
subst.c | 310 int verbose = 0; local 330 verbose++; 378 if (verbose) 382 if (verbose) 392 if (verbose)
|
/external/iptables/iptables/ |
ip6tables-restore.c | 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable 34 {.name = "verbose", .has_arg = false, .val = 'v'}, 49 " [ --verbose ]\n" 153 verbose = 1; 193 if (verbose) 230 for_each_chain6(flush_entries6, verbose, 1, 235 for_each_chain6(delete_chain6, verbose, 0,
|
iptables-restore.c | 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable 31 {.name = "verbose", .has_arg = false, .val = 'v'}, 49 " [ --verbose ]\n" 156 verbose = 1; 199 if (verbose) 237 for_each_chain4(flush_entries4, verbose, 1, 242 for_each_chain4(delete_chain4, verbose, 0,
|
ip6tables.c | 119 {.name = "verbose", .has_arg = 0, .val = 'v'}, 274 " --verbose -v verbose mode\n" 687 int verbose, 699 if (verbose) 714 int verbose, 722 if (verbose) 737 int verbose, 749 if (verbose) 801 int verbose, 1341 int verbose = 0; local [all...] |
iptables.c | 117 {.name = "verbose", .has_arg = 0, .val = 'v'}, 287 " --verbose -v verbose mode\n" 692 int verbose, 704 if (verbose) 719 int verbose, 727 if (verbose) 742 int verbose, 754 if (verbose) 806 int verbose, 1370 int verbose = 0; local [all...] |
/external/oprofile/daemon/ |
oprofiled.c | 74 static char * verbose; variable 100 { "verbose", 'V', POPT_ARG_STRING, &verbose, 0, "be verbose in log file", "all,sfile,arcs,samples,module,misc", }, 375 fprintf(stderr, "unknown verbose options\n"); 382 char const * last = verbose; 383 char const * cur = verbose; 385 if (!verbose)
|
/external/pixman/test/ |
affine-test.c | 26 int verbose) 198 if (verbose) 234 if (verbose) 261 if (verbose) 285 if (verbose)
|
/system/extras/memtrack/ |
memtrack.cpp | 268 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n"); 271 printf(" --verbose\n"); 301 bool verbose = false; local 305 if (strcmp(argv[i], "--verbose") == 0) { 306 verbose = true; 322 if (quiet && verbose) { 323 printf("Both --quiet and --verbose cannot be specified.\n"); 348 if (verbose) { 354 if (verbose) {
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source"); 459 if (log.atVERBOSE ()) log.verbose ("destination file [" + fullOutFile + "] skipped: more recent that the source file"); 625 final boolean verbose = log.atVERBOSE (); 626 if (verbose) 628 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 631 log.verbose ("instrumentation path:"); 632 log.verbose ("{"); 638 log.verbose (" " + nonexistent + f.getAbsolutePath ()); 640 log.verbose ("}"); 643 log.verbose ("instrumentation output mode: " + m_outMode) [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 81 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option); 95 VERBOSE, 223 "Make the output verbose", 282 if (pkg_getOptionsFromICUConfig(options[VERBOSE].doesOccur, &options[BLDOPT]) != 0) { 382 o.verbose = options[VERBOSE].doesOccur; 549 if(o->verbose) { 571 if(o->verbose) { 598 if (o->verbose) { 655 if(o->verbose) { [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 80 * @vfp: Verbose output file 105 static int verbose = 0; // Boolean: output stats variable 117 "\t[ -v : --verbose ] Default: Off\n" \ 167 .name = "verbose", 229 if (verbose) { 457 verbose++; 547 if (verbose > 1) 555 if (verbose > 1) 581 if (verbose) { 608 if (verbose) { [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
ca.c | 151 " -verbose - Talk alot while doing things\n", 204 int verbose, unsigned long certopt, unsigned long nameopt, 211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt, 219 CONF *conf, int verbose, unsigned long certopt, 226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf, 258 int verbose=0; local 351 if (strcmp(*argv,"-verbose") == 0) 352 verbose=1; 943 if (verbose) 964 if (verbose) [all...] |