Searched defs:verbose (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/external/proguard/lib/
H A Dretrace.jar ... final String REGEX_ARGUMENTS private final String regularExpression private final boolean verbose private final java.io.File mappingFile private final ...
/external/proguard/src/proguard/ant/
H A DProGuardTask.java247 public void setVerbose(boolean verbose) argument
249 configuration.verbose = verbose;
/external/selinux/libsepol/src/
H A Dmodule.c309 int verbose)
323 verbose);
464 struct sepol_policy_file *spf, int verbose)
617 rc = policydb_read(&mod->policy->p, file, verbose);
997 sepol_policydb_t ** modules, size_t len, int verbose)
1000 verbose);
1005 sepol_policydb_t * out, int verbose, int check)
1007 return expand_module(handle, &base->p, &out->p, verbose, check);
306 sepol_link_packages(sepol_handle_t * handle, sepol_module_package_t * base, sepol_module_package_t ** modules, int num_modules, int verbose) argument
463 sepol_module_package_read(sepol_module_package_t * mod, struct sepol_policy_file *spf, int verbose) argument
995 sepol_link_modules(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t ** modules, size_t len, int verbose) argument
1003 sepol_expand_module(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t * out, int verbose, int check) argument
/external/v8/src/
H A Dutils.cc184 bool verbose,
187 if (verbose) {
214 bool verbose) {
216 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
222 byte* ReadBytes(const char* filename, int* size, bool verbose) { argument
223 char* chars = ReadCharsFromFile(filename, size, 0, verbose);
243 bool verbose) {
245 char* result = ReadCharsFromFile(filename, &size, 1, verbose);
252 bool verbose) {
254 char* result = ReadCharsFromFile(file, &size, 1, verbose, "");
181 ReadCharsFromFile(FILE* file, int* size, int extra_space, bool verbose, const char* filename) argument
211 ReadCharsFromFile(const char* filename, int* size, int extra_space, bool verbose) argument
241 ReadFile(const char* filename, bool* exists, bool verbose) argument
250 ReadFile(FILE* file, bool* exists, bool verbose) argument
273 AppendChars(const char* filename, const char* str, int size, bool verbose) argument
290 WriteChars(const char* filename, const char* str, int size, bool verbose) argument
307 WriteBytes(const char* filename, const byte* bytes, int size, bool verbose) argument
[all...]
/external/vogar/src/vogar/
H A DConsole.java46 private boolean verbose; field in class:Console
73 public void setVerbose(boolean verbose) { argument
74 this.verbose = verbose;
78 return verbose;
81 public synchronized void verbose(String s) { method in class:Console
84 * verbose message unless requested.
86 if (!verbose && !ansi) {
90 * When writing verbose output in the middle of streamed output, keep
91 * the streamed mark location. That way we can remove the verbose outpu
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.c746 * @verbose: Whether to include verbose status information
750 char *buf, size_t buflen, int verbose)
749 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c746 * @verbose: Whether to include verbose status information
750 char *buf, size_t buflen, int verbose)
749 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c746 * @verbose: Whether to include verbose status information
750 char *buf, size_t buflen, int verbose)
749 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
/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/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/libxml2/
H A Dtestrecurse.c898 static int verbose = 0; variable
914 if (verbose) {
935 verbose = 1;
/external/linux-tools-perf/src/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/selinux/policycoreutils/sandbox/
H A Dseunshare.c57 static int verbose = 0; variable
144 if (verbose > 1)
260 if (verbose)
279 if (verbose)
636 {"verbose", 1, 0, 'v'},
683 verbose++;
/external/skia/tools/
H A Dskdiff_main.cpp373 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())
387 bool verbose,
630 bool verbose = false; local
699 if (!strcmp(argv[i], "--verbose")) {
700 verbose = true;
810 verbose, &summary);
377 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);
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc166 bool verbose = true; local
360 verbose = false;
378 if (verbose) {
555 if (verbose) {
733 if (verbose) {
887 if (verbose) {

Completed in 1019 milliseconds

1234567891011>>