/system/apex/apexer/ |
D | apexer.py | 92 def RunCommand(cmd, verbose=False, env=None): argument 98 if verbose: 104 if verbose or p.returncode is not 0: 197 if args.verbose: 225 if args.verbose: 257 RunCommand(cmd, args.verbose, {"E2FSPROGS_FAKE_TIME": "1"}) 264 RunCommand(cmd, args.verbose) 275 RunCommand(cmd, args.verbose, {"E2FSPROGS_FAKE_TIME": "1"}) 285 RunCommand(cmd, args.verbose, {"E2FSPROGS_FAKE_TIME": "1"}) 291 RunCommand(cmd, args.verbose, {"E2FSPROGS_FAKE_TIME": "1"}) [all …]
|
/system/core/libsparse/ |
D | sparse_read.cpp | 160 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 …]
|
D | simg_dump.py | 43 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:
|
D | sparse_file.h | 29 bool verbose; member
|
/system/extras/pssbench/ |
D | main.cpp | 10 bool verbose = false; variable 20 if (verbose) in get_pss() 41 if (verbose) in get_pss() 63 verbose = true; in main()
|
/system/media/audio_utils/tests/ |
D | fifo_tests.cpp | 37 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/ |
D | sparse.h | 276 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/tools/aidl/tests/ |
D | integration-test.py | 60 def __init__(self, device_serial=None, verbose=None): argument 68 self._verbose = verbose 180 host = AdbHost(verbose=args.verbose)
|
/system/extras/verity/ |
D | build_verity_tree_main.cpp | 53 bool verbose = false; in main() local 97 verbose = true; in main() 158 sparse, verbose)) { in main()
|
D | build_verity_tree.cpp | 29 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/tools/hidl/docs/src/parser/ |
D | config.kt | 44 var verbose = false variable 50 verbose: $verbose in toString() 83 "-v" -> verbose = true in parseArgs()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 43 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/ |
D | main.cpp | 114 bool verbose = false; in main() local 132 verbose = true; in main() 156 if (verbose) { in main()
|
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/ |
D | DeployPatchGenerator.java | 50 boolean verbose = false; in main() 54 verbose = true; in main() 65 if (verbose) { in main() 75 if (verbose) { in main() 87 if (verbose) { in main()
|
/system/tools/hidl/docs/src/ |
D | main.kt | 30 if (config.verbose) println("$LOG_NAME args: ${config}") in main() 58 if (config.verbose) writer.printInfo() in main()
|
/system/core/trusty/utils/trusty-ut-ctrl/ |
D | ut-ctrl.c | 52 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/memtrack/ |
D | memtrack.cpp | 297 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/core/fastboot/ |
D | util.h | 18 void verbose(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
|
D | util.cpp | 60 void verbose(const char* fmt, ...) { in verbose() function
|
/system/extras/boottime_tools/bootanalyze/stressfs/ |
D | proguard.flags | 1 -verbose
|
/system/extras/verity/include/verity/ |
D | build_verity_tree.h | 31 size_t block_size, bool sparse, bool verbose);
|
/system/extras/verity/fec/ |
D | image.cpp | 104 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/ |
D | Latency.cpp | 66 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/ |
D | main.cpp | 68 bool verbose = false; member 237 o->verbose = true; in __anonf7e7379f0802() 253 if (!options.verbose) { in main() 270 if (!options.verbose) { in main() 283 if (ki != nullptr) std::cout << dump(*ki, options.verbose); in main()
|
/system/extras/tests/workloads/ |
D | defs.sh | 58 (-v) verbose=1;; 122 verbose=${verbose:=0} 146 if [ $verbose -gt 0 ]; then
|