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

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c367 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);
H A Dlp_test_printf.c89 test_printf(unsigned verbose, FILE *fp, argument
116 test_all(unsigned verbose, FILE *fp) argument
120 test_printf(verbose, fp, NULL);
127 test_some(unsigned verbose, FILE *fp, argument
130 return test_all(verbose, fp);
135 test_single(unsigned verbose, FILE *fp) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c77 static ModeStatus drv_valid_mode(SCRN_ARG_TYPE arg, DisplayModePtr mode, Bool verbose,
1050 drv_valid_mode(SCRN_ARG_TYPE arg, DisplayModePtr mode, Bool verbose, int flags) argument
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-parse.y148 %error-verbose
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py125 verbose = 0 variable
143 sys.stderr.write("-v is verbose\n")
150 verbose += 1
227 if verbose > 0: sys.stderr.write("%s: processing function %s\n" % (program, funcName))
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y123 %error-verbose
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h1753 jint verbose; member in struct:JDK1_1InitArgs
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dcompare.c16 extern int verbose;
52 if (verbose > 255) {
91 if (verbose > 255) {
177 if (verbose > 255) {
H A Dtest_fft16.c26 int verbose = 0; variable
63 verbose = options.verbose_;
67 if (verbose > 255)
154 if (verbose > 63) {
186 if (verbose > 63) {
199 if (verbose > 63) {
245 if (verbose > 3) {
293 if (verbose > 63)
309 if (verbose > 63) {
318 if (verbose >
[all...]
H A Dtest_fft32.c26 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
129 if (verbose > 63) {
149 if (verbose > 63) {
163 if (verbose > 63) {
199 if (verbose > 3) {
220 if (verbose > 63) {
235 if (verbose > 63) {
H A Dtest_fft_time.c79 static int verbose = 1; variable
188 verbose = atoi(optarg);
293 if (verbose == 0) {
403 if (verbose == 0)
522 if (verbose == 0)
705 if (verbose == 0)
887 if (verbose == 0)
1150 if (verbose == 0)
1158 if (verbose == 0)
1235 if (verbose >
[all...]
H A Dtest_float_fft.c26 int verbose; variable
55 verbose = options.verbose_;
67 if (verbose > 255)
119 if (verbose > 63) {
141 if (verbose > 255) {
147 if (verbose > 63) {
162 if (verbose > 63) {
195 if (verbose > 3) {
216 if (verbose > 63) {
231 if (verbose > 6
[all...]
H A Dtest_float_rfft.c27 * Verbosity of output. Higher values means more verbose output for
30 int verbose; variable
55 verbose = options.verbose_;
67 if (verbose > 255)
146 if (verbose > 63) {
165 if (verbose > 255) {
171 if (verbose > 63) {
185 if (verbose > 63) {
223 if (verbose > 3) {
245 if (verbose > 25
[all...]
H A Dtest_rfft16_s16.c26 int verbose = 0; variable
42 verbose = options.verbose_;
46 if (verbose > 255)
118 if (verbose > 63) {
153 if (verbose > 63) {
167 if (verbose > 63) {
203 if (verbose > 3) {
246 if (verbose > 63)
263 if (verbose > 63) {
277 if (verbose > 6
[all...]
H A Dtest_rfft16_s32.c24 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
113 if (verbose > 63) {
133 if (verbose > 63) {
147 if (verbose > 63) {
182 if (verbose > 3) {
205 if (verbose > 63) {
220 if (verbose > 63) {
H A Dtest_rfft32.c24 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
117 if (verbose > 63) {
137 if (verbose > 63) {
151 if (verbose > 63) {
187 if (verbose > 3) {
211 if (verbose > 63) {
225 if (verbose > 63) {
/external/chromium_org/third_party/opus/src/
H A Dconfigure822 verbose=
1131 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1132 verbose=yes ;;
1422 --enable-silent-rules less verbose build output (undo: `make V=1')
1423 --disable-silent-rules verbose build output (undo: `make V=0')
H A Dltmain.sh36 # --debug enable verbose shell tracing
46 # -v, --verbose print more informational messages than default
47 # --no-verbose don't print the extra informational messages
446 # Echo program name prefixed message in verbose mode only.
1124 --no-verbose)
1133 --verbose|-v)
/external/chromium_org/third_party/pexpect/
H A DFSM.py333 parser.add_option ('-v', '--verbose', action='store_true', default=False, help='verbose output')
335 if options.verbose: print time.asctime()
337 if options.verbose: print time.asctime()
338 if options.verbose: print 'TOTAL TIME IN MINUTES:',
339 if options.verbose: print (time.time() - start_time) / 60.0
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py1077 self.oldVerbose = ui.verbose
1078 ui.verbose = False
1082 ui.verbose = self.oldVerbose
1161 ui.verbose = True # for file list
1180 ui.verbose = True
2572 if not ui.verbose:
2594 upload_options.verbose = 0
3252 if options.verbose > 0 and not file_too_large:
/external/chromium_org/third_party/skia/dm/
H A DDMTestTask.cpp11 bool TestReporter::verbose() const { return FLAGS_veryVerbose; } function in class:DM::TestReporter
H A DDMTestTask.h22 virtual bool verbose() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp381 void Forth_test_stdwords(bool verbose);
382 void Forth_test_stdwords(bool verbose) { argument
395 if (verbose) {
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp414 * @param verbose whether to be all verbose about it
416 void DisplayResultTypeSummary(ErrorType type, bool verbose) { argument
429 if (!isIgnorableType || verbose) {
442 * @param verbose whether to be all verbose about it
444 void ListErrors(bool verbose) { argument
456 this->DisplayResultTypeSummary(static_cast<ErrorType>(typeInt), verbose); local
1479 DEFINE_bool2(verbose, v, false, "Give more detail (e.g. list all GMs run, more info about "
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_setup.sh32 function verbose { function
41 verbose export $NAME=\"$VALUE\"
88 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
91 verbose "no target device (-d), using ${TARGET_DEVICE}"
176 verbose "The build is targeting the device: $TARGET_DEVICE"

Completed in 431 milliseconds

1234567891011>>