HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 351 - 375 of 2046) sorted by null

<<11121314151617181920>>

  /system/extras/ext4_utils/
ext4fixup.c 69 static int verbose = 0; variable
236 if (verbose) {
360 if (verbose) {
384 if (verbose) {
686 if (verbose) {
721 if (verbose) {
727 if (verbose) {
741 if (verbose) {
796 verbose = v_flag;
820 if (verbose) {
    [all...]
  /external/v8/tools/
test-wrapper-gypbuild.py 43 PROGRESS_INDICATORS = ['verbose', 'dots', 'color', 'mono']
69 result.add_option("-v", "--verbose", help="Verbose output",
72 help="The style of progress indicator (verbose, dots, color, mono)",
160 if options.verbose:
161 result += ['--verbose']
  /external/hyphenation/
hyphen.c 216 #ifdef VERBOSE
304 #ifdef VERBOSE
420 #ifdef VERBOSE
479 #ifdef VERBOSE
491 #ifndef VERBOSE
554 #ifdef VERBOSE
573 #ifdef VERBOSE
590 #ifdef VERBOSE
595 #ifdef VERBOSE
606 #ifdef VERBOSE
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 44 bool Verbose;
50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
51 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
174 if (Verbose)
508 unsigned First, bool Verbose) {
572 if (Verbose) {
603 RemoveDuplicates(SearchList, 0, Verbose);
612 RemoveDuplicates(SearchList, NumQuoted, Verbose);
634 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
    [all...]
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
199 if (Log.isLoggable(TAG, Log.VERBOSE)) {
214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
223 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 54 * -v Verbose
145 static bool verbose = defaultVerbose; variable
339 case 'v': // Verbose
340 verbose = true;
355 testPrintE(" -v Verbose");
480 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
482 if (verbose) {
491 if (verbose) {testPrintI("Set:"); }
493 if (verbose) { hwcTestDisplayListHandles(list); }
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 100 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
101 if (verbose > 1) {
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 2 * ALOG Levels: F - Fatal, E - Error, W - Warning, I - Info, D - Debug, V - Verbose
6 * % logcat '*:v' [To display Verbose Logging]
  /external/bison/doc/
cross-options.texi 77 @item @option{--verbose}
79 @tab @code{%verbose}
  /external/clang/tools/diag-build/
diag-build.sh 19 verbose=$1
114 [[ -n "$verbose" ]] && echo $command
  /external/liblzf/
lzf.c 62 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/libsepol/include/sepol/policydb/
expand.h 47 int verbose, int expand_neverallow);
55 int verbose, int check);
  /external/linux-tools-perf/util/
thread.c 61 map_groups__fprintf(&self->mg, verbose, fp);
105 map_groups__fixup_overlappings(&self->mg, map, verbose, stderr);
  /external/llvm/lib/Linker/
Linker.cpp 61 Linker::verbose(StringRef message) { function in class:Linker
62 if (Flags&Verbose)
  /external/openssh/regress/
sftp-glob.sh 15 verbose "$tid: $errtag (skipped: $skip)"
18 verbose "$tid: $errtag"
  /external/openssh/
sftp-server.8 77 QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
78 INFO and VERBOSE log transactions that
  /external/oprofile/doc/
opannotate.1.in 98 .BI "--verbose / -V [options]"
99 Give verbose debugging output.
opreport.1.in 115 .BI "--verbose / -V [options]"
116 Give verbose debugging output.
  /external/proguard/src/proguard/shrink/
Shrinker.java 102 configuration.verbose);
151 if (configuration.verbose)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLog.java 53 addLog(Log.VERBOSE, tag, msg, throwable);
103 case Log.VERBOSE:c = 'V'; break;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 23 DEFINE_int32(v, 0, "verbose level");
24 DEFINE_bool(help, false, "verbose level");
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.h 75 // Enables or disables verbose logging in debug mode.
119 // Whether or not to perform verbose logging in debug mode.
  /external/webkit/Tools/Scripts/
run-webkit-tests 52 # pass --verbose to new-run-webkit-tests. This will be removed when we
72 push(@ARGV, "--verbose");
  /frameworks/base/core/java/android/util/
Log.java 32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
58 public static final int VERBOSE = 2;
111 * Send a {@link #VERBOSE} log message.
117 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
121 * Send a {@link #VERBOSE} log message and log the exception.
128 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
  /packages/apps/Email/src/com/android/mail/utils/
LogUtils.java 43 public static final int VERBOSE = Log.VERBOSE;
69 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE;
86 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
176 * Send a {@link #VERBOSE} log message.
186 if (isLoggable(tag, VERBOSE)) {
193 * Send a {@link #VERBOSE} log message.
204 if (isLoggable(tag, VERBOSE)) {

Completed in 538 milliseconds

<<11121314151617181920>>