HomeSort by relevance Sort by last modified time
    Searched refs:human_readable (Results 1 - 18 of 18) sorted by null

  /external/toybox/toys/example/
test_human_readable.c 1 /* test_human_readable.c - Expose lib/lib.c human_readable() for testing.
21 human_readable(toybuf, strtoll(*toys.optargs, &c, 0), toys.optflags);
  /system/extras/taskstats/
taskstats.c 134 int human_readable) {
149 if (human_readable) {
166 human_readable ? "Delay (ms)" : "Delay (ns)",
172 if (!human_readable) {
217 if (human_readable && s->ac_stime) {
259 int human_readable = 1; local
289 human_readable = 0;
325 print_task_stats(&stats, human_readable);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
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
ls.py 326 if self.human_readable else str(obj.size))
360 self.human_readable = False
370 self.human_readable = True
  /external/toybox/toys/other/
free.c 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
  /external/toybox/toys/posix/
df.c 131 human_readable(size_str, size, hr_flags);
132 human_readable(used_str, used, hr_flags);
133 human_readable(avail_str, avail, hr_flags);
du.c 60 human_readable(toybuf, size, 0);
ls.c 149 human_readable(tmp, st->st_size, 0);
359 human_readable(tmp, blocks*512, 0);
458 human_readable(tmp, st->st_size, 0);
ps.c 346 // human_readable
487 else human_readable(out, ll, 0);
    [all...]
  /external/iproute2/ip/
ip.c 29 int human_readable; variable
226 ++human_readable;
ipaddress.c 404 if (!human_readable || count < base) {
    [all...]
  /external/toybox/toys/pending/
dd.c 136 human_readable(toybuf, st.bytes, HR_SPACE|HR_B);
138 human_readable(toybuf, st.bytes/seconds, HR_SPACE|HR_B);
  /external/iptables/extensions/
libxt_time.c 327 static void time_print_monthdays(uint32_t mask, bool human_readable)
337 if (human_readable)
  /external/iproute2/include/
utils.h 15 extern int human_readable;
  /external/toybox/lib/
lib.h 207 int human_readable(char *buf, unsigned long long num, int style);
lib.c 943 int human_readable(char *buf, unsigned long long num, int style) function
  /cts/tools/dasm/src/dasm/
DAsm.java     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 2298 Bool human_readable = True; local
    [all...]

Completed in 212 milliseconds