OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:http_stream
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
httpbase_unittest.cc
57
HttpBaseTest() : mem(NULL), obtain_stream(false),
http_stream
(NULL) { }
61
delete
http_stream
;
114
StreamInterface*
http_stream
;
member in class:rtc::HttpBaseTest
190
EXPECT_FALSE(
http_stream
);
191
http_stream
= base.GetDocumentStream();
192
ASSERT_TRUE(NULL !=
http_stream
);
193
sink.Monitor(
http_stream
);
199
ASSERT_TRUE(NULL !=
http_stream
);
200
EXPECT_EQ(0, sink.Events(
http_stream
));
201
EXPECT_EQ(SS_OPENING,
http_stream
->GetState())
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_media.py
512
http_stream
= response
515
new_data =
http_stream
.read(TRANSFER_BUFFER_SIZE)
Completed in 83 milliseconds