Home
last modified time | relevance | path

Searched refs:maxNumLines (Results 1 – 9 of 9) sorted by relevance

/dports/converters/R-cran-RJSONIO/RJSONIO/R/
H A DreadJSON.R159 stringFun = NULL, maxNumLines = -1L, ...)
161 txt = paste(readLines(content, maxNumLines), collapse = "\n")
163 …handler, default.size, depth, allowComments, asText = TRUE, data = data, maxNumLines = maxNumLines,
175 data = NULL, maxNumLines = -1L, ...)
197 fun, data, as.integer(maxNumLines))
/dports/converters/R-cran-RJSONIO/RJSONIO/src/
H A DRJSON.c166 int n, i, maxNumLines; in R_json_parse_connection() local
173 maxNumLines = INTEGER(numLines)[0]; in R_json_parse_connection()
203 if(maxNumLines > 0 && lineCount == maxNumLines) in R_json_parse_connection()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DDataBlockScanner.java745 private int maxNumLines = -1; // not very hard limit on number of lines. field in DataBlockScanner.LogFileHandler
765 LogFileHandler(File dir, String filePrefix, int maxNumLines) in LogFileHandler() argument
771 setMaxNumLines(maxNumLines); in LogFileHandler()
775 synchronized void setMaxNumLines(int maxNumLines) { in setMaxNumLines() argument
776 this.maxNumLines = Math.max(maxNumLines, minLineLimit); in setMaxNumLines()
837 if (curNumLines < maxNumLines || numReaders > 0) { in rollIfRequired()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/imageIO/
H A DimageIO.cpp415 JDIMENSION maxNumLines = 1; in loadJPEG() local
416 if (jpeg_read_scanlines(jpgPicturePtr, (JSAMPARRAY)rowPtr, maxNumLines) != maxNumLines) in loadJPEG()
482 JDIMENSION maxNumLines = 1; in saveJPEGWithGivenQuality() local
483 if (jpeg_write_scanlines(&jpgPicture, rowPtr, maxNumLines) != maxNumLines) in saveJPEGWithGivenQuality()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTypesetter.inc69 …phIndex (layoutManager_: NSLayoutManager; startGlyphIndex: NSUInteger; maxNumLines: NSUInteger; ne…
70 …neFragments (characterRange: NSRange; layoutManager_: NSLayoutManager; maxNumLines: NSUInteger): N…
H A DNSSimpleHorizontalTypesetter.inc159 …phIndex (layoutManager_: NSLayoutManager; startGlyphIndex: NSUInteger; maxNumLines: NSUInteger; ne…
/dports/converters/R-cran-RJSONIO/RJSONIO/man/
H A DfromJSON.Rd178 fromJSON(con, maxNumLines = 4)
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp6602 int maxNumLines = bufferSizeInBytes / bytesPerLine - 1; in processRequestDebugLinesCommand() local
6609 …int numLines = btMin(maxNumLines, m_data->m_remoteDebugDrawer->m_lines2.size() - startingLineIndex… in processRequestDebugLinesCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp6602 int maxNumLines = bufferSizeInBytes / bytesPerLine - 1; in processRequestDebugLinesCommand() local
6609 …int numLines = btMin(maxNumLines, m_data->m_remoteDebugDrawer->m_lines2.size() - startingLineIndex… in processRequestDebugLinesCommand()