/system/core/libsparse/ |
D | sparse_read.c | 54 static void verbose_error(bool verbose, int err, const char *fmt, ...) in verbose_error() argument 81 if (verbose) { in verbose_error() 237 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); in process_chunk() 245 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); in process_chunk() 254 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); in process_chunk() 262 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, in process_chunk() 268 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, in process_chunk() 422 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc) in sparse_file_import() argument 431 verbose_error(verbose, ret, "header"); in sparse_file_import() 436 verbose_error(verbose, -EINVAL, "header magic"); in sparse_file_import() [all …]
|
D | simg_dump.py | 34 verbose = 0 # -v 44 verbose += 1 91 if not verbose: 144 if verbose > 1:
|
D | sparse_file.h | 25 bool verbose; member
|
/system/tools/aidl/tests/ |
D | integration-test.py | 60 def __init__(self, device_serial=None, verbose=None): argument 68 self._verbose = verbose 128 device_serial=None, verbose=False): argument 143 host = AdbHost(device_serial=device_serial, verbose=verbose) 201 device_serial=args.serial, verbose=args.verbose)
|
/system/extras/ext4_utils/ |
D | ext4fixup_main.c | 31 int verbose = 0; in main() local 42 verbose = 1; in main() 67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count); in main()
|
D | ext4fixup.c | 69 static int verbose = 0; variable 254 if (verbose) { in check_inode_bitmap() 278 if (verbose) { in update_superblocks_and_bg_desc() 586 if (verbose) { in recurse_dir() 621 if (verbose) { in recurse_dir() 627 if (verbose) { in recurse_dir() 641 if (verbose) { in recurse_dir() 696 verbose = v_flag; in ext4fixup_internal() 708 read_ext(fd, verbose); in ext4fixup_internal() 734 if (verbose) { in ext4fixup_internal() [all …]
|
D | ext2simg.c | 44 static int verbose = 0; variable 133 verbose = 1; in main() 171 read_ext(infd, verbose); in main()
|
D | make_ext4fs_main.c | 80 int verbose = 0; in main() local 157 verbose = 1; in main() 257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, in main()
|
D | ext4_utils.h | 164 struct selabel_handle *sehnd, int verbose, time_t fixed_time, 167 int read_ext(int fd, int verbose);
|
D | make_ext4fs.c | 148 struct selabel_handle *sehnd, int verbose, time_t fixed_time) in build_directory_structure() argument 239 if (dentries[i].secon && verbose) in build_directory_structure() 309 inode, fs_config_func, sehnd, verbose, fixed_time); in build_directory_structure() 684 struct selabel_handle *sehnd, int verbose, time_t fixed_time, in make_ext4fs_internal() argument 810 fs_config_func, sehnd, verbose, fixed_time); in make_ext4fs_internal() 826 if (verbose) { in make_ext4fs_internal()
|
/system/core/toolbox/ |
D | nandread.c | 32 int verbose = 0; in nandread_main() local 74 verbose++; in nandread_main() 132 if (verbose) { in nandread_main() 157 if (verbose) { in nandread_main() 172 if (verbose) { in nandread_main() 192 if (verbose > 3) in nandread_main() 264 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1)))) in nandread_main() 278 if (verbose) { in nandread_main()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 45 static int verbose = 1; variable 356 if (verbose) ALOGD("Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE); in is_valid_reply() 360 if (verbose) ALOGD("Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY); in is_valid_reply() 364 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply() 369 if (verbose) ALOGD("Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply() 373 if (verbose) ALOGD("Wrong Hlen %d != %d\n", reply->hlen, msg->hlen); in is_valid_reply() 377 if (verbose) ALOGD("Wrong chaddr %x != %x\n", *(reply->chaddr),*(msg->chaddr)); in is_valid_reply() 501 if (verbose) dump_dhcp_info(&info); in dhcp_init_ifc()
|
/system/extras/showmap/ |
D | showmap.cpp | 28 static bool verbose = false; variable 224 if (!verbose && !addresses) { in print_header() 236 if (!verbose && !addresses) { in print_divider() 256 if (!verbose && !addresses) { in print_mi() 266 mapinfo *milist = load_maps(pid, addresses, !verbose && !addresses); in show_map() 321 verbose = true; in main()
|
/system/connectivity/shill/test-scripts/ |
D | connect-vpn | 148 if options.verbose: 157 if options.verbose == "true": 163 if not success or options.verbose:
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 230 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc); 247 struct sparse_file *sparse_file_import_auto(int fd, bool crc, bool verbose);
|
/system/extras/memtrack/ |
D | memtrack.cpp | 301 bool verbose = false; in main() local 306 verbose = true; in main() 322 if (quiet && verbose) { in main() 348 if (verbose) { in main() 354 if (verbose) { in main()
|
/system/extras/verity/fec/ |
D | image.cpp | 106 file = sparse_file_import_auto(fd, false, ctx->verbose); in file_image_load() 121 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()
|
D | main.cpp | 197 if (ctx.verbose) { in encode() 246 if (ctx.verbose) { in decode() 356 ctx.verbose = true; in main()
|
D | image.h | 44 bool verbose; member
|
/system/extras/tests/workloads/ |
D | defs.sh | 58 (-v) verbose=1;; 122 verbose=${verbose:=0} 146 if [ $verbose -gt 0 ]; then
|
/system/core/cpio/ |
D | mkbootfs.c | 54 static int verbose = 0; variable 163 if(verbose) { in _archive_dir() 234 if(verbose) { in _archive()
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 134 bool verbose = false; in main() local 196 verbose = true; in main() 271 file = sparse_file_import_auto(fd, false, verbose); in main()
|
/system/core/crash_reporter/ |
D | list_proxies.cc | 268 bool verbose = cl->HasSwitch(kVerbose); in main() local 282 if ((!quiet && isatty(STDERR_FILENO)) || verbose) in main()
|
/system/connectivity/shill/ |
D | HACKING | 107 - When adding verbose log messages for debug purposes, use the SLOG marco and 110 - Choose the appropriate scope and verbose level for log messages. E.g.
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 92 static void print_usage_and_exit(const char *prog, int code, bool verbose) in print_usage_and_exit() argument 95 if (verbose) in print_usage_and_exit()
|