Home
last modified time | relevance | path

Searched refs:SetStop (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_test_util.cc121 socket_data->SetStop(sequence); in SetExpectations()
Dwebsocket_stream_test.cc74 socket_data->SetStop(reads_count + writes_count); in BuildSocketData()
1202 socket_data->SetStop(1); in TEST_F()
1225 socket_data->SetStop(1); in TEST_F()
/external/chromium_org/net/http/
Dhttp_stream_parser_unittest.cc382 data.SetStop(3); in TEST()
451 data.SetStop(2); in TEST()
523 data_->SetStop(reads_.size() + writes_.size()); in SetupParserAndSendRequest()
Dhttp_network_transaction_unittest.cc11719 data1->SetStop(1); in TEST_P()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1166 procedure SetStop(const Value: IANTLRInterface);
1177 property Stop: IANTLRInterface read GetStop write SetStop;
2515 procedure SetStop(const Value: IANTLRInterface); virtual;
2530 procedure SetStop(const Value: IANTLRInterface); override;
5732 procedure TRuleReturnScope.SetStop(const Value: IANTLRInterface); procedure
5759 procedure TParserRuleReturnScope.SetStop(const Value: IANTLRInterface); procedure
/external/chromium_org/net/socket/
Dsocket_test_util.cc512 void DeterministicSocketData::SetStop(int seq) { in SetStop() function in net::DeterministicSocketData
519 SetStop(sequence_number_ + seq); in StopAfter()
Dsocket_test_util.h548 virtual void SetStop(int seq);
/external/chromium_org/net/spdy/
Dspdy_network_transaction_unittest.cc2093 data.SetStop(2); in TEST_P()
2096 data.SetStop(20); in TEST_P()
2315 data.SetStop(2); in TEST_P()
2318 data.SetStop(20); in TEST_P()
5175 data.SetStop(3); in TEST_P()
5313 data.SetStop(4); in TEST_P()
5429 data.SetStop(4); in TEST_P()
5810 data.SetStop(10); in TEST_P()
Dspdy_proxy_client_socket_unittest.cc182 data_->SetStop(2); in Initialize()