HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 226 - 250 of 1929) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-link/
llvm-link.cpp 47 Verbose("v", cl::desc("Print information about actions taken"));
65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n";
104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
132 if (Verbose) errs() << "Writing bitcode...\n";
  /external/tcpdump/
print-sip.c 42 /* in non-verbose mode just lets print the protocol and length */
print-nfs.c 57 static void print_sattr3(const struct nfsv3_sattr *sa3, int verbose);
267 print_sattr3(const struct nfsv3_sattr *sa3, int verbose)
275 if (verbose > 1) {
1105 parsefattr(const u_int32_t *dp, int verbose, int v3)
1111 if (verbose) {
1128 if (verbose > 1) {
1173 parseattrstat(const u_int32_t *dp, int verbose, int v3)
1183 return (parsefattr(dp, verbose, v3) != NULL);
1309 parse_pre_op_attr(const u_int32_t *dp, int verbose)
1316 if (verbose > 1)
    [all...]
  /external/webkit/Tools/Scripts/
check-webkit-style 82 # Checking for the verbose flag before calling check_webkit_style_parser()
83 # lets us enable verbose logging earlier.
84 is_verbose = "-v" in args or "--verbose" in args
87 _log.debug("Verbose logging enabled.")
test-webkitpy 46 # Verbose logging is useful for debugging test-webkitpy code that runs
48 # unit-test auto-detection logic. This is different from verbose logging
49 # of the unit tests themselves (i.e. the unittest module's --verbose flag).
59 verbose. If this parameter is true, the logging
175 verbose_logging_flag = "--verbose-logging"
180 # FIXME: Get documentation for the --verbose-logging flag to show
189 _log.debug("Verbose WebKit logging enabled.")
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 25 case Log.VERBOSE:
  /packages/apps/Browser/src/com/android/browser/
Browser.java 27 // Set to true to enable verbose logging.
  /packages/apps/Contacts/src/com/android/contacts/util/
Constants.java 30 * To enable: adb shell setprop log.tag.ContactsPerf VERBOSE
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 142 /** Enable verbose logging - use with "setprop log.tag.DownloadManager VERBOSE" */
144 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
146 /** Enable super-verbose logging */
  /packages/wallpapers/Galaxy4/
proguard.cfg 5 -verbose
  /packages/wallpapers/NoiseField/
proguard.cfg 5 -verbose
  /packages/wallpapers/PhaseBeam/
proguard.cfg 5 -verbose
  /sdk/files/
proguard.cfg 5 -verbose
  /sdk/layoutlib_api/sample/testproject/
proguard.cfg 5 -verbose
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/
proguard.cfg 5 -verbose
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 42 * - A <b>verbose</b> optional log that can provide more information than the summary
45 * provided: error, normal and verbose. An UI may hide the log till an error is
46 * logged and/or might hide the verbose text unless a flag is checked by the user.
72 * Logs a "verbose" information line, that is extra details which are typically
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ILogUiProvider.java 44 * Logs a "verbose" information line, that is extra details which are typically
  /system/core/adb/
adb_client.h 44 /* return verbose error string from last operation */
  /system/extras/ext4_utils/
ext2simg.c 33 static int verbose = 0; variable
40 fprintf(stderr, " -v verbose output\n");
77 if (verbose) {
181 verbose = 1;
  /external/dbus/tools/
dbus-launch-x11.c 48 verbose ("X IO error\n");
110 verbose ("X11 integration disabled because X11 is not running\n");
170 verbose ("session file: %s\n", result);
223 verbose ("Connected to X11 display '%s'\n", DisplayString (xdisplay));
251 verbose ("Could not determine the user informations; aborting X11 integration.\n");
262 verbose ("Could not create X11 atoms; aborting X11 integration.\n");
369 verbose ("Created window %d\n", wid);
  /external/iptables/iptables/
ip6tables-restore.c 28 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,
iptables-restore.c 25 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/libffi/testsuite/lib/
libffi-dg.exp 105 verbose "libffi $blddirffi"
111 verbose "gccdir $gccdir"
133 verbose "ld_library_path: $ld_library_path"
137 verbose "libffi_include $libffi_include"
140 verbose "libffi_dir $libffi_dir"
195 verbose "options: $options"
240 verbose "Testing $nshort, $flags" 1
  /system/core/toolbox/
powerd.c 191 int verbose = 1; local
220 verbose = 2;
223 verbose = 0;
263 if(verbose > 0)
270 if(verbose > 0)
322 if(gotkey && verbose > 0)
324 if(!gotkey && verbose > 1)
375 if(verbose > 1)
383 if(verbose > 0)
396 if(verbose > 0
    [all...]
  /external/chromium/testing/gmock/test/
gmock_output_test_.cc 68 testing::GMOCK_FLAG(verbose) = "info";
73 testing::GMOCK_FLAG(verbose) = "warning";
77 testing::GMOCK_FLAG(verbose) = "info";
82 testing::GMOCK_FLAG(verbose) = "warning";
286 testing::GMOCK_FLAG(verbose) = "warning";

Completed in 5140 milliseconds

1 2 3 4 5 6 7 8 91011>>