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

  /external/selinux/policycoreutils/gui/
html_util.py 40 def __init__(self, file=None, maxcol=80, indent_width=4):
41 Formatter.DumbWriter.__init__(self, file, maxcol)
67 maxcol = self.maxcol
75 if col + len(word) >= maxcol:
128 def html_to_text(html, maxcol=80):
131 formatter = Formatter.AbstractFormatter(TextWriter(buffer, maxcol))
  /external/eigen/test/eigen2/
eigen2_visitor.cpp 28 int minrow=0,mincol=0,maxrow=0,maxcol=0; local
42 maxcol = j;
52 VERIFY(maxcol == eigen_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);
  /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)

Completed in 459 milliseconds