Home
last modified time | relevance | path

Searched defs:sizehint (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/lists/
H A DSoTypeList.h42 SoTypeList(const int sizehint) : SbPList(sizehint) { } in SoTypeList()
H A DSoDetailList.h43 SoDetailList(const int sizehint) : SbPList (sizehint) { } in SoDetailList()
H A DSbIntList.h43 SbIntList(const int sizehint) : SbPList(sizehint) { } in SbIntList()
H A DSoPickedPointList.h43 SoPickedPointList(const int sizehint) : SbPList(sizehint) { } in SoPickedPointList()
H A DSbStringList.h43 SbStringList(const int sizehint) : SbPList(sizehint) { } in SbStringList()
H A DSoEngineOutputList.h43 SoEngineOutputList(const int sizehint) : SbPList(sizehint) { } in SoEngineOutputList()
H A DSoFieldList.h43 SoFieldList(const int sizehint) : SbPList(sizehint) { } in SoFieldList()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/file/
H A Dreadlines.hpp26 types::list<types::str> readlines(F &&f, long sizehint) in readlines()
/dports/sysutils/py-filelike/filelike-0.4.1/filelike/wrappers/
H A Dtranslate.py124 def _read(self,sizehint=-1): argument
221 def _read(self,sizehint=-1): argument
H A Dunix.py65 def _read(self,sizehint=-1): argument
H A Dpadtoblocksize.py76 def _read(self,sizehint=-1): argument
238 def _read(self,sizehint=-1): argument
H A Dfixedblocksize.py65 def _read(self,sizehint=-1): argument
H A Dbuffer.py148 if self._check_mode("r") and not self._in_eof:
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseekbzip2.py66 def read(self, sizehint=-1): argument
150 def readlines(self, sizehint=-1): argument
/dports/devel/py-fs/fs-0.5.4/fs/
H A Dfilelike.py131 def _read(self,sizehint=-1): argument
519 def readlines(self,sizehint=-1): argument
658 def _read(self,sizehint=-1): argument
767 def _read(self,sizehint=-1): argument
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/
H A DAsyncFile.py235 def readlines(self, sizehint=-1): argument
266 def readline(self, sizehint=-1): argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/modjy/
H A Dmodjy_input.py145 def readlines(self, sizehint=0): argument
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_stack.cpp63 UT_NumberStack::UT_NumberStack (UT_uint32 sizehint, UT_uint32 baseincr) : in UT_NumberStack()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dsorthelper.h65 explicit SortHelper(int sizehint) { in SortHelper()
/dports/sysutils/py-filelike/filelike-0.4.1/filelike/
H A D__init__.py483 def readlines(self,sizehint=-1): argument
525 def _read(self,sizehint=-1): argument
784 def _read(self,sizehint=-1): argument
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dtst_nofill2.c79 size_t sizehint = (1750000); /* default if not set on command line, in main() local
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dtst_nofill2.c79 size_t sizehint = (1750000); /* default if not set on command line, in main() local
/dports/devel/bsdelf/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c129 elftc_string_table_create(int sizehint) in elftc_string_table_create()
178 elftc_string_table_from_section(Elf_Scn *scn, int sizehint) in elftc_string_table_from_section()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c129 elftc_string_table_create(int sizehint) in elftc_string_table_create()
178 elftc_string_table_from_section(Elf_Scn *scn, int sizehint) in elftc_string_table_from_section()
/dports/lang/python37/Python-3.7.12/Lib/test/test_asyncio/
H A Dtest_buffered_proto.py12 def get_buffer(self, sizehint): argument

12345678910>>...13