Searched refs:humanize (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/bin/ |
H A D | compare | 52 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 D | deaddrop.js | 38 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 D | deaddrop.js | 38 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 D | build-site.py | 10 import humanize namespace 29 return strlist([humanize.naturalsize(os.path.getsize(item))])
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 152 '+' + module.exports.humanize(this.diff);
|
H A D | node.js | 176 args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m');
|
H A D | common.js | 14 createDebug.humanize = require('ms');
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 196 static SkString humanize(double ms) { in humanize() function 200 #define HUMANIZE(ms) humanize(ms).c_str()
|
Completed in 4 milliseconds