Home
last modified time | relevance | path

Searched defs:colwidth (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py596 def format(cols, colwidth=_colwidth, spacing=_spacing): argument
601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
/external/javasqlite/src/main/java/SQLite/
DShell.java27 int colwidth[]; field in Shell
/external/python/cpython3/Lib/
Dcalendar.py638 def format(cols, colwidth=_colwidth, spacing=_spacing): argument
643 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
/external/mesa3d/src/gallium/tools/trace/
Dpytracediff.py360 colwidth = int((options.output_width - 3) / 2) variable