Home
last modified time | relevance | path

Searched defs:fileLength (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/FileStream/
H A DLockUnlock.cs63 public void Lock_Unlock_Successful(long fileLength, long position, long length) in Lock_Unlock_Successful()
78 …public void NonOverlappingRegions_Success(long fileLength, long firstPosition, long firstLength, l… in NonOverlappingRegions_Success()
115 …public void OverlappingRegionsFromSameProcess_ThrowsExceptionOnWindows(long fileLength, long first… in OverlappingRegionsFromSameProcess_ThrowsExceptionOnWindows()
141 …public void OverlappingRegionsFromSameProcess_AllowedOnUnix(long fileLength, long firstPosition, l… in OverlappingRegionsFromSameProcess_AllowedOnUnix()
165 …public void OverlappingRegionsFromOtherProcess_ThrowsException(long fileLength, long firstPosition… in OverlappingRegionsFromOtherProcess_ThrowsException()
/dports/math/asymptote/asymptote-2.67/prc/PRCTools/
H A Dinflation.cc30 int decompress(char* inb, int fileLength, char* &outb) in decompress()
81 int fileLength = input.tellg(); in decompress() local
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/PRCTools/
H A Dinflation.cc30 int decompress(char* inb, int fileLength, char* &outb) in decompress()
81 int fileLength = input.tellg(); in decompress() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DStaticFileHandler.cs179 …private static bool GetNextRange(string rangeHeader, ref int startIndex, long fileLength, out long… in GetNextRange()
267 private static bool IsRangeSatisfiable(long offset, long length, long fileLength) { in IsRangeSatisfiable()
331 long fileLength, in ProcessRangeRequest()
573 private static void SendRangeNotSatisfiable(HttpResponse response, long fileLength) { in SendRangeNotSatisfiable()
579 …private static void SendFile(string physicalPath, long offset, long length, long fileLength, HttpC… in SendFile()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkParticleReader.cxx288 size_t fileLength = this->File->tellg(); in DetermineFileType() local
377 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileDouble() local
454 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileFloat() local
529 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileDouble() local
711 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileFloat() local
891 void vtkParticleReader::DoProgressUpdate( size_t & bytesRead, size_t & fileLength ) in DoProgressUpdate()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkParticleReader.cxx279 size_t fileLength = this->File->tellg(); in DetermineFileType() local
368 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileDouble() local
444 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileFloat() local
516 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileDouble() local
693 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileFloat() local
866 void vtkParticleReader::DoProgressUpdate(size_t& bytesRead, size_t& fileLength) in DoProgressUpdate()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkParticleReader.cxx284 size_t fileLength = this->File->tellg(); in DetermineFileType() local
373 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileDouble() local
450 size_t fileLength = (unsigned long)this->File->tellg(); in ProduceOutputFromTextFileFloat() local
525 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileDouble() local
721 unsigned long fileLength, start, next, length, ptIdx, cellPtIdx; in ProduceOutputFromBinaryFileFloat() local
915 void vtkParticleReader::DoProgressUpdate( size_t & bytesRead, size_t & fileLength ) in DoProgressUpdate()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/shapefile/
H A DShapefileHeader.java42 public int fileLength = -1; field in ShapefileHeader
101 public void setFileLength(int fileLength){ in setFileLength()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/rolling/
H A Drollingfileappenderskeleton.h61 size_t fileLength; variable
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/impl/networkRestore/
H A DProtocol.java284 long fileLength, in FileInfoResp()
328 protected final long fileLength; field in Protocol.FileStart
332 long fileLength, in FileStart()
373 long fileLength, in FileEnd()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dchunk_locator.h36 uint64_t fileLength; member
103 void updateFileLength(uint64_t fileLength) { in updateFileLength()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dsecurity_file.cpp76 const unsigned long long fileLength = stats.st_size; in readSecurityFile() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/catalog/
H A Dnamespace_index.h89 unsigned long long fileLength() const { in fileLength() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/console/
H A DJikesJavacPatternMatcher.java35 int fileLength = filePath.length(); in matchFound() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestFileLengthOnClusterRestart.java50 int fileLength = 1030; in testFileLengthWithHSyncAndClusterRestartWithOutDNsRegister() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestFileLengthOnClusterRestart.java50 int fileLength = 1030; in testFileLengthWithHSyncAndClusterRestartWithOutDNsRegister() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/MappedByteBuffer/
H A DForceException.java41 int fileLength = numberOfBlocks * blockSize; in main() local
/dports/audio/freealut/freealut-1.1.0/test_suite/
H A Dtest_memoryloader.c16 size_t fileLength; in playFile() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freealut/test_suite/
H A Dtest_memoryloader.c22 size_t fileLength; in playFile() local
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dsizebasedtriggeringpolicy.cpp36 size_t fileLength) in isTriggeringEvent()
/dports/devel/staf/src/staf/test/
H A Dtestcodepage2.cpp69 unsigned int fileLength = (unsigned int)inFile.tellg(); in main() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSImageUtil.java56 long fileLength = file.length(); in loadSummary() local
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/
H A DTGAWriter.java84 int fileLength = TARGA_HEADER_SIZE + width * height * numChannels; in open() local
/dports/science/kim-api/kim-api-2.2.1/c/src/
H A DKIM_Collections_c.cpp186 unsigned int * const fileLength, in KIM_Collections_GetItemMetadataFile()
234 long * const fileLength, in KIM_Collections_GetItemMetadataFile_fortran()
366 unsigned int * const fileLength, in KIM_Collections_GetItemMetadataFileByCollectionAndType()
415 long * const fileLength, in KIM_Collections_GetItemMetadataFileByCollectionAndType_fortran()
/dports/science/kim-api/kim-api-2.2.1/cmake/
H A DKIM_SharedLibrarySchema.hpp61 unsigned int const fileLength; member
89 unsigned int const fileLength; member

12345678910>>...16