Home
last modified time | relevance | path

Searched refs:readFromStream (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/print/py-pdf/pyPdf-1.13/pyPdf/
H A Dgeneric.py99 def readFromStream(stream): member in NullObject
104 readFromStream = staticmethod(readFromStream) variable in NullObject
117 def readFromStream(stream): member in BooleanObject
125 readFromStream = staticmethod(readFromStream) variable in BooleanObject
155 readFromStream = staticmethod(readFromStream) variable in ArrayObject
202 readFromStream = staticmethod(readFromStream) variable in IndirectObject
225 def readFromStream(stream): member in NumberObject
237 readFromStream = staticmethod(readFromStream) variable in NumberObject
425 def readFromStream(stream): member in NameObject
436 readFromStream = staticmethod(readFromStream) variable in NameObject
[all …]
/dports/print/py-pdf2/PyPDF2-1.26.0/PyPDF2/
H A Dgeneric.py111 def readFromStream(stream): member in NullObject
116 readFromStream = staticmethod(readFromStream) variable in NullObject
129 def readFromStream(stream): member in BooleanObject
138 readFromStream = staticmethod(readFromStream) variable in BooleanObject
149 def readFromStream(stream, pdf): member in ArrayObject
168 readFromStream = staticmethod(readFromStream) variable in ArrayObject
223 readFromStream = staticmethod(readFromStream) variable in IndirectObject
268 def readFromStream(stream): member in NumberObject
274 readFromStream = staticmethod(readFromStream) variable in NumberObject
494 readFromStream = staticmethod(readFromStream) variable in NameObject
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dloc.h64 void readFromStream(Common::ReadStream &ds);
85 void readFromStream(Common::ReadStream &ds, bool bLOX = false);
118 void readFromStream(Common::ReadStream &ds, bool bLOX = false);
154 void readFromStream(Common::ReadStream &ds, bool bLOX);
181 void readFromStream(Common::SeekableReadStream &ds, bool bLOX = false);
271 void readFromStream(Common::SeekableReadStream &ds, bool bLOX = false);
303 void readFromStream(Common::ReadStream &ds);
311 void readFromStream(Common::ReadStream &ds);
H A Dloc.cpp61 _pos.readFromStream(ds); in readFromStream()
80 _pos.readFromStream(ds); in readFromStream()
93 _slots[i].readFromStream(ds, true); in readFromStream()
301 _rcBox.readFromStream(ds); in readFromStream()
461 _pos.readFromStream(ds); in readFromStream()
464 _hot.readFromStream(ds); in readFromStream()
467 _rcBox.readFromStream(ds); in readFromStream()
484 _pal.readFromStream(ds); in readFromStream()
836 _wip0r.readFromStream(*ds); in initFade()
1724 _boxes[i].readFromStream(ds); in readFromStream()
[all …]
/dports/net/liveMedia/live/liveMedia/
H A DMP3StreamState.cpp201 if (readFromStream(hbuf, 4) != 4) return False; in findNextFrame()
234 readFromStream(buf, 66); /* already read 4 */ in findNextFrame()
241 readFromStream(buf, 6); /* already read 4 */ in findNextFrame()
249 readFromStream(buf, bytesToRead); in findNextFrame()
260 if (readFromStream(hbuf+3,1) != 1) { in findNextFrame()
288 if (readFromStream(&hbuf[3],1) != 1) { in findNextFrame()
330 if ((l = readFromStream(fr().frameBytes, fr().frameSize)) in findNextFrame()
369 unsigned MP3StreamState::readFromStream(unsigned char* buf, in readFromStream() function in MP3StreamState
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dloc.h64 void readFromStream(Common::ReadStream &ds);
85 void readFromStream(Common::ReadStream &ds, bool bLOX = false);
118 void readFromStream(Common::ReadStream &ds, bool bLOX = false);
154 void readFromStream(Common::ReadStream &ds, bool bLOX);
181 void readFromStream(Common::SeekableReadStream &ds, bool bLOX = false);
271 void readFromStream(Common::SeekableReadStream &ds, bool bLOX = false);
303 void readFromStream(Common::ReadStream &ds);
311 void readFromStream(Common::ReadStream &ds);
H A Dloc.cpp61 _pos.readFromStream(ds); in readFromStream()
80 _pos.readFromStream(ds); in readFromStream()
93 _slots[i].readFromStream(ds, true); in readFromStream()
301 _rcBox.readFromStream(ds); in readFromStream()
461 _pos.readFromStream(ds); in readFromStream()
464 _hot.readFromStream(ds); in readFromStream()
467 _rcBox.readFromStream(ds); in readFromStream()
484 _pal.readFromStream(ds); in readFromStream()
836 _wip0r.readFromStream(*ds); in initFade()
1724 _boxes[i].readFromStream(ds); in readFromStream()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DLineGroup.java203 return EmblStreamFeature.readFromStream (reader); in readNextLineGroup()
209 return GenbankStreamFeature.readFromStream (reader); in readNextLineGroup()
212 return GFFStreamFeature.readFromStream (reader); in readNextLineGroup()
215 return BlastStreamFeature.readFromStream (reader); in readNextLineGroup()
218 return MSPcrunchStreamFeature.readFromStream (reader); in readNextLineGroup()
H A DGenbankStreamFeature.java98 readFromStream (final LinePushBackReader in_stream) in readFromStream() method in GenbankStreamFeature
100 return (GenbankStreamFeature) readFromStream (in_stream, in readFromStream()
H A DEmblStreamFeature.java97 readFromStream (final LinePushBackReader in_stream) in readFromStream() method in EmblStreamFeature
99 return (EmblStreamFeature) readFromStream (in_stream, in readFromStream()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/io/
H A DEmblStreamFeature_ESTest.java40 EmblStreamFeature emblStreamFeature0 = EmblStreamFeature.readFromStream(linePushBackReader0); in test0()
56 EmblStreamFeature.readFromStream(linePushBackReader0); in test1()
71 EmblStreamFeature.readFromStream((LinePushBackReader) null); in test2()
115 EmblStreamFeature.readFromStream(linePushBackReader0); in test6()
H A DMSPcrunchStreamFeature_ESTest.java47 MSPcrunchStreamFeature.readFromStream(linePushBackReader0); in test0()
62 MSPcrunchStreamFeature.readFromStream((LinePushBackReader) null); in test1()
78 MSPcrunchStreamFeature.readFromStream(linePushBackReader0); in test2()
112 MSPcrunchStreamFeature.readFromStream(linePushBackReader0); in test4()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DArrayedCollection.sc461 readFromStream { |stream, method|
482 readFromStream { |stream|
483 super.readFromStream(stream, \getInt8);
488 readFromStream { |stream|
489 super.readFromStream(stream, \getInt16);
494 readFromStream { |stream|
495 super.readFromStream(stream, \getInt32);
500 readFromStream { |stream|
501 super.readFromStream(stream, \getFloat);
506 readFromStream { |stream|
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/parallel/
H A Dgitter_pll_ldb.h54 inline bool readFromStream (ObjectStream &);
87 inline bool readFromStream (ObjectStream &);
283 readFromStream( os ); in GraphEdge()
329 inline bool LoadBalancer::GraphEdge::readFromStream (ObjectStream & os) in readFromStream() function
350 readFromStream( os ); in GraphVertex()
411 inline bool LoadBalancer::GraphVertex::readFromStream (ObjectStream & os) in readFromStream() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/3ds/
H A DSoStream.cpp471 SbBool SoStream::readFromStream(SoStream &stream) in readFromStream() function in SoStream
474 readFromStream(stream, amount); in readFromStream()
479 return stream.readFromStream(*this); in writeToStream()
481 size_t SoStream::readFromStream(SoStream &stream, size_t bytes) in readFromStream() function in SoStream
501 return stream.readFromStream(*this, bytes); in writeToStream()
676 this->readFromStream(temp); in loadBufferFromFile()
683 this->readFromStream(temp); in loadBufferFromFile()
691 temp.readFromStream(*this); in storeBufferToFile()
699 temp.readFromStream(*this); in storeBufferToFile()
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/duckman/
H A Dgamestate_duckman.cpp41 _vm->_scriptResource->_properties.readFromStream(in) && in readStateInternal()
42 _vm->_scriptResource->_blockCounters.readFromStream(in); in readStateInternal()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/duckman/
H A Dgamestate_duckman.cpp41 _vm->_scriptResource->_properties.readFromStream(in) && in readStateInternal()
42 _vm->_scriptResource->_blockCounters.readFromStream(in); in readStateInternal()
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/bbdou/
H A Dgamestate_bbdou.cpp43 _vm->_scriptResource->_properties.readFromStream(in) && in readStateInternal()
44 _vm->_scriptResource->_blockCounters.readFromStream(in); in readStateInternal()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/bbdou/
H A Dgamestate_bbdou.cpp43 _vm->_scriptResource->_properties.readFromStream(in) && in readStateInternal()
44 _vm->_scriptResource->_blockCounters.readFromStream(in); in readStateInternal()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/items/
H A Ditemlist.cpp50 void ItemList::readFromStream(Common::ReadStream *stream) { in readFromStream() function in Pegasus::ItemList
55 g_allItems.findItemByID(itemID)->readFromStream(stream); in readFromStream()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/items/
H A Ditemlist.cpp50 void ItemList::readFromStream(Common::ReadStream *stream) { in readFromStream() function in Pegasus::ItemList
55 g_allItems.findItemByID(itemID)->readFromStream(stream); in readFromStream()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/items/biochips/
H A Dopticalchip.cpp65 void OpticalChip::readFromStream(Common::ReadStream *stream) { in readFromStream() function in Pegasus::OpticalChip
66 BiochipItem::readFromStream(stream); in readFromStream()
67 _opticalFlags.readFromStream(stream); in readFromStream()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/
H A DJarClassLoader.java70 return readFromStream(jarFile.getInputStream(jarEntry), in loadClassData()
79 private byte[] readFromStream(InputStream in, long size) in readFromStream() method in JarClassLoader
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/
H A DJarClassLoader.java70 return readFromStream(jarFile.getInputStream(jarEntry), in loadClassData()
79 private byte[] readFromStream(InputStream in, long size) in readFromStream() method in JarClassLoader
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/
H A DJarClassLoader.java70 return readFromStream(jarFile.getInputStream(jarEntry), in loadClassData()
79 private byte[] readFromStream(InputStream in, long size) in readFromStream() method in JarClassLoader

12345678910>>...12