Searched refs:quiet (Results 1 - 3 of 3) sorted by relevance

/system/media/camera/docs/
H A Dmetadata-parser-sanity-check51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
52 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
/system/extras/memtrack/
H A Dmemtrack.cpp264 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
269 printf(" --quiet\n");
298 bool quiet = false; local
303 } else if (strcmp(argv[i], "--quiet") == 0) {
304 quiet = true;
318 if (quiet && verbose) {
319 printf("Both --quiet and --verbose cannot be specified.\n");
334 if (!quiet) {
360 if (!quiet) {
/system/extras/showmap/
H A Dshowmap.cpp31 static bool quiet = false; variable
181 if (!quiet) fprintf(stderr, "cannot open /proc/%d/smaps: %s\n", pid, strerror(errno));
210 if (!quiet) fprintf(stderr, "could not read /proc/%d/smaps\n", pid);
268 return quiet ? 0 : 1;
333 quiet = true;
358 " -q = quiet (don't show error if map could not be read)\n"

Completed in 72 milliseconds