OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxcol
(Results
1 - 6
of
6
) sorted by null
/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/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 759 milliseconds