Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 55) sorted by relevance

123

/system/core/libsparse/
Dsparse_read.cpp160 static void verbose_error(bool verbose, int err, const char* fmt, ...) { in verbose_error() argument
161 if (!verbose) return; in verbose_error()
299 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); in process_chunk()
307 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); in process_chunk()
316 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); in process_chunk()
324 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, offset); in process_chunk()
329 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, chunk_header->chunk_type, in process_chunk()
482 static struct sparse_file* sparse_file_import_source(SparseFileSource* source, bool verbose, in sparse_file_import_source() argument
491 verbose_error(verbose, ret, "header"); in sparse_file_import_source()
496 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import_source()
[all …]
Dsimg_dump.py43 verbose = 0 # -v
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 > 1:
203 if verbose > 0:
Dsparse_file.h29 bool verbose; member
/system/extras/pssbench/
Dmain.cpp10 bool verbose = false; variable
20 if (verbose) in get_pss()
41 if (verbose) in get_pss()
63 verbose = true; in main()
/system/apex/apexer/
Dapexer.py185 def RunCommand(cmd, verbose=False, env=None): argument
191 if verbose:
197 if verbose or p.returncode is not 0:
435 if args.verbose:
439 if args.verbose:
502 RunCommand(cmd, args.verbose, {'E2FSPROGS_FAKE_TIME': '1'})
509 RunCommand(cmd, args.verbose)
520 RunCommand(cmd, args.verbose, {'E2FSPROGS_FAKE_TIME': '1'})
530 RunCommand(cmd, args.verbose, {'E2FSPROGS_FAKE_TIME': '1'})
536 RunCommand(cmd, args.verbose, {'E2FSPROGS_FAKE_TIME': '1'})
[all …]
Dapexer_test.py44 def run(args, verbose=None, **kwargs): argument
68 if verbose:
73 def run_host_command(args, verbose=None, **kwargs): argument
78 return run_and_check_output(args, verbose, **kwargs)
81 def run_and_check_output(args, verbose=None, **kwargs): argument
98 proc = run(args, verbose=verbose, **kwargs)
103 if verbose:
/system/media/audio_utils/tests/
Dfifo_tests.cpp37 bool verbose = false; in main() local
54 verbose = true; in main()
130 if (verbose) { in main()
146 if (verbose) { in main()
165 if (verbose) { in main()
202 if (verbose) { in main()
/system/core/libsparse/include/sparse/
Dsparse.h276 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc);
291 struct sparse_file *sparse_file_import_buf(char* buf, bool verbose, bool crc);
308 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c45 static int verbose = false; variable
174 if (verbose) { in rpmb_dev_data_write()
182 if (verbose) { in rpmb_dev_data_write()
309 if (verbose) { in rpmb_dev_process_cmd()
331 if (verbose) { in rpmb_dev_process_cmd()
348 if (verbose) { in rpmb_dev_process_cmd()
357 if (verbose) { in rpmb_dev_process_cmd()
366 if (verbose) { in rpmb_dev_process_cmd()
374 if (verbose) { in rpmb_dev_process_cmd()
380 if (verbose) { in rpmb_dev_process_cmd()
[all …]
/system/extras/verity/
Dbuild_verity_tree_main.cpp53 bool verbose = false; in main() local
97 verbose = true; in main()
158 sparse, verbose)) { in main()
Dbuild_verity_tree.cpp29 size_t block_size, bool sparse, bool verbose) { in generate_verity_tree() argument
40 file = sparse_file_import_auto(data_fd, false, verbose); in generate_verity_tree()
/system/core/libnetutils/
Ddhcpclient.c43 static int verbose = 1; variable
354 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply()
358 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply()
362 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply()
367 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply()
371 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply()
375 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply()
499 if (verbose) dump_dhcp_info(&info); in dhcp_init_ifc()
/system/tools/hidl/c2hal/
Dmain.cpp119 bool verbose = false; in main() local
137 verbose = true; in main()
161 if (verbose) { in main()
/system/core/trusty/utils/trusty-ut-ctrl/
Dut-ctrl.c52 static void print_usage_and_exit(const char* prog, int code, bool verbose) { in print_usage_and_exit() argument
54 if (verbose) { in print_usage_and_exit()
/system/extras/boottime_tools/bootanalyze/stressfs/
Dproguard.flags1 -verbose
/system/extras/memtrack/
Dmemtrack.cpp297 bool verbose = false; in main() local
302 verbose = true; in main()
318 if (quiet && verbose) { in main()
344 if (verbose) { in main()
350 if (verbose) { in main()
/system/extras/verity/include/verity/
Dbuild_verity_tree.h31 size_t block_size, bool sparse, bool verbose);
/system/core/fastboot/
Dutil.h19 void verbose(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
/system/extras/verity/fec/
Dimage.cpp104 file = sparse_file_import_auto(fd, false, ctx->verbose); in file_image_load()
119 if (ctx->verbose) { in file_image_load()
199 if (ctx->verbose) { in image_ecc_new()
374 if (ctx->verbose) { in image_process()
387 if (ctx->verbose) { in image_process()
413 if (ctx->verbose) { in image_process()
/system/libhwbinder/vts/performance/
DLatency.cpp66 static int verbose = 0; variable
91 if (!verbose) { in threadDumpPri()
121 uint32_t ret = service->send(verbose, call_sta); in threadStart()
215 uint32_t ret = service->send(verbose, call_sta); in clientFx()
317 verbose = 1; in main()
/system/libvintf/
Dmain.cpp68 bool verbose = false; member
235 o->verbose = true; in __anon07d375560802()
251 if (!options.verbose) { in main()
268 if (!options.verbose) { in main()
281 if (ki != nullptr) std::cout << dump(*ki, options.verbose); in main()
/system/bt/gd/dumpsys/bundler/
Dbundler.h27 bool verbose{false};
/system/extras/tests/workloads/
Ddefs.sh58 (-v) verbose=1;;
122 verbose=${verbose:=0}
146 if [ $verbose -gt 0 ]; then
/system/core/liblog/
Devent_tag_map.cpp145 bool emplaceUnique(uint32_t tag, const TagFmt& tagfmt, bool verbose = false);
152 bool verbose) { in emplaceUnique() argument
162 if (verbose) { in emplaceUnique()
179 if (verbose) { in emplaceUnique()
309 bool verbose = true; in scanTagLine() local
315 verbose = !!fastcmp<strncmp>(cp, "uid=", strlen("uid=")); in scanTagLine()
328 verbose)) { in scanTagLine()
/system/extras/ioshark/
Dioshark_bench.c69 int verbose = 0; variable
585 if (verbose) { in get_start_end()
699 verbose = 1; in main()
706 if ((verbose + summary_mode) == 2) in main()
743 if (verbose) { in main()
846 if (verbose) in main()
850 if (verbose) in main()

123