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

  /bionic/libc/bionic/
libc_logging.cpp 239 int padLeft = 0;
284 padLeft = 1;
395 if (slen < width && !padLeft) {
402 if (slen < width && padLeft) {
  /external/chromium_org/v8/tools/
tickprocessor.js 501 function padLeft(s, len) {
505 if (!(padLength in padLeft)) {
506 padLeft[padLength] = new Array(padLength + 1).join(' ');
508 s = padLeft[padLength] + s;
534 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
591 print(' ' + padLeft(rec.selfTime, 5) + ' ' +
592 padLeft(rec.selfPercent.toFixed(1), 5) + '% ' +
593 padLeft(nonLibPct.toFixed(1), 5) + '% ' +
602 var indentStr = padLeft('', indent)
    [all...]

Completed in 5697 milliseconds