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

  /bionic/libc/bionic/
libc_logging.cpp 234 int padLeft = 0;
279 padLeft = 1;
390 if (slen < width && !padLeft) {
397 if (slen < width && padLeft) {
  /external/v8/tools/
tickprocessor.js 471 function padLeft(s, len) {
475 if (!(padLength in padLeft)) {
476 padLeft[padLength] = new Array(padLength + 1).join(' ');
478 s = padLeft[padLength] + s;
504 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
526 print(' ' + padLeft(rec.selfTime, 5) + ' ' +
527 padLeft(rec.selfPercent.toFixed(1), 5) + '% ' +
528 padLeft(nonLibPct.toFixed(1), 5) + '% ' +
537 var indentStr = padLeft('', indent)
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 499 function padLeft(s, len) {
503 if (!(padLength in padLeft)) {
504 padLeft[padLength] = new Array(padLength + 1).join(' ');
506 s = padLeft[padLength] + s;
532 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
554 print(' ' + padLeft(rec.selfTime, 5) + ' ' +
555 padLeft(rec.selfPercent.toFixed(1), 5) + '% ' +
556 padLeft(nonLibPct.toFixed(1), 5) + '% ' +
565 var indentStr = padLeft('', indent)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 809 public static String padLeft(String s, int len, char padChar) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 810 public static String padLeft(String s, int len, char padChar) {
    [all...]

Completed in 540 milliseconds