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

  /external/javasqlite/src/main/java/SQLite/
Shell.java 27 int colwidth[]; field in class:Shell
59 s.colwidth = colwidth;
193 colwidth = new int[args.length];
200 colwidth[i] = w;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 374 colwidth = 0
380 colwidth = max(colwidth, len(x))
381 colwidths.append(colwidth)
382 totwidth += colwidth + 2
calendar.py 341 colwidth = (w + 1) * 7 - 1
344 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
351 names = (self.formatmonthname(theyear, k, colwidth, False)
353 a(formatstring(names, colwidth, c).rstrip())
356 a(formatstring(headers, colwidth, c).rstrip())
367 a(formatstring(weeks, colwidth, c).rstrip())
595 def format(cols, colwidth=_colwidth, spacing=_spacing):
597 print formatstring(cols, colwidth, spacing)
600 def formatstring(cols, colwidth=_colwidth, spacing=_spacing):
603 return spacing.join(c.center(colwidth) for c in cols
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 374 colwidth = 0
380 colwidth = max(colwidth, len(x))
381 colwidths.append(colwidth)
382 totwidth += colwidth + 2
calendar.py 341 colwidth = (w + 1) * 7 - 1
344 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
351 names = (self.formatmonthname(theyear, k, colwidth, False)
353 a(formatstring(names, colwidth, c).rstrip())
356 a(formatstring(headers, colwidth, c).rstrip())
367 a(formatstring(weeks, colwidth, c).rstrip())
595 def format(cols, colwidth=_colwidth, spacing=_spacing):
597 print formatstring(cols, colwidth, spacing)
600 def formatstring(cols, colwidth=_colwidth, spacing=_spacing):
603 return spacing.join(c.center(colwidth) for c in cols
    [all...]
  /external/oprofile/pp/
opreport.cpp 242 size_t colwidth = 9 + 1 + percent_width; local
246 if (name.length() > colwidth)
247 name = name.substr(0, colwidth - 3)
253 cout << setw(colwidth) << name.c_str();

Completed in 1552 milliseconds