Searched refs:verbose (Results 1 - 25 of 34) sorted by relevance

12

/system/core/libsparse/
H A Dsparse_file.h29 bool verbose; member in struct:sparse_file
H A Dsimg_dump.py30 -v verbose output
43 verbose = 0 # -v
49 ["verbose", "showhash", "csvfile"])
54 if o in ("-v", "--verbose"):
55 verbose += 1
72 output = verbose or csvfilename or showhash
115 if verbose > 0:
135 if verbose > 0:
185 if verbose > 0:
188 if verbose >
[all...]
H A Dsparse_read.cpp61 static void verbose_error(bool verbose, int err, const char *fmt, ...) argument
63 if (!verbose) return;
212 verbose_error(s->verbose, ret, "data block at %" PRId64, offset);
220 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset);
229 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset);
237 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64,
243 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64,
397 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) argument
406 verbose_error(verbose, ret, "header");
411 verbose_error(verbose,
453 sparse_file_import_auto(int fd, bool crc, bool verbose) argument
[all...]
/system/extras/ext4_utils/
H A Dext4fixup_main.c32 int verbose = 0; local
43 verbose = 1;
68 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
H A Dext4fixup.c74 static int verbose = 0; variable
259 if (verbose) {
283 if (verbose) {
591 if (verbose) {
626 if (verbose) {
632 if (verbose) {
646 if (verbose) {
701 verbose = v_flag;
713 read_ext(fd, verbose);
739 if (verbose) {
[all...]
H A Dmake_ext4fs_main.c81 int verbose = 0; local
164 verbose = 1;
264 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
/system/core/libsparse/include/sparse/
H A Dsparse.h246 * @verbose - print verbose errors while reading the sparse file
250 * sparse cookie that was used to write it. If verbose is true, prints verbose
255 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
262 * @verbose - whether to use verbose logging
272 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
289 * sparse_file_verbose - set a sparse file cookie to print verbose errors
293 * Print verbose spars
[all...]
/system/tools/aidl/tests/
H A Dintegration-test.py60 def __init__(self, device_serial=None, verbose=None):
65 verbose: True iff we should print out ADB commands we run.
68 self._verbose = verbose
178 parser.add_argument('--verbose', '-v', action='store_true', default=False)
180 host = AdbHost(verbose=args.verbose)
/system/media/audio_utils/tests/
H A Dfifo_tests.cpp37 bool verbose = false; local
53 case 'v': // enable verbose logging
54 verbose = true;
130 if (verbose) {
146 if (verbose) {
165 if (verbose) {
202 if (verbose) {
/system/tools/hidl/c2hal/
H A Dmain.cpp114 bool verbose = false; local
132 verbose = true;
156 if (verbose) {
/system/extras/showmap/
H A Dshowmap.cpp29 static bool verbose = false; variable
228 if (!verbose && !addresses) {
240 if (!verbose && !addresses) {
260 if (!verbose && !addresses) {
270 mapinfo *milist = load_maps(pid, addresses, !verbose && !addresses);
326 verbose = true;
361 " -v = verbose (don't coalesce maps with the same name)\n"
/system/core/libnetutils/
H A Ddhcpclient.c43 static int verbose = 1; variable
354 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
358 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
362 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
367 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype);
371 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen);
375 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr));
499 if (verbose) dump_dhcp_info(&info);
/system/extras/memtrack/
H A Dmemtrack.cpp264 printf("Usage: memtrack [--verbose | --quiet] [--scan_delay TIME_SECS]\n");
267 printf(" --verbose\n");
297 bool verbose = false; local
301 if (strcmp(argv[i], "--verbose") == 0) {
302 verbose = true;
318 if (quiet && verbose) {
319 printf("Both --quiet and --verbose cannot be specified.\n");
344 if (verbose) {
350 if (verbose) {
/system/libhwbinder/vts/performance/
H A DLatency.cpp66 static int verbose = 0; variable
91 if (!verbose) {
121 uint32_t ret = service->send(verbose, call_sta);
215 uint32_t ret = service->send(verbose, call_sta);
317 verbose = 1;
/system/extras/verity/fec/
H A Dimage.cpp106 file = sparse_file_import_auto(fd, false, ctx->verbose);
121 if (ctx->verbose) {
199 if (ctx->verbose) {
374 if (ctx->verbose) {
387 if (ctx->verbose) {
413 if (ctx->verbose) {
H A Dmain.cpp106 " -v enable verbose logging\n"
197 if (ctx.verbose) {
246 if (ctx.verbose) {
294 {"verbose", no_argument, 0, 'v'},
356 ctx.verbose = true;
H A Dimage.h43 /* if true, print more verbose information to stderr */
44 bool verbose; member in struct:image
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h166 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
169 int read_ext(int fd, int verbose);
/system/extras/tests/workloads/
H A Ddefs.sh58 (-v) verbose=1;;
122 verbose=${verbose:=0}
146 if [ $verbose -gt 0 ]; then
/system/core/liblog/
H A Devent_tag_map.cpp147 bool emplaceUnique(uint32_t tag, const TagFmt& tagfmt, bool verbose = false);
154 bool verbose) {
164 if (verbose) {
181 if (verbose) {
246 // lineNum = 0 removes verbose comments and requires us to cache the
311 bool verbose = true; local
317 verbose = !!fastcmp<strncmp>(cp, "uid=", strlen("uid="));
330 verbose)) {
153 emplaceUnique(uint32_t tag, const TagFmt& tagfmt, bool verbose) argument
/system/extras/ioshark/
H A Dioshark_bench.c68 int verbose = 0; variable
578 if (verbose) {
677 /* Non-verbose summary mode for nightly runs */
692 verbose = 1;
699 if ((verbose + summary_mode) == 2)
736 if (verbose) {
839 if (verbose)
843 if (verbose)
/system/core/cpio/
H A Dmkbootfs.c56 static int verbose = 0; variable
165 if(verbose) {
236 if(verbose) {
/system/extras/verity/
H A Dbuild_verity_tree.cpp120 " -v, enable verbose logging\n"
134 bool verbose = false; local
143 {"verbose", no_argument, 0, 'v'},
196 verbose = true;
271 file = sparse_file_import_auto(fd, false, verbose);
/system/extras/app-launcher/
H A Dapp-launcher4 verbose=false
36 verbose=true
76 if [ $verbose == true ]; then
450 echo '-v (optional) for verbose stats dump'
/system/extras/simpleperf/scripts/
H A Dupdate.py160 '-v', '--verbose', action='count', default=0,
172 verbosity = args.verbose

Completed in 337 milliseconds

12