Home
last modified time | relevance | path

Searched refs:maxLines (Results 1 – 11 of 11) sorted by relevance

/external/syzkaller/pkg/log/
Dlog.go33 func EnableLogCaching(maxLines, maxMem int) { argument
39 if maxLines < 1 || maxMem < 1 {
43 cacheEntries = make([]string, maxLines)
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dreporter.go30 const maxLines = 256
32 if r.nbytes < maxBytes && r.nlines < maxLines {
/external/gptfdisk/
Dparttypes.cc385 void PartType::ShowAllTypes(int maxLines) const { in ShowAllTypes()
403 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) { in ShowAllTypes()
Dparttypes.h63 void ShowAllTypes(int maxLines = 21) const;
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local
230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
Dcgnomelayout.c218 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local
222 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp219 int maxLines = MAXLINES; in getLines() local
234 if (numLines >= maxLines) { in getLines()
235 maxLines += MAXLINES; in getLines()
236 ULine *newLines = new ULine[maxLines]; in getLines()
/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp220 int32_t maxLines = 3000; in getColumnCount() local
226 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount()
227 columnCount = adjustedLen / maxLines; in getColumnCount()
/external/v8/tools/heap-stats/
Dhistogram-viewer.js175 legend: {position: 'top', maxLines: '1'}, property
Dglobal-timeline.js180 legend: {position: 'top', maxLines: '1'}, property
/external/syzkaller/dashboard/app/
Dmain.go772 maxLines = 100
784 for i := 0; i < maxLines; i++ {