Searched refs:maxwidth (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/profilers/powertop/src/
H A Dpowertop.h100 extern int maxwidth;
H A Ddisplay.c90 int maxwidth = 200; variable
104 maxwidth = maxx - 18;
/external/freetype/src/tools/docmaker/
H A Dtohtml.py607 maxwidth = 0
609 if len( b.name ) > maxwidth:
610 maxwidth = len( b.name )
613 if maxwidth > 0:
618 columns = width // maxwidth
/external/python/cpython2/Demo/tkinter/ttk/
H A Dttkcalendar.py113 maxwidth = max(font.measure(col) for col in cols)
115 self._calendar.column(col, width=maxwidth, minwidth=maxwidth,
/external/jline/src/src/main/java/jline/
H A DConsoleReader.java965 int maxwidth = 0;
967 for (Iterator i = stuff.iterator(); i.hasNext(); maxwidth = Math.max(
968 maxwidth, i.next().toString().length())) {
985 if ((line.length() + maxwidth) > width) {
1005 pad(cur, maxwidth + 3, line);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c54 uint32_t maxwidth, maxheight; local
88 maxwidth = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {
/external/python/cpython3/Lib/test/
H A Dtest_pprint.py745 maxwidth = max(map(len, lines))
746 self.assertLessEqual(maxwidth, w)
747 self.assertGreater(maxwidth, w - 3)
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...

Completed in 441 milliseconds