OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXLINES
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp
20
static const int
MAXLINES
= 40000;
206
lines = new ULine[
MAXLINES
];
207
int
maxLines
=
MAXLINES
;
222
if (numLines >=
maxLines
) {
223
maxLines
+=
MAXLINES
;
224
ULine *newLines = new ULine[
maxLines
];
/external/icu4c/tools/ctestfw/
uperf.cpp
24
static const int
MAXLINES
= 40000;
216
lines = new ULine[
MAXLINES
];
217
int
maxLines
=
MAXLINES
;
232
if (numLines >=
maxLines
) {
233
maxLines
+=
MAXLINES
;
234
ULine *newLines = new ULine[
maxLines
];
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py
369
MAXLINES
= 23
401
if len(self.__lines) <= self.
MAXLINES
:
412
for i in range(lineno, lineno + self.
MAXLINES
):
417
lineno += self.
MAXLINES
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py
369
MAXLINES
= 23
401
if len(self.__lines) <= self.
MAXLINES
:
412
for i in range(lineno, lineno + self.
MAXLINES
):
417
lineno += self.
MAXLINES
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
[
all
...]
Completed in 483 milliseconds