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

  /external/selinux/gui/
html_util.py 43 def __init__(self, file=None, maxcol=80, indent_width=4):
44 Formatter.DumbWriter.__init__(self, file, maxcol)
70 maxcol = self.maxcol
78 if col + len(word) >= maxcol:
131 def html_to_text(html, maxcol=80):
134 formatter = Formatter.AbstractFormatter(TextWriter(buffer, maxcol))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
makechangelog.py 60 maxcol = 72-8
61 col = maxcol
63 if col > 0 and col + len(word) >= maxcol:
  /external/python/cpython2/Demo/pdist/
makechangelog.py 60 maxcol = 72-8
61 col = maxcol
63 if col > 0 and col + len(word) >= maxcol:
  /external/eigen/test/
visitor.cpp 29 Index minrow=0,mincol=0,maxrow=0,maxcol=0; local
43 maxcol = j;
53 VERIFY(maxcol == eigen_maxcol);
60 eigen_maxc = (m.adjoint()*m).eval().maxCoeff(&maxrow,&maxcol);
62 VERIFY(maxcol == eigen_maxcol);
  /external/syslinux/utils/
ppmtolss16 220 $maxcol = 255; # Internal convention
222 $maxcol = get_numeric_token();
224 $maxmult = 64/($maxcol+1); # Equal buckets conversion
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 339 def print_topics(self, header, cmds, cmdlen, maxcol):
344 self.columnize(cmds, maxcol-1)
  /external/python/cpython2/Lib/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /external/python/cpython3/Lib/
formatter.py 367 the maxcol parameter. This class is suitable for reflowing a sequence
372 def __init__(self, file=None, maxcol=72):
374 self.maxcol = maxcol
394 self.file.write('-'*self.maxcol)
413 maxcol = self.maxcol
417 if col + len(word) >= maxcol:
cmd.py 338 def print_topics(self, header, cmds, cmdlen, maxcol):
343 self.columnize(cmds, maxcol-1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 364 the maxcol parameter. This class is suitable for reflowing a sequence
369 def __init__(self, file=None, maxcol=72):
371 self.maxcol = maxcol
391 self.file.write('-'*self.maxcol)
410 maxcol = self.maxcol
414 if col + len(word) >= maxcol:
cmd.py 342 def print_topics(self, header, cmds, cmdlen, maxcol):
347 self.columnize(cmds, maxcol-1)
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 221 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); local
225 f->emit(assign(maxcol, maxv3(color)));
230 if_tree(greater(maxcol, imm1(1)),
233 sub(maxcol, llum)))))));
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 215 int maxcol, mincol, numcols; // Number of columns in the window member in struct:s_menusystem
menu.c 122 clearwindow(ms->minrow, ms->mincol, ms->maxrow, ms->maxcol,
737 ms->maxcol = ms->numcols - 1;
835 ms->maxcol = right;
    [all...]

Completed in 874 milliseconds