HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 151 - 175 of 669) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 324 scan_JPEG_header (int verbose)
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/
ByteArrayOutput.java 53 /** 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) {
438 this.verbose = verbose;
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 269 final boolean verbose = log.atVERBOSE ();
270 if (verbose)
272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
275 log.verbose ("coverage path:");
276 log.verbose ("{");
282 log.verbose (" " + nonexistent + f.getAbsolutePath ());
284 log.verbose ("}");
288 log.verbose ("source path not set");
292 log.verbose ("source path:");
293 log.verbose ("{");
    [all...]
  /external/linux-tools-perf/util/
map.c 327 enum map_type type, int verbose, FILE *fp)
336 if (verbose > 2) {
345 size_t map_groups__fprintf_maps(struct map_groups *self, int verbose, FILE *fp)
349 printed += __map_groups__fprintf_maps(self, i, verbose, fp);
355 int verbose, FILE *fp)
363 if (verbose > 1) {
372 int verbose, FILE *fp)
376 printed += __map_groups__fprintf_removed_maps(self, i, verbose, fp);
380 size_t map_groups__fprintf(struct map_groups *self, int verbose, FILE *fp)
382 size_t printed = map_groups__fprintf_maps(self, verbose, fp)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /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...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 352 original_verbose_ = GMOCK_FLAG(verbose).c_str();
355 virtual void TearDown() { GMOCK_FLAG(verbose) = original_verbose_; }
361 GMOCK_FLAG(verbose) = kInfoVerbosity;
367 GMOCK_FLAG(verbose) = kErrorVerbosity;
373 GMOCK_FLAG(verbose) = kWarningVerbosity;
386 const string old_flag = GMOCK_FLAG(verbose);
387 GMOCK_FLAG(verbose) = verbosity;
399 GMOCK_FLAG(verbose) = old_flag;
405 const string saved_flag = GMOCK_FLAG(verbose);
406 GMOCK_FLAG(verbose) = kInfoVerbosity
    [all...]
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";
  /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/blktrace/btt/
btt_plot.py 46 [ -v | --verbose ] Default: False
74 verbose = False variable
150 global verbose
157 elif verbose:
192 global add_legend, output_file, title_str, type, verbose
205 'verbose' ]
226 elif o in ('-v', '--verbose'):
227 verbose = True
309 global add_legend, output_file, title_str, verbose
316 if verbose
    [all...]
  /external/openssh/regress/
cert-hostkey.sh 28 verbose "$tid: sign host ${ktype} cert"
50 verbose "$tid: host ${ktype} cert connect privsep $privsep"
92 verbose "$tid: host ${ktype} revoked cert privsep $privsep"
119 verbose "$tid: host ${ktype} revoked cert"
151 verbose "$tid: host cert connect $ident $kt expect $result"
193 verbose "$tid: host ${ktype} ${v} cert downgrade to raw key"
240 verbose "$tid: host ${kt} connect wrong cert"
  /external/strace/
resource.c 157 if (syserror(tcp) || !verbose(tcp))
181 if (!verbose(tcp))
223 if (syserror(tcp) || !verbose(tcp))
243 if (!verbose(tcp))
296 else if (syserror(tcp) || !verbose(tcp))
332 else if (syserror(tcp) || !verbose(tcp))
396 if (syserror(tcp) || !verbose(tcp))
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 44 my $verbose = 0;
109 $verbose = shift;
133 $codeGenerator = $ifaceName->new($object, $useOutputDir, $useOutputHeadersDir, $useLayerOnTop, $preprocessor, $writeDependencies, $verbose);
137 print "Skipping $useGenerator code generation for IDL interface \"" . $class->name . "\".\n" if $verbose;
147 print "Generating $useGenerator bindings code for IDL interface \"" . $class->name . "\"...\n" if $verbose;
224 . @{$interface->attributes} . " attributes...\n | |>\n" if $verbose;
291 print " | |> Parsing parent IDL \"$filename\" for interface \"$interfaceName\"\n" if $verbose;
  /system/extras/showmap/
showmap.c 209 static int verbose = 0; variable
224 if (!verbose && !addresses) {
236 if (!verbose && !addresses) {
255 milist = load_maps(pid, addresses, !verbose && !addresses);
287 if (!verbose && !addresses) {
308 if (!verbose && !addresses) {
328 verbose = 1;
359 " -v = verbose (don't coalesce maps with the same name)\n"
  /external/tcpdump/
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/valgrind/main/callgrind/
callstack.c 123 Int old = CLG_(clo).verbose;
124 CLG_(clo).verbose = fn->verbosity;
128 fn->name, CLG_(clo).verbose);
168 Int old = CLG_(clo).verbose;
169 CLG_(clo).verbose = fn->verbosity;
173 fn->name, CLG_(clo).verbose);
274 if (CLG_(clo).verbose<2) {
293 else if (CLG_(clo).verbose<4) {
373 if (CLG_(clo).verbose<4) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 97 - Specifying --verbose is equivalent to --print everything plus it
99 information. If you specify --verbose and --print X, then X overrides
100 the --print everything implied by --verbose.
115 # based on whether or not --verbose is specified (since --print
116 # overrides --verbose).
122 optparse.make_option("-v", "--verbose", action="store_true",
127 def parse_print_options(print_options, verbose, child_processes,
137 elif verbose:
177 def _configure_logging(stream, verbose):
181 if verbose
    [all...]
  /external/openssh/openbsd-compat/
port-linux.c 274 verbose("error reading %s: %s", oom_adj_path,
279 verbose("error writing %s: %s",
282 verbose("Set %s from %d to %d",
304 verbose("error writing %s: %s", oom_adj_path, strerror(errno));
306 verbose("Set %s to %d", oom_adj_path, oom_adj_save);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 43 //If true, this is an intermediate step (more verbose logging, only)
150 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
152 if ((verbose > 0 && !mIntermediateNote) || verbose > 1) {
  /external/e2fsprogs/misc/
lsattr.c 60 static int verbose; variable
179 verbose = 1;
197 if (verbose)
  /external/elfutils/tests/
saridx.c 103 int verbose = 0; local
108 verbose = 1;
147 if (verbose)
149 /* The verbose variant. We print a lot of information. */
  /external/proguard/src/proguard/ant/
ProGuardTask.java 236 public void setVerbose(boolean verbose)
238 configuration.verbose = verbose;
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 117 # ifndef verbose
118 # define verbose 0 macro
120 int z_verbose = verbose;
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 79 // show debug message only if verbose >= 0
80 if (0 <= m_Config.options().verbose()) {
89 // show ignored message only if verbose >= 1
90 if (1 <= m_Config.options().verbose()) {
99 // show ignored message only if verbose >= 2
100 if (2 <= m_Config.options().verbose()) {
  /system/core/toolbox/
lsusb.c 25 static int verbose = 0; variable
157 if (verbose) {
209 verbose = 1;

Completed in 1456 milliseconds

1 2 3 4 5 67 8 91011>>