Home
last modified time | relevance | path

Searched refs:readDataFrom (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/
H A DFileStream.py19 super().__init__(self.readDataFrom(fileName, encoding, errors))
22 def readDataFrom(self, fileName:str, encoding:str, errors:str='strict'): member in FileStream
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/
H A DFileStream.py20 super().__init__(self.readDataFrom(fileName, encoding, errors))
23 def readDataFrom(self, fileName:str, encoding:str, errors:str='strict'): member in FileStream
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DReadExisting.cs166 … private void VerifyRead(Encoding encoding, int numberOfBytesToRead, ReadDataFromEnum readDataFrom) in VerifyRead() argument
198 switch (readDataFrom) in VerifyRead()
210 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
H A DReadChar.cs474 private void VerifyRead(Encoding encoding, ReadDataFromEnum readDataFrom) in VerifyRead() argument
476 VerifyRead(encoding, readDataFrom, numRndChar); in VerifyRead()
479 private void VerifyRead(Encoding encoding, ReadDataFromEnum readDataFrom, int bufferSize) in VerifyRead() argument
497 switch (readDataFrom) in VerifyRead()
509 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
H A DReadByte.cs144 private void VerifyRead(Encoding encoding, ReadDataFromEnum readDataFrom) in VerifyRead() argument
169 switch (readDataFrom) in VerifyRead()
184 throw new ArgumentOutOfRangeException(nameof(readDataFrom)); in VerifyRead()
H A DRead_byte_int_int.cs387 …yRead(byte[] buffer, int offset, int count, int numberOfBytesToRead, ReadDataFromEnum readDataFrom) in VerifyRead() argument
421 switch (readDataFrom) in VerifyRead()
436 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
H A DRead_char_int_int.cs693 …yRead(char[] buffer, int offset, int count, int numberOfBytesToRead, ReadDataFromEnum readDataFrom) in VerifyRead() argument
695 … VerifyRead(buffer, offset, count, new ASCIIEncoding(), numberOfBytesToRead, readDataFrom); in VerifyRead()
706 ReadDataFromEnum readDataFrom) in VerifyRead() argument
748 switch (readDataFrom) in VerifyRead()
760 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
H A DReadLine.cs575 …ncoding encoding, string newLine, int numBytesRead, int numNewLines, ReadDataFromEnum readDataFrom) in VerifyRead() argument
614 switch (readDataFrom) in VerifyRead()
626 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
H A DReadTo.cs603 …ncoding encoding, string newLine, int numBytesRead, int numNewLines, ReadDataFromEnum readDataFrom) in VerifyRead() argument
643 switch (readDataFrom) in VerifyRead()
655 … throw new ArgumentOutOfRangeException(nameof(readDataFrom), readDataFrom, null); in VerifyRead()
/dports/www/aria2/aria2-1.36.0/test/
H A DLpdMessageDispatcherTest.cc67 nbytes = recvsock->readDataFrom(buf, sizeof(buf), remoteEndpoint); in testSendMessage()
H A DSocketCoreTest.cc59 s.readDataFrom(readbuffer, sizeof(readbuffer), remoteEndpoint); in testWriteAndReadDatagram()
69 s.readDataFrom(readbuffer, sizeof(readbuffer), remoteEndpoint); in testWriteAndReadDatagram()
/dports/www/aria2/aria2-1.36.0/src/
H A DDHTConnectionImpl.cc95 ssize_t length = socket_->readDataFrom(data, len, remoteEndpoint); in receiveMessage()
H A DLpdMessageReceiver.cc91 length = socket_->readDataFrom(buf, sizeof(buf), remoteEndpoint); in receiveMessage()
H A DSocketCore.h286 ssize_t readDataFrom(void* data, size_t len, Endpoint& sender);
H A DSocketCore.cc1228 ssize_t SocketCore::readDataFrom(void* data, size_t len, Endpoint& sender) in readDataFrom() function in aria2::SocketCore
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Dgrid.h46 void readDataFrom(uint16 numObjects, uint16 numRooms, byte *&ptr);
H A Dgrid.cpp46 void Grid::readDataFrom(uint16 numObjects, uint16 numRooms, byte *&ptr) { in readDataFrom() function in Queen::Grid
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Dgrid.h46 void readDataFrom(uint16 numObjects, uint16 numRooms, byte *&ptr);
H A Dgrid.cpp46 void Grid::readDataFrom(uint16 numObjects, uint16 numRooms, byte *&ptr) { in readDataFrom() function in Queen::Grid
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java469 readDataFrom(in); in readFrom()
472 protected abstract void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
705 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
859 public void readDataFrom(InputStream in) throws IOException {
1023 protected void readDataFrom(InputStream in) throws IOException {
1024 super.readDataFrom(in);
1342 protected void readDataFrom(InputStream in) throws IOException {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java468 readDataFrom(in); in readFrom()
471 abstract protected void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
704 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
858 public void readDataFrom(InputStream in) throws IOException {
1022 protected void readDataFrom(InputStream in) throws IOException {
1023 super.readDataFrom(in);
1341 protected void readDataFrom(InputStream in) throws IOException {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java469 readDataFrom(in); in readFrom()
472 protected abstract void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
705 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
859 public void readDataFrom(InputStream in) throws IOException {
1023 protected void readDataFrom(InputStream in) throws IOException {
1024 super.readDataFrom(in);
1342 protected void readDataFrom(InputStream in) throws IOException {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java469 readDataFrom(in); in readFrom()
472 protected abstract void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
705 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
859 public void readDataFrom(InputStream in) throws IOException {
1023 protected void readDataFrom(InputStream in) throws IOException {
1024 super.readDataFrom(in);
1342 protected void readDataFrom(InputStream in) throws IOException {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java469 readDataFrom(in); in readFrom()
472 protected abstract void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
705 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
859 public void readDataFrom(InputStream in) throws IOException {
1023 protected void readDataFrom(InputStream in) throws IOException {
1024 super.readDataFrom(in);
1342 protected void readDataFrom(InputStream in) throws IOException {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java468 readDataFrom(in); in readFrom()
471 abstract protected void readDataFrom(InputStream in) throws IOException; in readDataFrom() method in BandStructure.Band
704 protected void readDataFrom(InputStream in) throws IOException { in readDataFrom() method in BandStructure.ValueBand
858 public void readDataFrom(InputStream in) throws IOException {
1022 protected void readDataFrom(InputStream in) throws IOException {
1023 super.readDataFrom(in);
1341 protected void readDataFrom(InputStream in) throws IOException {

12