Searched refs:verbose (Results 276 - 300 of 749) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/jdwp/
H A DAndroid_debug_config.mk19 # We run in debug mode to get more error checking and enable JDWP verbose logs
34 jdwp_test_runtime_options := -verbose:jdwp
38 #jdwp_test_runtime_options += -verbose:threads
169 -Djpda.settings.verbose=true \
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedMethod.java140 public void debugPrint(PrintWriter out, boolean verbose) { argument
144 code.debugPrint(out, " ", verbose);
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPoloChallengeResponse.java222 mLogger.verbose(message);
233 * Logs verbose debugging information from challenge-response generation.
235 public void verbose(String message); method in interface:PoloChallengeResponse.DebugLogger
/external/libvpx/libvpx/build/make/
H A Diosbuild.sh193 --verbose: Output information about the environment and each stage of the
223 --verbose)
/external/lldb/examples/python/
H A Dsymbolication.py86 def symbolicate(self, verbose = False):
94 # Print full source file path in verbose mode
95 if verbose:
133 # Print full source file path in verbose mode
134 if verbose:
425 def symbolicate(self, load_addr, verbose = False):
443 if symbolicated_address.symbolicate (verbose):
459 symbolicated_address.symbolicate (verbose)
540 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', hel
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp130 bool verbose = log->GetVerbose(); local
136 if (verbose)
/external/selinux/policycoreutils/gui/
H A Dhtml_util.py86 def __init__(self, formatter, verbose=0):
87 htmllib.HTMLParser.__init__(self, formatter, verbose)
/external/selinux/policycoreutils/restorecond/
H A Drestorecond.c38 * -v Run in verbose mode (Report missing files)
149 r_opts.verbose = 0;
194 r_opts.verbose++;
/external/squashfs-tools/squashfs-tools/
H A Daction.h193 * -action, -true-action, -false-action and -verbose-action
229 int verbose; member in struct:action
310 extern int parse_action(char *, int verbose);
/external/vogar/src/vogar/monitor/
H A DHostMonitor.java60 log.verbose("action monitor connected to " + socket.getRemoteSocketAddress());
69 log.verbose("connection " + attempt + " to localhost:"
/external/vogar/src/vogar/tasks/
H A DTaskQueue.java100 console.verbose(message.toString());
131 console.verbose(message.toString());
/external/zopfli/src/zopfli/
H A Dzopfli_bin.c139 if (StringsEqual(arg, "-v")) options.verbose = 1;
157 " -v verbose mode\n"
189 if (options.verbose && outfilename) {
/external/blktrace/btt/
H A Dtrace.c30 if (verbose && ((now - last_vtrace) > 0)) {
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h126 UBool verbose; member in struct:UPKGOptions_
/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/libnl/lib/route/
H A Dpktloc_syntax.y10 %error-verbose
/external/libxml2/
H A Dcheck-xsddata-test-suite.py13 verbose = 0 variable
324 if verbose and level >= 0:
345 if verbose and sections != [] and level <= 0:
357 if verbose and level >= 0 :
H A Dxmlcatalog.c41 static int verbose = 0; variable
275 verbose++;
276 xmlCatalogSetDebug(verbose);
282 if (verbose > 0)
283 verbose--;
284 xmlCatalogSetDebug(verbose);
326 \t-v --verbose : provide debug informations\n");
346 if ((!strcmp(argv[i], "-verbose")) ||
348 (!strcmp(argv[i], "--verbose"))) {
349 verbose
[all...]
/external/skia/tests/
H A DTest.h37 virtual bool verbose() const;
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentPremain.java64 builder = builder.verbose(true);
/external/strace/
H A Dptp.c10 if (!verbose(tcp))
/external/vogar/src/vogar/
H A DMd5Cache.java119 log.verbose("inserting " + key);
/external/vogar/src/vogar/commands/
H A DCommand.java108 log.verbose("executing " + actual);
208 log.verbose("received exit value " + exitValue + " from destroyed command " + this);
231 log.verbose("sending quit signal to command " + Command.this);
238 log.verbose("killing timed out command " + Command.this);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.h109 char *buf, size_t buflen, int verbose);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.h109 char *buf, size_t buflen, int verbose);

Completed in 1446 milliseconds

<<11121314151617181920>>