Home
last modified time | relevance | path

Searched refs:humanize (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/bin/
H A Dcompare52 def humanize(ns): function
65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem),
66 humanize(bm), humanize(bsem), str_ratio)
68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
H A Ddeaddrop.js38 function humanize(n) function
104 c2.innerHTML = humanize(file.size);
249 humanize(j.max_size);
255 humanize(j.files[n].size) +
/third_party/libwebsockets/plugins/deaddrop/assets/
H A Ddeaddrop.js38 function humanize(n) function
104 c2.innerHTML = humanize(file.size);
249 humanize(j.max_size);
255 humanize(j.files[n].size) +
/third_party/notofonts/scripts/
H A Dbuild-site.py10 import humanize namespace
29 return strlist([humanize.naturalsize(os.path.getsize(item))])
/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js152 '+' + module.exports.humanize(this.diff);
H A Dnode.js176 args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
H A Dcommon.js14 createDebug.humanize = require('ms');
/third_party/skia/bench/
H A Dnanobench.cpp196 static SkString humanize(double ms) { in humanize() function
200 #define HUMANIZE(ms) humanize(ms).c_str()

Completed in 4 milliseconds