/external/toybox/tests/ |
test_human_readable.test | 7 testing "human_readable l 1024" "test_human_readable 123456789" "118M\n" "" "" 8 testing "human_readable l 1000" "test_human_readable -i 123456789" "123M\n" "" "" 9 testing "human_readable s 1024" "test_human_readable 5675" "5.5K\n" "" "" 10 testing "human_readable s 1000" "test_human_readable -i 5675" "5.6k\n" "" "" 14 testing "human_readable" "test_human_readable 267350" "261K\n" "" "" 16 testing "human_readable -b" "test_human_readable -b 123" "123B\n" "" "" 17 testing "human_readable -b" "test_human_readable -b 123456789" "118M\n" "" "" 18 testing "human_readable -s" "test_human_readable -s 123456789" "118 M\n" "" "" 19 testing "human_readable -bs" "test_human_readable -bs 123456789" "118 M\n" "" ""
|
/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/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/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/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/iproute2/include/ |
utils.h | 15 extern int human_readable;
|
/external/iptables/extensions/ |
libxt_time.c | 327 static void time_print_monthdays(uint32_t mask, bool human_readable) 337 if (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...] |
/external/toybox/www/ |
index.html | 467 printf() format strings, fix an off by one error in human_readable(), [all...] |
news.html | 467 printf() format strings, fix an off by one error in human_readable(), [all...] |
code.html | [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.0/ |
sdk-common-24.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.3/ |
sdk-common-24.1.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0/ |
sdk-common-24.2.0.jar | |