Searched defs:TestStream (Results 1 - 8 of 8) sorted by relevance

/external/marisa-trie/tests/
H A Dio-test.cc195 void TestStream() { function in namespace:__anon22040
233 TestStream();
/external/marisa-trie/v0_1_5/tests/
H A Dio-test.cc196 void TestStream() { function in namespace:__anon22053
234 TestStream();
/external/chromium_org/net/quic/
H A Dquic_session_test.cc50 class TestStream : public ReliableQuicStream { class in namespace:net::test::__anon8939
52 TestStream(QuicStreamId id, QuicSession* session) function in class:net::test::__anon8939::TestStream
76 virtual TestStream* CreateOutgoingReliableStream() OVERRIDE {
77 TestStream* stream = new TestStream(GetNextStreamId(), this);
82 virtual TestStream* CreateIncomingReliableStream(QuicStreamId id) OVERRIDE {
83 return new TestStream(id, this);
148 TestStream* stream2 = session_.CreateOutgoingReliableStream();
150 TestStream* stream4 = session_.CreateOutgoingReliableStream();
193 TestStream* stream
[all...]
H A Dreliable_quic_stream_test.cc37 class TestStream : public ReliableQuicStream { class in namespace:net::test::__anon8945
39 TestStream(QuicStreamId id, function in class:net::test::__anon8945::TestStream
101 stream_.reset(new TestStream(kStreamId, session_.get(),
103 stream2_.reset(new TestStream(kStreamId + 2, session_.get(),
114 scoped_ptr<TestStream> stream_;
115 scoped_ptr<TestStream> stream2_;
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp56 static void U_CALLCONV TestStream(void) function
339 addTest(root, &TestStream, "stream/TestStream");
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream_unittest.cc34 // TestStream
37 class TestStream : public StreamInterface { class in namespace:talk_base
39 TestStream() : pos_(0) { } function in class:talk_base::TestStream
113 TestStream* test = new TestStream;
123 TestStream* test = new TestStream;
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc231 class TestStream : public ots::MemoryStream { class in namespace:__anon13322
233 TestStream() function in class:__anon13322::TestStream
256 TestStream out;
267 TestStream out;
317 TestStream out;
528 TestStream out;
534 TestStream out;
540 TestStream out;
549 TestStream out;
558 TestStream ou
[all...]
/external/icu4c/test/iotest/
H A Dstream.cpp50 static void U_CALLCONV TestStream(void) function
319 addTest(root, &TestStream, "stream/TestStream");

Completed in 429 milliseconds