Home
last modified time | relevance | path

Searched refs:TestStream (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kns/
H A Dhttp_dropconnection_test.cpp65 class TestStream;
66 #define KSTREAM_IMPL TestStream
95 class TestStream class
200 KStream_vt_v1 TestStream::vt =
203 TestStream::Whack,
204 TestStream::Read,
205 TestStream::Write,
206 TestStream::TimedRead,
207 TestStream::TimedWrite
210 list<string> TestStream::m_readResponses;
[all …]
H A DHttpFixture.cpp41 TestStream :: Whack ( KSTREAM_IMPL *self ) in Whack()
121 list<string> TestStream :: m_requests;
122 list<string> TestStream :: m_responses;
124 KStream_vt_v1 TestStream::vt =
127 TestStream::Whack,
128 TestStream::Read,
129 TestStream::Write,
130 TestStream::TimedRead,
131 TestStream::TimedWrite
141 TestStream::m_requests.clear(); in HttpFixture()
[all …]
H A Dtest-refresh-expired-url.cpp92 TestStream::AddResponse( ostr.str() ); in RespondToHEAD()
104 TestStream::AddResponse( ostr.str() ); in RespondToHEAD()
116 TestStream::AddResponse( ostr.str() ); in RespondToGET()
126 TestStream::AddResponse( ostr.str() ); in RespondToGET_Full()
226 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
249 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
272 string origReq = TestStream::m_requests.front(); in FIXTURE_TEST_CASE()
281 string lastReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
310 string origReq = TestStream::m_requests.front(); in FIXTURE_TEST_CASE()
319 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
[all …]
H A Dhttptest.cpp84 TestStream::AddResponse("HTTP/1.1 100 continue\r\n"); in FIXTURE_TEST_CASE()
85 TestStream::AddResponse("HTTP/1.1 100 continue\r\n"); in FIXTURE_TEST_CASE()
103 TestStream::AddResponse( // response to GET in FIXTURE_TEST_CASE()
242 TestStream::AddResponse(ss.str()); // response to HEAD in FIXTURE_TEST_CASE()
566 TestStream::AddResponse("HTTP/1.1 100 continue\r\n");
567 TestStream::AddResponse("HTTP/1.1 100 continue\r\n");
616 TestStream::AddResponse( in FIXTURE_TEST_CASE()
806 TestStream::AddResponse( in FIXTURE_TEST_CASE()
825 TestStream::AddResponse( in FIXTURE_TEST_CASE()
845 TestStream::AddResponse( in FIXTURE_TEST_CASE()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kns/
H A Dhttp_dropconnection_test.cpp65 class TestStream;
66 #define KSTREAM_IMPL TestStream
95 class TestStream class
200 KStream_vt_v1 TestStream::vt =
203 TestStream::Whack,
204 TestStream::Read,
205 TestStream::Write,
206 TestStream::TimedRead,
207 TestStream::TimedWrite
210 list<string> TestStream::m_readResponses;
[all …]
H A DHttpFixture.cpp41 TestStream :: Whack ( KSTREAM_IMPL *self ) in Whack()
121 list<string> TestStream :: m_requests;
122 list<string> TestStream :: m_responses;
124 KStream_vt_v1 TestStream::vt =
127 TestStream::Whack,
128 TestStream::Read,
129 TestStream::Write,
130 TestStream::TimedRead,
131 TestStream::TimedWrite
141 TestStream::m_requests.clear(); in HttpFixture()
[all …]
H A Dtest-refresh-expired-url.cpp92 TestStream::AddResponse( ostr.str() ); in RespondToHEAD()
104 TestStream::AddResponse( ostr.str() ); in RespondToHEAD()
116 TestStream::AddResponse( ostr.str() ); in RespondToGET()
126 TestStream::AddResponse( ostr.str() ); in RespondToGET_Full()
226 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
249 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
272 string origReq = TestStream::m_requests.front(); in FIXTURE_TEST_CASE()
281 string lastReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
310 string origReq = TestStream::m_requests.front(); in FIXTURE_TEST_CASE()
319 string redirReq = TestStream::m_requests.back(); in FIXTURE_TEST_CASE()
[all …]
H A Dhttptest.cpp84 TestStream::AddResponse("HTTP/1.1 100 continue\r\n"); in FIXTURE_TEST_CASE()
85 TestStream::AddResponse("HTTP/1.1 100 continue\r\n"); in FIXTURE_TEST_CASE()
103 TestStream::AddResponse( // response to GET in FIXTURE_TEST_CASE()
242 TestStream::AddResponse(ss.str()); // response to HEAD in FIXTURE_TEST_CASE()
566 TestStream::AddResponse("HTTP/1.1 100 continue\r\n");
567 TestStream::AddResponse("HTTP/1.1 100 continue\r\n");
616 TestStream::AddResponse( in FIXTURE_TEST_CASE()
806 TestStream::AddResponse( in FIXTURE_TEST_CASE()
825 TestStream::AddResponse( in FIXTURE_TEST_CASE()
845 TestStream::AddResponse( in FIXTURE_TEST_CASE()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/cloud/
H A DTestStream.cpp40 TestStream :: Whack ( KSTREAM_IMPL *self ) in Whack()
48 TestStream :: Read ( const KSTREAM_IMPL *self, void *buffer, size_t bsize, size_t *num_read ) in Read()
112 TestStream :: AddResponse ( const string& p_str, bool end_binary ) in AddResponse()
120 list<string> TestStream :: m_requests;
121 list<string> TestStream :: m_responses;
123 KStream_vt_v1 TestStream::vt =
126 TestStream::Whack,
127 TestStream::Read,
128 TestStream::Write,
129 TestStream::TimedRead,
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/cloud/
H A DTestStream.cpp40 TestStream :: Whack ( KSTREAM_IMPL *self ) in Whack()
48 TestStream :: Read ( const KSTREAM_IMPL *self, void *buffer, size_t bsize, size_t *num_read ) in Read()
112 TestStream :: AddResponse ( const string& p_str, bool end_binary ) in AddResponse()
120 list<string> TestStream :: m_requests;
121 list<string> TestStream :: m_responses;
123 KStream_vt_v1 TestStream::vt =
126 TestStream::Whack,
127 TestStream::Read,
128 TestStream::Write,
129 TestStream::TimedRead,
[all …]
/dports/net/pichi/pichi-1.4.0/src/net/
H A Dssstream.cpp122 template class SSStreamAdapter<CryptoMethod::RC4_MD5, stream::TestStream>;
123 template class SSStreamAdapter<CryptoMethod::BF_CFB, stream::TestStream>;
125 template class SSStreamAdapter<CryptoMethod::AES_128_CTR, stream::TestStream>;
126 template class SSStreamAdapter<CryptoMethod::AES_192_CTR, stream::TestStream>;
127 template class SSStreamAdapter<CryptoMethod::AES_256_CTR, stream::TestStream>;
128 template class SSStreamAdapter<CryptoMethod::AES_128_CFB, stream::TestStream>;
129 template class SSStreamAdapter<CryptoMethod::AES_192_CFB, stream::TestStream>;
130 template class SSStreamAdapter<CryptoMethod::AES_256_CFB, stream::TestStream>;
134 template class SSStreamAdapter<CryptoMethod::CHACHA20, stream::TestStream>;
135 template class SSStreamAdapter<CryptoMethod::SALSA20, stream::TestStream>;
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Test/BufferedStream/
H A DBufferedStreamTest.cpp63 class TestStream : public AP4_ByteStream class
66 TestStream(AP4_Size size, bool partial);
99 TestStream::TestStream(AP4_Size size, bool partial) : in TestStream() function in TestStream
114 TestStream::ReadPartial(void* buffer, in ReadPartial()
154 TestStream::WritePartial(const void* buffer, in WritePartial()
184 TestStream::Seek(AP4_Position position) in Seek()
195 TestStream::AddReference() in AddReference()
204 TestStream::Release() in Release()
217 TestStream* source = new TestStream(source_size, partial); in DoTest()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/gtest/
H A DTestBase64Stream.cpp16 class TestStream final : public nsIInputStream { class
20 TestStream(const nsACString& aInput, uint32_t aStep) in TestStream() function in mozilla::net::TestStream
67 ~TestStream() = default;
74 NS_IMPL_ISUPPORTS(TestStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
84 RefPtr<TestStream> ts = new TestStream(input, step); in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/netwerk/test/gtest/
H A DTestBase64Stream.cpp16 class TestStream final : public nsIInputStream { class
20 TestStream(const nsACString& aInput, uint32_t aStep) in TestStream() function in mozilla::net::TestStream
67 ~TestStream() = default;
74 NS_IMPL_ISUPPORTS(TestStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
84 RefPtr<TestStream> ts = new TestStream(input, step); in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/gtest/
H A DTestBase64Stream.cpp16 class TestStream final : public nsIInputStream { class
20 TestStream(const nsACString& aInput, uint32_t aStep) in TestStream() function in mozilla::net::TestStream
67 ~TestStream() = default;
74 NS_IMPL_ISUPPORTS(TestStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
84 RefPtr<TestStream> ts = new TestStream(input, step); in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/gtest/
H A DTestBase64Stream.cpp16 class TestStream final : public nsIInputStream { class
20 TestStream(const nsACString& aInput, uint32_t aStep) in TestStream() function in mozilla::net::TestStream
67 ~TestStream() = default;
74 NS_IMPL_ISUPPORTS(TestStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
84 RefPtr<TestStream> ts = new TestStream(input, step); in NS_IMPL_ISUPPORTS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_session_test.cc143 TestStream(QuicStreamId id, in TestStream() function in quic::test::__anoncb1991f50111::TestStream
200 TestStream* stream = new TestStream(id, this, BIDIRECTIONAL); in CreateOutgoingBidirectionalStream()
206 TestStream* stream = new TestStream(GetNextOutgoingUnidirectionalStreamId(), in CreateOutgoingUnidirectionalStream()
225 TestStream* stream = in CreateIncomingStream()
237 TestStream* stream = new TestStream( in CreateIncomingStream()
2511 TestStream* stream4 = new TestStream(GetNthServerInitiatedUnidirectionalId(1), in TEST_P()
2522 TestStream* stream4 = new TestStream(GetNthServerInitiatedUnidirectionalId(1), in TEST_P()
2536 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
2556 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
2569 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_session_test.cc247 TestStream* stream = new TestStream(id, this, BIDIRECTIONAL); in CreateOutgoingBidirectionalStream()
253 TestStream* stream = new TestStream(GetNextOutgoingUnidirectionalStreamId(), in CreateOutgoingUnidirectionalStream()
272 TestStream* stream = new TestStream( in CreateIncomingStream()
283 TestStream* stream = new TestStream( in CreateIncomingStream()
2689 TestStream* stream4 = new TestStream(GetNthServerInitiatedUnidirectionalId(1), in TEST_P()
2701 TestStream* stream4 = new TestStream(GetNthServerInitiatedUnidirectionalId(1), in TEST_P()
2715 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
2735 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
2748 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
2765 TestStream* stream4 = new TestStream(GetNthClientInitiatedUnidirectionalId(1), in TEST_P()
[all …]
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppstream/
H A Dtst_qxmppstream.cpp30 class TestStream : public QXmppStream class
35 TestStream(QObject *parent) in TestStream() function in TestStream
77 TestStream stream(this); in testProcessData()
79 QSignalSpy onStarted(&stream, &TestStream::started); in testProcessData()
80 QSignalSpy onStreamReceived(&stream, &TestStream::streamReceived); in testProcessData()
81 QSignalSpy onStanzaReceived(&stream, &TestStream::stanzaReceived); in testProcessData()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/streams/
H A Dfileback.cpp27 class TestStream : public wxMemoryInputStream class
30 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
77 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
87 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
97 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
107 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
115 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
127 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/streams/
H A Dfileback.cpp30 class TestStream : public wxMemoryInputStream class
33 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
80 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
90 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
100 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
110 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
118 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
130 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/tests/streams/
H A Dfileback.cpp32 class TestStream : public wxMemoryInputStream class
35 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
82 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
92 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
102 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
112 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
120 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
132 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/tests/streams/
H A Dfileback.cpp32 class TestStream : public wxMemoryInputStream class
35 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
82 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
92 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
102 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
112 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
120 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
132 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/tests/streams/
H A Dfileback.cpp32 class TestStream : public wxMemoryInputStream class
35 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
82 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
92 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
102 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
112 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
120 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
132 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/tests/streams/
H A Dfileback.cpp32 class TestStream : public wxMemoryInputStream class
35 TestStream(const void *buf, size_t size) in TestStream() function in TestStream
82 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadLenSeek()
92 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in LenSeekRead()
102 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in SeekReadLen()
112 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadAll()
120 wxBackingFile bf(new TestStream(m_testdata, TESTSIZE), BUFSIZE); in ReadTooMuch()
132 wxBackingFile bf(new TestStream(m_testdata, 0), BUFSIZE); in EmptyStream()

12345678910>>...15