Searched defs:verbose (Results 76 - 100 of 225) sorted by relevance

123456789

/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
149 if (verbose) {
184 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
245 if (verbose) {
383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { argument
440 if (verbose) {
115 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) argument
H A Ducmstate.c617 UBool verbose) {
694 if(verbose) {
926 UBool verbose) {
947 compactToUnicode2(states, pUnicodeCodeUnits, toUFallbacks, countToUFallbacks, verbose);
949 if(verbose) {
614 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
923 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
/external/iptables/iptables/
H A Dip6tables-restore.c28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
34 {.name = "verbose", .has_arg = false, .val = 'v'},
49 " [ --verbose ]\n"
153 verbose = 1;
193 if (verbose)
230 for_each_chain6(flush_entries6, verbose, 1,
235 for_each_chain6(delete_chain6, verbose, 0,
H A Diptables-restore.c25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
31 {.name = "verbose", .has_arg = false, .val = 'v'},
49 " [ --verbose ]\n"
156 verbose = 1;
199 if (verbose)
237 for_each_chain4(flush_entries4, verbose, 1,
242 for_each_chain4(delete_chain4, verbose, 0,
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java25 protected boolean verbose = false; field in class:AndroidConfigChooser
126 if (verbose) {
/external/jpeg/
H A Drdjpgcom.c324 scan_JPEG_header (int verbose) argument
352 if (verbose)
370 * APP12 markers, so we print those out too when in -verbose mode.
372 if (verbose) {
401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n");
441 int verbose = 0; local
458 if (keymatch(arg, "verbose", 1)) {
459 verbose++;
491 (void) scan_JPEG_header(verbose);
/external/liblzf/
H A Dlzf.c62 static int verbose = 0; variable
74 {"verbose", 0, 0, 'v'},
83 "-h --help give this help\n" "-v --verbose verbose mode\n" "-b # --blocksize # set blocksize\n" "\n";
92 "-v verbose mode\n"
422 if (!rc && verbose)
429 if (!rc && verbose)
494 verbose = 1;
/external/libppp/src/
H A Dprompt.c361 prompt_Destroy(struct prompt *p, int verbose) argument
369 if (verbose)
/external/openssh/
H A Dlog.c194 verbose(const char *fmt,...) function
/external/openssl/apps/
H A Denc.c108 int bsize=BSIZE,verbose=0; local
197 verbose=1;
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
677 if (verbose)
H A Dengine.c77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
254 if(verbose == 1)
271 if((verbose >= 3) && !util_flags(bio_out, flags,
345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local
378 if((verbose=strlen(*argv + 1)) > 4)
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
/external/oprofile/libutil++/
H A Dop_bfd.cpp37 verbose vbfd("bfd");
408 bool const verbose = cverb << (vbfd & vlevel1); local
416 if (!verbose)
/external/proguard/src/proguard/
H A DConfiguration.java284 * Specifies whether to print verbose messages.
286 public boolean verbose = false; field in class:Configuration
/external/proguard/src/proguard/retrace/
H A DReTrace.java41 private static final String VERBOSE_OPTION = "-verbose";
55 private final boolean verbose; field in class:ReTrace
69 * @param verbose specifies whether the de-obfuscated stack trace
70 * should be verbose.
75 boolean verbose,
78 this(regularExpression, verbose, mappingFile, null);
87 * @param verbose specifies whether the de-obfuscated stack trace
88 * should be verbose.
95 boolean verbose,
100 this.verbose
74 ReTrace(String regularExpression, boolean verbose, File mappingFile) argument
94 ReTrace(String regularExpression, boolean verbose, File mappingFile, File stackTraceFile) argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdjpgcom.c324 scan_JPEG_header (int verbose) argument
352 if (verbose)
370 * APP12 markers, so we print those out too when in -verbose mode.
372 if (verbose) {
401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n");
441 int verbose = 0; local
458 if (keymatch(arg, "verbose", 1)) {
459 verbose++;
491 (void) scan_JPEG_header(verbose);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArrayAnnotatedOutput.java55 /** whether annotations are to be verbose */
56 private boolean verbose; field in class:ByteArrayAnnotatedOutput
112 this.verbose = false;
375 return verbose;
450 * @param verbose whether or not to indicate verbose annotations
452 public void enableAnnotations(int annotationWidth, boolean verbose) { argument
471 this.verbose = verbose;
H A DByteArrayOutput.java53 /** whether annotations are to be verbose */
54 private boolean verbose; field in class:ByteArrayOutput
107 this.verbose = false;
357 return verbose;
417 * @param verbose whether or not to indicate verbose annotations
419 public void enableAnnotations(int annotationWidth, boolean verbose) { argument
438 this.verbose = verbose;
/external/v8/src/
H A Dv8utils.cc116 bool verbose,
119 if (verbose) {
146 bool verbose) {
148 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
154 byte* ReadBytes(const char* filename, int* size, bool verbose) { argument
155 char* chars = ReadCharsFromFile(filename, size, 0, verbose);
175 bool verbose) {
177 char* result = ReadCharsFromFile(filename, &size, 1, verbose);
184 bool verbose) {
186 char* result = ReadCharsFromFile(file, &size, 1, verbose, "");
113 ReadCharsFromFile(FILE* file, int* size, int extra_space, bool verbose, const char* filename) argument
143 ReadCharsFromFile(const char* filename, int* size, int extra_space, bool verbose) argument
173 ReadFile(const char* filename, bool* exists, bool verbose) argument
182 ReadFile(FILE* file, bool* exists, bool verbose) argument
205 AppendChars(const char* filename, const char* str, int size, bool verbose) argument
222 WriteChars(const char* filename, const char* str, int size, bool verbose) argument
239 WriteBytes(const char* filename, const byte* bytes, int size, bool verbose) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c490 * @verbose: Whether to include verbose status information
498 int verbose)
510 pos, end - pos, verbose);
497 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c472 * @verbose: Whether to include verbose status information
480 int verbose)
492 pos, end - pos, verbose);
479 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.c472 * @verbose: Whether to include verbose status information
480 int verbose)
492 pos, end - pos, verbose);
479 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.c472 * @verbose: Whether to include verbose status information
480 int verbose)
492 pos, end - pos, verbose);
479 rsn_preauth_get_status(struct wpa_sm *sm, 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-jsch.jar ... com.jcraft.jsch.Session session private boolean verbose private org.apache.tools.ant.taskdefs ...
/external/dbus/dbus/
H A Ddbus-internals.c309 static dbus_bool_t verbose = TRUE; variable
311 /** Whether to show the current thread in verbose messages */
331 verbose logs (can still be disabled with DBUS_ENABLE_VERBOSE_MODE) */
332 verbose = TRUE;
335 verbose = p != NULL && *p == '1';
395 * Implementation of dbus_is_verbose() macro if built with verbose logging
397 * @returns whether verbose logging is active.
403 return verbose;
408 * if the user has enabled verbose mode.
430 * in the non-verbose cas
[all...]
/external/e2fsprogs/misc/
H A Dfilefrag.c45 int verbose = 0; variable
186 if (!verbose)
209 if (verbose && !fiemap_header_printed) {
216 if (!verbose) {
303 if (verbose && once)
308 if (verbose && is_ext2 && once)
331 if (verbose)
354 if (verbose)
397 verbose++;

Completed in 523 milliseconds

123456789