Searched refs:verbose (Results 176 - 200 of 945) sorted by relevance

1234567891011>>

/external/clang/tools/diag-build/
H A Ddiag-build.sh28 verbose=$1
123 [[ -n "$verbose" ]] && echo $command
/external/libsepol/include/sepol/policydb/
H A Dexpand.h47 int verbose, int expand_neverallow);
55 int verbose, int check);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddebug.c16 int verbose; variable
24 if (verbose >= level) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractTransformTask.java32 private boolean verbose; field in class:AbstractTransformTask
34 public void setVerbose(boolean verbose) { argument
35 this.verbose = verbose;
86 if (verbose) {
126 if (verbose) {
157 if (verbose) {
223 if (verbose) {
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.h27 int verbose);
67 size_t buflen, int verbose)
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.h27 int verbose);
67 size_t buflen, int verbose)
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h27 int verbose);
67 size_t buflen, int verbose)
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/lldb/examples/python/
H A Dperformance.py129 self.verbose = False
165 if self.verbose:
184 if self.verbose:
187 if self.verbose:
191 if self.verbose:
195 if self.verbose:
198 if self.verbose:
201 if self.verbose:
204 if self.verbose:
208 if self.verbose
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dsel_ldr.py30 if Log.verbose:
32 Log.verbose = False
55 parser.add_option('-v', '--verbose', action='store_true',
77 if options.verbose:
78 Log.verbose = True
115 if not options.verbose:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream_unittest.py38 verbose = False variable in class:RegularTest
54 self.meter = MeteredStream(self.stream, self.verbose, self.logger, self.time_fn, 8675)
74 self.meter = MeteredStream(self.stream, self.verbose, None, self.time_fn, 8675)
111 verbose = False variable in class:TtyTest
129 verbose = True variable in class:VerboseTest
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DPackageRemapper.java35 private final boolean verbose; field in class:PackageRemapper
37 public PackageRemapper(List<Rule> ruleList, boolean verbose) { argument
38 this.verbose = verbose;
111 // TODO: add back class name to verbose message
112 if (verbose && !s.equals(value))
/external/libunwind/tests/
H A DGia64-test-nat.c89 static int verbose; variable
140 if (verbose)
213 if (verbose)
230 if (verbose)
259 if (verbose)
270 if (verbose)
295 if (verbose)
306 if (verbose)
331 if (verbose)
342 if (verbose)
[all...]
H A DGia64-test-stack.c53 int verbose; variable
63 if (verbose)
72 if (verbose)
165 ++verbose;
173 if (verbose)
/external/libusb-compat/examples/
H A Dtestlibusb.c11 int verbose = 0; variable
101 if (udev && verbose) {
113 if (verbose) {
134 verbose = 1;
142 if (bus->root_dev && !verbose)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... extension private java.util.Properties options protected boolean verbose public void " href="/5.1.0_r1/s? ...
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp30 "\t-v or --verbose print extra information when processing files\n"
88 verbose(FALSE), bulk_mode(FALSE),
104 verbose(FALSE), bulk_mode(FALSE),
139 verbose = TRUE;
270 if(verbose==TRUE){
378 if(verbose==TRUE){
414 if(verbose==TRUE){
433 //print info only in verbose mode
434 if(verbose==TRUE){
448 if(verbose
[all...]
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp30 "\t-v or --verbose print extra information when processing files\n"
88 verbose(FALSE), bulk_mode(FALSE),
104 verbose(FALSE), bulk_mode(FALSE),
139 verbose = TRUE;
270 if(verbose==TRUE){
378 if(verbose==TRUE){
414 if(verbose==TRUE){
433 //print info only in verbose mode
434 if(verbose==TRUE){
448 if(verbose
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py138 def bindings_tests(output_directory, verbose):
194 if verbose:
254 if verbose:
265 if verbose:
274 def run_bindings_tests(reset_results, verbose):
279 return bindings_tests(reference_directory, verbose)
281 return bindings_tests(temp_dir, verbose)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) argument
342 if (!pass || verbose) {
366 test_all(unsigned verbose, FILE *fp) argument
372 if (!test_unary(verbose, fp, &unary_tests[i])) {
382 test_some(unsigned verbose, FILE *fp, argument
389 return test_all(verbose, fp);
394 test_single(unsigned verbose, FILE *fp) argument
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Ddownload_utils.py85 def WriteDataFromStream(filename, stream, chunk_size, verbose=True):
94 if verbose:
99 if verbose:
266 hash_val=None, keep=False, verbose=False, stamp_index=0):
277 verbose: prints out status as it runs
303 if verbose:
308 if verbose:
312 if verbose:
/external/chromium_org/third_party/skia/tests/
H A DFontNamesTest.cpp112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { argument
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { argument
158 if (verbose) {
166 if (verbose) {
190 if (verbose) {
202 if (verbose) {
207 if (verbose) {
214 DEFINE_bool(verboseFontNames, false, "verbose FontNames test.");
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c35 static int verbose = 0; variable
52 if( verbose ) printf("BUSY %s #%d\n", (char*)NotUsed, iCount);
113 if( verbose ) printf("QUERY %s: %s\n", zFile, zSql);
119 if( verbose ) printf("DONE %s %s\n", zFile, zSql);
145 if( verbose ) printf("EXEC %s: %s\n", zFile, zSql);
149 if( verbose ) printf("DONE %s: %s\n", zFile, zSql);
253 verbose = 1;
/external/fonttools/Lib/fontTools/
H A Dttx.py106 verbose = False variable in class:Options
134 self.verbose = True
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
214 verbose=options.verbose, allowVID=options.allowVID)
218 if options.verbose:
/external/fonttools/Tools/fontTools/
H A Dttx.py106 verbose = False variable in class:Options
134 self.verbose = True
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
214 verbose=options.verbose, allowVID=options.allowVID)
218 if options.verbose:
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) argument
342 if (!pass || verbose) {
366 test_all(unsigned verbose, FILE *fp) argument
372 if (!test_unary(verbose, fp, &unary_tests[i])) {
382 test_some(unsigned verbose, FILE *fp, argument
389 return test_all(verbose, fp);
394 test_single(unsigned verbose, FILE *fp) argument

Completed in 572 milliseconds

1234567891011>>