Home
last modified time | relevance | path

Searched refs:didRead (Results 1 – 25 of 124) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Reader/
H A DReadInteger.cs58 Assert.True(didRead, "reader.TryReadInt8"); in ReadInt8_Success()
75 Assert.False(didRead, "reader.TryReadInt8"); in ReadInt8_TooMuchData()
94 Assert.True(didRead, "reader.TryReadUInt8"); in ReadUInt8_Success()
112 Assert.False(didRead, "reader.TryReadUInt8"); in ReadUInt8_Failure()
139 Assert.True(didRead, "reader.TryReadInt16"); in ReadInt16_Success()
156 Assert.False(didRead, "reader.TryReadInt16"); in ReadInt16_TooMuchData()
175 Assert.True(didRead, "reader.TryReadUInt16"); in ReadUInt16_Success()
222 Assert.True(didRead, "reader.TryReadInt32"); in ReadInt32_Success()
239 Assert.False(didRead, "reader.TryReadInt32"); in ReadInt32_TooMuchData()
263 Assert.True(didRead, "reader.TryReadUInt32"); in ReadUInt32_Success()
[all …]
H A DReadOctetString.cs29 … bool didRead = reader.TryGetPrimitiveOctetStringBytes(out ReadOnlyMemory<byte> contents); in TryGetOctetStringBytes_Fails()
31 Assert.False(didRead, "reader.TryGetOctetStringBytes"); in TryGetOctetStringBytes_Fails()
50 … bool didRead = reader.TryGetPrimitiveOctetStringBytes(out ReadOnlyMemory<byte> contents); in TryGetOctetStringBytes_Success()
52 Assert.True(didRead, "reader.TryGetOctetStringBytes"); in TryGetOctetStringBytes_Success()
149 bool didRead = reader.TryCopyOctetStringBytes( in TryCopyOctetStringBytes_Fails()
153 Assert.False(didRead, "reader.TryCopyOctetStringBytes"); in TryCopyOctetStringBytes_Fails()
202 bool didRead = reader.TryCopyOctetStringBytes( in TryCopyOctetStringBytes_Success()
206 Assert.True(didRead, "reader.TryCopyOctetStringBytes"); in TryCopyOctetStringBytes_Success()
H A DReadBitString.cs30 bool didRead = reader.TryGetPrimitiveBitStringValue( in TryGetBitStringBytes_Fails()
34 Assert.False(didRead, "reader.TryGetBitStringBytes"); in TryGetBitStringBytes_Fails()
54 bool didRead = reader.TryGetPrimitiveBitStringValue( in TryGetBitStringBytes_Success()
58 Assert.True(didRead, "reader.TryGetBitStringBytes"); in TryGetBitStringBytes_Success()
174 bool didRead = reader.TryCopyBitStringBytes( in TryCopyBitStringBytes_Fails()
179 Assert.False(didRead, "reader.TryCopyBitStringBytes"); in TryCopyBitStringBytes_Fails()
243 bool didRead = reader.TryCopyBitStringBytes( in TryCopyBitStringBytes_Success()
248 Assert.True(didRead, "reader.TryCopyBitStringBytes"); in TryCopyBitStringBytes_Success()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsPreloadedStream.cpp62 uint32_t didRead = 0; in ReadSegments() local
65 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
69 *result += didRead; in ReadSegments()
70 mOffset += didRead; in ReadSegments()
71 mLen -= didRead; in ReadSegments()
72 aCount -= didRead; in ReadSegments()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsPreloadedStream.cpp62 uint32_t didRead = 0; in ReadSegments() local
65 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
69 *result += didRead; in ReadSegments()
70 mOffset += didRead; in ReadSegments()
71 mLen -= didRead; in ReadSegments()
72 aCount -= didRead; in ReadSegments()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsPreloadedStream.cpp62 uint32_t didRead = 0; in ReadSegments() local
65 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
69 *result += didRead; in ReadSegments()
70 mOffset += didRead; in ReadSegments()
71 mLen -= didRead; in ReadSegments()
72 aCount -= didRead; in ReadSegments()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsPreloadedStream.cpp80 uint32_t didRead = 0; in ReadSegments() local
83 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
88 *result += didRead; in ReadSegments()
89 mOffset += didRead; in ReadSegments()
90 mLen -= didRead; in ReadSegments()
91 aCount -= didRead; in ReadSegments()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsPreloadedStream.cpp62 uint32_t didRead = 0; in ReadSegments() local
65 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
69 *result += didRead; in ReadSegments()
70 mOffset += didRead; in ReadSegments()
71 mLen -= didRead; in ReadSegments()
72 aCount -= didRead; in ReadSegments()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsPreloadedStream.cpp62 uint32_t didRead = 0; in ReadSegments() local
65 rv = aWriter(this, aClosure, mBuf + mOffset, *result, toRead, &didRead); in ReadSegments()
69 *result += didRead; in ReadSegments()
70 mOffset += didRead; in ReadSegments()
71 mLen -= didRead; in ReadSegments()
72 aCount -= didRead; in ReadSegments()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Drpc_connection.cpp92 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
93 if (!didRead) { in Read()
103 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
104 if (!didRead) { in Read()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Drpc_connection.cpp88 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
89 if (!didRead) { in Read()
99 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
100 if (!didRead) { in Read()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Drpc_connection.cpp88 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
89 if (!didRead) { in Read()
99 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
100 if (!didRead) { in Read()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Drpc_connection.cpp92 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
93 if (!didRead) { in Read()
103 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
104 if (!didRead) { in Read()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Drpc_connection.cpp88 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
89 if (!didRead) { in Read()
99 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
100 if (!didRead) { in Read()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Drpc_connection.cpp88 bool didRead = connection->Read(&readFrame, sizeof(MessageFrameHeader)); in Read() local
89 if (!didRead) { in Read()
99 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
100 if (!didRead) { in Read()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dgtkreactor.py148 didRead = None
152 didRead = source.doRead
156 if not source.disconnected and source.doWrite != didRead:
158 didRead = source.doWrite # if failed it was in write
165 self._disconnectSelectable(source, why, didRead == source.doRead)
/dports/net/gerbera/gerbera-1.9.2/src/iohandler/
H A Dio_handler_buffer_helper.cc106 std::size_t didRead = read1 + read2; in read() local
117 a += didRead; in read()
126 posRead += didRead; in read()
127 return didRead; in read()
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Drpc_connection.cpp103 bool didRead = connection->Read( in Read() local
106 if (!didRead) in Read()
119 didRead = connection->Read(readFrame.message, readFrame.length); in Read()
120 if (!didRead) in Read()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/
H A DSecureJsonTextReader.cs35 bool didRead = base.Read(); in Read()
45 return didRead; in Read()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupNetworkManager.cpp83 …ctivity(const uint8_t* ptrRTPDataExtensionEnd, const uint8_t* ptr, bool &didRead, uint8_t &audioLe… in readHeaderVoiceActivity() argument
116 didRead = true; in readHeaderVoiceActivity()
203 static void maybeReadRtpVoiceActivity(rtc::CopyOnWriteBuffer *packet, bool &didRead, uint32_t &ssrc… in maybeReadRtpVoiceActivity() argument
274 readHeaderVoiceActivity(ptrRTPDataExtensionEnd, ptr, didRead, audioLevel, voiceActivity); in maybeReadRtpVoiceActivity()
580 bool didRead = false; in RtpPacketReceived_n() local
584 maybeReadRtpVoiceActivity(packet, didRead, ssrc, audioLevel, isSpeech); in RtpPacketReceived_n()
585 if (didRead && ssrc != 0) { in RtpPacketReceived_n()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.cpp170 static void didRead(ScriptExecutionContext*, FileStreamProxy* proxy, int bytesRead) in didRead() function
173 proxy->client()->didRead(bytesRead); in didRead()
186 m_context->postTask(createCallbackTask(&didRead, AllowCrossThreadAccess(this), bytesRead)); in readOnFileThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/cablev2_authenticator/java/src/org/chromium/chrome/browser/webauth/authenticator/
H A DUSBHandler.java299 mTaskRunner.postTask(() -> this.didRead(message)); in readLoopInner()
311 mTaskRunner.postTask(() -> this.didRead(null)); in readLoop()
315 private void didRead(byte[] buffer) { in didRead() method in USBHandler
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfWriter.cpp256 std::streamoff didRead; in WriteUpdate() local
258 didRead = pSourceInputDevice->Read( pBuffer, uBufferLen ); in WriteUpdate()
259 if( didRead > 0) in WriteUpdate()
260 pDevice->Write( pBuffer, didRead ); in WriteUpdate()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dapi-get-object.go120 didRead: true,
209 didRead: true,
238 didRead bool // Lets subsequent calls know whether or not httpReader has been initiated. member
300 o.beenRead = response.didRead
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dapi-get-object.go120 didRead: true,
209 didRead: true,
238 didRead bool // Lets subsequent calls know whether or not httpReader has been initiated. member
300 o.beenRead = response.didRead

12345