Searched refs:SetLength (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileAutoClose.h102 bool SetLength(uint64 newLength);
H A DFileAutoClose.cpp76 bool CFileAutoClose::SetLength(uint64 newLength) function in class:CFileAutoClose
79 return m_file.SetLength(newLength);
H A DMemFile.h117 virtual void SetLength(size_t newLen);
H A DCFile.h157 bool SetLength(uint64 newLength);
H A DMemFile.cpp81 void CMemFile::SetLength(size_t newLen) function in class:CMemFile
H A DCFile.cpp424 bool CFile::SetLength(uint64 new_len) function in class:CFile
H A DPartFileConvert.cpp320 file->m_hpartfile.SetLength( s_pfconverting->spaceneeded );
H A DSHAHashSet.cpp689 file.SetLength(nExistingSize);
695 file.SetLength(nExistingSize);
H A DThreadTasks.cpp317 file.SetLength(nLastVerifiedPos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DSVector.h113 void SetLength(unsigned int newLength) { function in class:SVector
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp683 ASSERT_RAISES(CRunTimeException, file.SetLength(BufferLength * 2));
687 file.SetLength(BufferLength / 2);
689 file.SetLength(BufferLength);
717 TEST(CMemFile, SetLength)
722 file.SetLength(1024);
725 file.SetLength(512u);
768 ASSERT_RAISES(CRunTimeException, file.SetLength(13));
914 TEST(CFile, SetLength)
919 file.SetLength(1024);
922 file.SetLength(51
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp506 theBuffer.SetLength(uri-uricopy);
520 theBuffer.SetLength(uri-uricopy);
534 theBuffer.SetLength(uri-uricopy);
642 theBuffer.SetLength(wxStrlen(theBuffer));
694 theBuffer.SetLength(wxStrlen(theBuffer));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp329 buf.SetLength(dst - start);
358 buf.SetLength(len);
H A Dtextctrl.cpp1740 tmp.SetLength(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Doleutils.cpp101 buf.SetLength(WideCharToMultiByte(CP_ACP, 0 /* no flags */,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.cpp782 packetdata.SetLength(16 + 16 + 2);
844 packetdata.SetLength(16 + 16 + 2);
892 packetdata.SetLength(16 + 16 + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp816 tmp.SetLength(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h1486 void SetLength(size_t length) { m_len = length; m_lenSet = true; }
1538 void SetLength(size_t length) { m_len = length; m_lenSet = true; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxstring.tex1600 theAnswerBuffer.SetLength(nLength);
1614 Note that SetLength {\tt must} be called before wxStringBufferLength destructs.
1645 \membersection{wxStringBufferLength::SetLength}\label{wxstringbufferlengthsetlength}
1647 \func{void}{SetLength}{\param{size\_t }{nLength}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp3269 evt.SetLength(scn.length);
3290 evt.SetLength(scn.length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3416 void SetLength(int len) { m_length = len; } function in class:wxStyledTextEvent

Completed in 151 milliseconds

12