Home
last modified time | relevance | path

Searched refs:ReadTo (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_storage/storage/cache/
H A Dstorage_cache_types.cpp17 inline Packed ReadTo(size_type count) { in ReadTo() function
95 this->size = ReadTo<EntrySize>(size); in setSize()
104 , count(ReadTo<RecordsCount>(count)) { in MultiStore()
114 , count(ReadTo<RecordsCount>(count)) { in MultiRemove()
126 , count(ReadTo<RecordsCount>(count)) in MultiAccess()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DReadTimeout.cs73 VerifyInfiniteTimeout(ReadTo, false); in ReadTimeout_Default_ReadTo()
113 VerifyInfiniteTimeout(ReadTo, true); in ReadTimeout_Infinite_ReadTo()
153 VerifyZeroTimeoutBeforeOpen(ReadTo); in ReadTimeout_0_ReadTo_BeforeOpen()
193 VerifyZeroTimeoutAfterOpen(ReadTo); in ReadTimeout_0_ReadTo_AfterOpen()
465 private void ReadTo(SerialPort com) in ReadTo() method in System.IO.Ports.Tests.ReadTimeout_Property
469 com.ReadTo(com.NewLine); in ReadTo()
H A DReadTo_Generic.cs114 Assert.Throws<TimeoutException>(() => com.ReadTo(com.NewLine)); in SuccessiveReadTimeoutNoData()
140 com1.ReadTo(com1.NewLine); in SuccessiveReadTimeoutSomeData()
231 string strRead = com1.ReadTo(com1.NewLine); in ParityErrorOnLastByte()
280 Assert.Throws<TimeoutException>(() => com.ReadTo(com.NewLine)); in VerifyTimeout()
288 Assert.Throws<TimeoutException>(() => com.ReadTo(com.NewLine)); in VerifyTimeout()
308 Assert.Throws(expectedException, () => com.ReadTo(com.NewLine)); in VerifyReadException()
434 rcvString = com1.ReadTo(com1.NewLine); in VerifyRead()
H A DReadTo.cs15 public class ReadTo : PortsTest class
303 string rcvString = com1.ReadTo(com2.NewLine); in GreedyRead()
468 Assert.Throws<TimeoutException>(() => com1.ReadTo(endString)); in Read_Timeout()
473 string result = com1.ReadTo(endString); in Read_Timeout()
529 Assert.Throws<TimeoutException>(() => com2.ReadTo(new string(endChar, 1))); in Read_LargeBuffer()
536 string stringRcvBuffer = com2.ReadTo(new string(endChar, 1)); in Read_LargeBuffer()
584 Assert.Throws(expectedException, () => com.ReadTo(newLine)); in VerifyReadException()
740 rcvString = com1.ReadTo(newLine); in PerformReadOnCom1FromCom2()
869 string strRead = com1.ReadTo(newLine); in VerifyReadToWithWriteLine()
936 _result = _com.ReadTo(_value); in Read()
H A DBytesToRead.cs104 VerifyBytesToRead(ReadTo, DEFAULT_NUM_RND_BYTES, true); in BytesToRead_ReadTo()
178 private void ReadTo(SerialPort com, int bufferSize) in ReadTo() method in System.IO.Ports.Tests.BytesToRead_Property
180 com.ReadTo(com.NewLine); in ReadTo()
H A DDiscardNull.cs145 VerifyDiscardNull(com1, ReadTo, true); in DiscardNull_Default_ReadTo()
189 VerifyDiscardNullAfterOpen(true, ReadTo, true); in DiscardNull_true_ReadTo_After()
507 private char[] ReadTo(SerialPort com) in ReadTo() method in System.IO.Ports.Tests.DiscardNull_Property
516 rcvString = com.ReadTo(com.NewLine); in ReadTo()
H A DParityReplace.cs96 VerifyParityReplaceByte(ReadTo, true); in ReadTo_str_RNDParityReplace()
425 private char[] ReadTo(SerialPort com) in ReadTo() method in System.IO.Ports.Tests.ParityReplace_Property
434 rcvString = com.ReadTo(com.NewLine); in ReadTo()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/common/
H A DDBuffer.h44 bool ReadTo(DBuffer *line, uchar ch, bool add_null=true);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/ref/
H A DSystem.IO.Ports.cs111 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO.Ports/
H A DSerialPort.cs667 return ReadTo (new_line); in ReadLine()
670 public string ReadTo (string value) in ReadTo() method in System.IO.Ports.SerialPort
/dports/www/firefox-legacy/firefox-52.8.0esr/python/bitstring/test/
H A Dtest_constbitstream.py36 class ReadTo(unittest.TestCase): class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialStream/
H A DClose.cs113 com.ReadTo("A"); in OpenClose_ReadMethods()
/dports/devel/py-bitstring/bitstring-3.1.9/test/
H A Dtest_constbitstream.py39 class ReadTo(unittest.TestCase): class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialPort.cs967 return ReadTo(NewLine); in ReadLine()
970 public string ReadTo(string value) in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialPort.cs1222 return ReadTo(NewLine); in ReadLine()
1225 public string ReadTo(string value) in ReadTo() method in System.IO.Ports.SerialPort
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/ibpp/core/
H A Darray.cpp194 void ArrayImpl::ReadTo(IBPP::ADT adtype, void* data, int datacount) in ReadTo() function in ArrayImpl
H A Dibpp.h495 virtual void ReadTo(ADT, void* buffer, int elemcount) = 0;
H A D_ibpp.h1284 void ReadTo(IBPP::ADT, void*, int);
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs7977 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs7686 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs7918 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs7947 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs7946 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs7918 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs7918 public string ReadTo(string value) { throw null; } in ReadTo() method in System.IO.Ports.SerialPort

12