Searched refs:human_readable (Results 1 – 16 of 16) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | du.py | 143 if self.human_readable else str(num_bytes)) 169 if self.human_readable else str(obj.size)) 186 self.human_readable = False 200 self.human_readable = True
|
D | ls.py | 326 if self.human_readable else str(obj.size)) 360 self.human_readable = False 370 self.human_readable = True
|
/external/toybox/toys/posix/ |
D | df.c | 131 human_readable(size_str, size, hr_flags); in show_mt() 132 human_readable(used_str, used, hr_flags); in show_mt() 133 human_readable(avail_str, avail, hr_flags); in show_mt()
|
D | ls.c | 149 human_readable(tmp, st->st_size, 0); in entrylen() 359 human_readable(tmp, blocks*512, 0); in listfiles() 458 human_readable(tmp, st->st_size, 0); in listfiles()
|
D | du.c | 60 human_readable(toybuf, size, 0); in print()
|
D | ps.c | 487 else human_readable(out, ll, 0); in string_field()
|
/external/toybox/toys/example/ |
D | test_human_readable.c | 21 human_readable(toybuf, strtoll(*toys.optargs, &c, 0), toys.optflags); in test_human_readable_main()
|
/external/iproute2/ip/ |
D | ip.c | 29 int human_readable; variable 226 ++human_readable; in main()
|
D | ipaddress.c | 404 if (!human_readable || count < base) { in print_num()
|
/external/toybox/toys/other/ |
D | free.c | 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
|
/external/toybox/toys/pending/ |
D | dd.c | 136 human_readable(toybuf, st.bytes, HR_SPACE|HR_B); in summary() 138 human_readable(toybuf, st.bytes/seconds, HR_SPACE|HR_B); in summary()
|
/external/iptables/extensions/ |
D | libxt_time.c | 327 static void time_print_monthdays(uint32_t mask, bool human_readable) in time_print_monthdays() argument 337 if (human_readable) in time_print_monthdays()
|
/external/iproute2/include/ |
D | utils.h | 15 extern int human_readable;
|
/external/toybox/lib/ |
D | lib.h | 207 int human_readable(char *buf, unsigned long long num, int style);
|
D | lib.c | 943 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 2298 Bool human_readable = True; in VG_() local 2299 const HChar* maybe_newline = human_readable ? "\n " : ""; in VG_() 2300 const HChar* maybe_newline2 = human_readable ? "\n " : ""; in VG_()
|