Searched refs:verbose (Results 51 - 75 of 945) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/data/
H A DMergeProcessor.java98 final boolean verbose = m_log.atVERBOSE ();
99 if (verbose)
101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
104 log.verbose ("input data path:");
105 log.verbose ("{");
111 log.verbose (" " + nonexistent + f.getAbsolutePath ());
113 log.verbose ("}");
142 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
149 if (verbose) lo
[all...]
/external/libsepol/include/sepol/
H A Dmodule.h59 int num_modules, int verbose);
63 int verbose);
76 size_t len, int verbose);
80 sepol_policydb_t * out, int verbose, int check);
/external/libsepol/include/sepol/policydb/
H A Dlink.h18 int verbose);
/external/libunwind/tests/
H A Dtest-init-remote.c45 int verbose; variable
72 if (verbose)
98 verbose = (argc > 1);
100 if (verbose)
H A Dia64-test-setjmp.c49 static int verbose; variable
67 if (verbose)
90 if (verbose)
121 verbose = 1;
148 if (verbose)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddebug.h11 extern int verbose;
/external/ltrace/
H A Dautogen.sh40 autoreconf --force --install --verbose -Wall || exit $?
/external/ltrace/testsuite/ltrace.main/
H A Dhello-vfork.exp12 verbose "compiling source file now....."
24 verbose "ltrace runtest output: $exec_output\n"
H A Dsignals.exp8 verbose "compiling source file now....."
21 verbose "ltrace runtest output: $exec_output\n"
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.exp8 verbose "compiling source file now....."
24 verbose "ltrace runtest output: $exec_output\n"
H A Dtrace-clone.exp8 verbose "compiling source file now....."
18 verbose "ltrace runtest output: $exec_output\n"
/external/ltrace/testsuite/ltrace.torture/
H A Dia64-sigill.exp8 verbose "compiling source file now....."
18 verbose "ltrace runtest output: $exec_output\n"
H A Dsignals.exp8 verbose "compiling source file now....."
21 verbose "ltrace runtest output: $exec_output\n"
H A Dvfork-thread.exp8 verbose "compiling source file now....."
20 verbose "ltrace runtest output: $exec_output\n"
/external/qemu/distrib/ext4_utils/include/
H A Dmake_ext4fs.h31 int wipe, int verbose);
/external/zlib/
H A Dupdate_zlib.sh12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
/external/chromium_org/content/shell/tools/
H A Dbreakpad_integration_test.py35 parser.add_option('-v', '--verbose', action='store_true',
36 help='Print verbose status output.')
70 if options.verbose:
71 cmd.append('--verbose')
82 if options.verbose:
85 if options.verbose:
101 if options.verbose:
109 if options.verbose:
120 if options.verbose:
126 if options.verbose
[all...]
/external/chromium_org/tools/python/google/
H A Dprocess_utils.py40 def RunCommandFull(command, verbose=True, collect_output=False,
52 verbose: if True, combines all output (stdout and stderr) into stdout.
67 if verbose:
82 if verbose:
111 if not verbose:
115 def RunCommand(command, verbose=True):
125 verbose: if True, combines all output (stdout and stderr) into stdout.
134 return RunCommandFull(command, verbose)[0]
136 def RunCommandsInParallel(commands, verbose=True, collect_output=False,
145 verbose
[all...]
/external/chromium_org/tools/symsrc/
H A Dsource_index.py139 def UpdatePDB(pdb_filename, verbose=False):
166 if verbose:
171 if verbose:
183 if verbose:
194 if verbose:
204 if verbose:
217 verbose = False
219 verbose = (sys.argv[2] == '-v')
221 UpdatePDB(sys.argv[1], verbose=verbose)
[all...]
/external/proguard/src/proguard/shrink/
H A DShortestUsagePrinter.java47 private final boolean verbose; field in class:ShortestUsagePrinter
66 * @param verbose specifies whether the output should be verbose.
69 boolean verbose)
71 this(shortestUsageMarker, verbose, System.out);
78 * @param verbose specifies whether the output should be verbose.
82 boolean verbose,
86 this.verbose = verbose;
68 ShortestUsagePrinter(ShortestUsageMarker shortestUsageMarker, boolean verbose) argument
81 ShortestUsagePrinter(ShortestUsageMarker shortestUsageMarker, boolean verbose, PrintStream printStream) argument
[all...]
/external/blktrace/btt/
H A Dbno_plot.py25 [ -v | --verbose ]
43 verbose = 0 variable
55 global verbose
59 l_opts = [ 'help', 'keys-below', 'verbose' ]
72 elif o in ('-v', '--verbose'):
73 verbose += 1
86 if verbose:
119 if verbose: print 'Executing %s' % cmd
/external/chromium_org/native_client_sdk/src/tools/
H A Dncval.py27 if Log.verbose:
29 Log.verbose = False
35 parser.add_option('-v', '--verbose', action='store_true',
52 if options.verbose:
53 Log.verbose = True
84 elif options.verbose:
/external/proguard/src/proguard/gui/
H A DReTraceRunnable.java40 private final boolean verbose; field in class:ReTraceRunnable
48 * @param verbose specifies whether the de-obfuscated stack trace
49 * should be verbose.
53 boolean verbose,
58 this.verbose = verbose;
91 verbose,
52 ReTraceRunnable(JTextArea consoleTextArea, boolean verbose, File mappingFile, String stackTrace) argument
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) argument
29 if (verbose)
37 FetchVariable (child,expand-1,verbose);
43 Xcode::FetchModules (SBTarget target, bool verbose) argument
53 if (verbose)
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) argument
68 FetchVariable (value,expand,verbose);
73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose) argument
80 if (verbose)
103 if (verbose)
112 RunExpression(SBFrame frame, const char* expression, bool po, bool verbose) argument
137 RunCommand(SBDebugger debugger, const char* cmd, bool verbose) argument
[all...]
/external/ltrace/testsuite/lib/
H A Dltrace.exp33 verbose "Running under valgrind command: `$VALGRIND'"
104 verbose "options are $options"
105 verbose "source is $source $dest $type $options"
112 verbose "result is $result"
156 verbose "get_compiler_info: $cppline" 2
160 verbose "get_compiler_info: $cppline"
177 verbose "compiler_info=$compiler_info"
190 verbose "+++++++ [test_compiler_info]"
240 verbose "WipeFiles: $files\n"
424 verbose "LtraceCompileObject
[all...]

Completed in 2686 milliseconds

1234567891011>>