Searched refs:maxLines (Results 1 – 11 of 11) sorted by relevance
/external/syzkaller/pkg/log/ |
D | log.go | 33 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/ |
D | reporter.go | 30 const maxLines = 256 32 if r.nbytes < maxBytes && r.nlines < maxLines {
|
/external/gptfdisk/ |
D | parttypes.cc | 385 void PartType::ShowAllTypes(int maxLines) const { in ShowAllTypes() 403 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) { in ShowAllTypes()
|
D | parttypes.h | 63 void ShowAllTypes(int maxLines = 21) const;
|
/external/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local 230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
D | cgnomelayout.c | 218 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/ |
D | uperf.cpp | 219 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/ |
D | wrtjava.cpp | 220 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/ |
D | histogram-viewer.js | 175 legend: {position: 'top', maxLines: '1'}, property
|
D | global-timeline.js | 180 legend: {position: 'top', maxLines: '1'}, property
|
/external/syzkaller/dashboard/app/ |
D | main.go | 772 maxLines = 100 784 for i := 0; i < maxLines; i++ {
|