Searched defs:verbose (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean time private String trace private boolean utf8 private String verbose private boolean suppressMethodArgumentNotUsed private boolean suppressPrivatePropertyNotUsed private boolean suppressVariableNotUsed private ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java66 private boolean verbose = false; field in class:Tool
225 else if (args[i].equals("-verbose")) {
331 DecisionProbe.verbose = true;
431 // file is already up to date, then we do not build it (and in verbose mode
740 System.err.println(" -verbose generate ANTLR version and other information");
1180 * Indicates whether ANTLR will be verbose when analyzing grammar files, such as
1183 * @return the verbose flag
1186 return verbose;
1362 * Indicate whether ANTLR should be verbose when analyzing grammar files, such as
1365 * @param verbose tru
1367 setVerbose(boolean verbose) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java166 public static boolean verbose = false; field in class:DecisionProbe
/external/blktrace/btreplay/
H A Dbtrecord.c105 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) {
706 if (verbose) {
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py25 verbose = 0 variable
468 verbose boolean Always print source names being compiled
576 verbose = options.verbose
583 if verbose:
661 verbose = 0, variable
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc48 bool verbose = false; variable
142 printf(" -v ..................... verbose++\n");
152 verbose = true;
321 if (verbose) {
403 if (verbose) {
485 if (verbose) {
496 if (verbose) {
512 if (verbose) {
520 if (verbose) {
/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/openmax_dl/dl/sp/src/test/
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...]
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_main.cpp326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())
340 bool verbose,
583 bool verbose = false; local
651 if (!strcmp(argv[i], "--verbose")) {
652 verbose = true;
758 verbose, &summary);
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc169 bool verbose = true; local
426 verbose = false;
447 if (verbose) {
625 if (verbose) {
884 if (verbose) {
1061 if (verbose) {
/external/iptables/iptables/
H A Diptables-xml.c37 static int verbose = 0; variable
42 {"verbose", 0, NULL, 'v'},
53 " [ --verbose ]\n" " [ --help ]\n", name);
640 verbose = 1;
676 if (verbose) {
/external/iputils/
H A Drarpd.c36 int verbose; variable
161 if (verbose)
191 if (verbose) {
310 if (verbose)
323 if (verbose)
451 if (verbose) {
586 ++verbose;
H A Dtraceroute6.c319 int verbose; variable
420 verbose++;
867 if (verbose) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c375 enum map_type type, int verbose, FILE *fp)
384 if (verbose > 2) {
393 size_t map_groups__fprintf_maps(struct map_groups *mg, int verbose, FILE *fp) argument
397 printed += __map_groups__fprintf_maps(mg, i, verbose, fp);
403 int verbose, FILE *fp)
411 if (verbose > 1) {
420 int verbose, FILE *fp)
424 printed += __map_groups__fprintf_removed_maps(mg, i, verbose, fp);
428 size_t map_groups__fprintf(struct map_groups *mg, int verbose, FILE *fp) argument
430 size_t printed = map_groups__fprintf_maps(mg, verbose, f
374 __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, int verbose, FILE *fp) argument
401 __map_groups__fprintf_removed_maps(struct map_groups *mg, enum map_type type, int verbose, FILE *fp) argument
419 map_groups__fprintf_removed_maps(struct map_groups *mg, int verbose, FILE *fp) argument
435 map_groups__fixup_overlappings(struct map_groups *mg, struct map *map, int verbose, FILE *fp) argument
[all...]
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp538 ProcessInstanceInfo::DumpTableHeader (ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
539 proc_info.DumpAsTableRow(ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
589 ProcessInstanceInfo::DumpTableHeader (ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
592 proc_infos.GetProcessInfoAtIndex(i).DumpAsTableRow(ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
706 verbose = true;
722 verbose = false;
739 bool verbose; member in class:CommandObjectPlatformProcessList::CommandOptions
760 { LLDB_OPT_SET_FROM_TO(1, 6), false, "verbose" , 'v', no_argument , NULL, 0, eArgTypeNone , "Enable verbose output." },
/external/lldb/source/Symbol/
H A DType.cpp276 bool verbose,
285 if (verbose)
301 verbose,
403 bool verbose
416 DumpValue(exe_ctx, s, data, 0, show_types, show_summary, verbose);
268 DumpValue( ExecutionContext *exe_ctx, Stream *s, const DataExtractor &data, uint32_t data_byte_offset, bool show_types, bool show_summary, bool verbose, lldb::Format format ) argument
/external/mesa3d/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/openssl/crypto/threads/
H A Dmttest.c138 int verbose=0; variable
485 if (do_server && verbose)
496 if (do_client && verbose)
703 if (verbose)
/external/oprofile/opcontrol/
H A Dopcontrol.cpp37 #define verbose(fmt...) if (verbose_print) printf(fmt) macro
165 {"verbose", 0, 0, 'V'},
166 {"verbose-log", 1, 0, 'l'},
176 " --verbose show extra status\n"
177 " --verbose-log=lvl set daemon logging verbosity during setup\n"
393 verbose("idx: %d, name: %s, mask: %02x, ctr#: %d\n",
412 verbose("event_id is %d\n", event_info[event_idx].id);
413 verbose("count_val is %d\n", count_val);
440 verbose("Configure %s (%s)\n", fullname, content);
619 /* --verbose */
[all...]
/external/pixman/test/
H A Dstress-test.c847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod) argument
852 if (verbose)
967 int verbose = FALSE; local
979 verbose = TRUE;
985 verbose = TRUE;
1028 # pragma omp parallel for default(none) shared(verbose, n_tests, mod, seed)
1031 run_test (seed + i, verbose, mod);
1036 run_test (seed + i, verbose, mod);
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c70 static int verbose = 0; variable
237 if (verbose) {
361 if (verbose) {
385 if (verbose) {
687 if (verbose) {
722 if (verbose) {
728 if (verbose) {
742 if (verbose) {
797 verbose = v_flag;
821 if (verbose) {
[all...]
H A Dmake_ext4fs.c130 struct selabel_handle *sehnd, int verbose)
207 if (dentries[i].secon && verbose)
277 subdir_dir_path, inode, fs_config_func, sehnd, verbose);
482 struct selabel_handle *sehnd, int verbose)
591 fs_config_func, sehnd, verbose);
607 if (verbose) {
128 build_directory_structure(const char *full_path, const char *dir_path, u32 dir_inode, fs_config_func_t fs_config_func, struct selabel_handle *sehnd, int verbose) argument
479 make_ext4fs_internal(int fd, const char *_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, struct selabel_handle *sehnd, int verbose) argument
/external/skia/tools/
H A Dskdiff_main.cpp326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())
340 bool verbose,
583 bool verbose = false; local
651 if (!strcmp(argv[i], "--verbose")) {
652 verbose = true;
758 verbose, &summary);
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
/external/tcpdump/
H A Dprint-nfs.c57 static void print_sattr3(const struct nfsv3_sattr *sa3, int verbose);
267 print_sattr3(const struct nfsv3_sattr *sa3, int verbose) argument
275 if (verbose > 1) {
1187 parsefattr(const u_int32_t *dp, int verbose, int v3) argument
1193 if (verbose) {
1210 if (verbose > 1) {
1255 parseattrstat(const u_int32_t *dp, int verbose, int v3) argument
1265 return (parsefattr(dp, verbose, v3) != NULL);
1391 parse_pre_op_attr(const u_int32_t *dp, int verbose) argument
1398 if (verbose >
1412 parse_post_op_attr(const u_int32_t *dp, int verbose) argument
1427 parse_wcc_data(const u_int32_t *dp, int verbose) argument
1440 parsecreateopres(const u_int32_t *dp, int verbose) argument
1470 parsewccres(const u_int32_t *dp, int verbose) argument
1480 parsev3rddirres(const u_int32_t *dp, int verbose) argument
[all...]
H A Dprint-smb.c1332 const char *verbose; member in struct:nbf_strings
1428 if (nbf_strings[command].verbose != NULL)
1429 data = smb_fdata(data, nbf_strings[command].verbose, data2, 0);

Completed in 2223 milliseconds

<<11121314151617