Home
last modified time | relevance | path

Searched refs:AcceptConnection (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/debug_stub/
H A Dtransport_ipc_test.cc92 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
103 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
110 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
128 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
145 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
167 EXPECT_EQ(transport->AcceptConnection(), true); in TEST_F()
184 EXPECT_TRUE(transport->AcceptConnection()); in TEST_F()
194 EXPECT_TRUE(transport->AcceptConnection()); in TEST_F()
/dports/net/py-wsproto/wsproto-1.0.0/test/
H A Dtest_handshake.py4 from wsproto.events import AcceptConnection, Ping, RejectConnection, Request
16 client.receive_data(server.send(AcceptConnection()))
17 assert isinstance(next(client.events()), AcceptConnection)
H A Dtest_client.py9 AcceptConnection,
183 assert events == [AcceptConnection()]
199 assert events == [AcceptConnection(extra_headers=[(b"x-foo", b"bar")])]
236 assert events == [AcceptConnection(subprotocol="one")]
263 assert events == [AcceptConnection(extensions=[extension])]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/
H A Dservice_controller_router_test.cc154 void AcceptConnection(ClientProxy* client, const std::string endpoint_id, in AcceptConnection() function in location::nearby::connections::ServiceControllerRouterTest
157 EXPECT_CALL(mock_, AcceptConnection) in AcceptConnection()
164 router_.AcceptConnection(client, endpoint_id, listener, callback); in AcceptConnection()
349 AcceptConnection(&client_, kRemoteEndpointId, payload_listener_, kCallback); in TEST_F()
371 AcceptConnection(&client_, kRemoteEndpointId, payload_listener_, kCallback); in TEST_F()
384 AcceptConnection(&client_, kRemoteEndpointId, payload_listener_, kCallback); in TEST_F()
398 AcceptConnection(&client_, kRemoteEndpointId, payload_listener_, kCallback); in TEST_F()
413 AcceptConnection(&client_, kRemoteEndpointId, payload_listener_, kCallback); in TEST_F()
H A Doffline_service_controller.cc63 Status OfflineServiceController::AcceptConnection( in AcceptConnection() function in location::nearby::connections::OfflineServiceController
66 return pcp_manager_.AcceptConnection(client, endpoint_id, listener); in AcceptConnection()
H A Dpcp_manager.cc107 Status PcpManager::AcceptConnection(ClientProxy* client, in AcceptConnection() function in location::nearby::connections::PcpManager
114 return current_->AcceptConnection(client, endpoint_id, payload_listener); in AcceptConnection()
H A Dsimulation_user.cc161 void SimulationUser::AcceptConnection(CountDownLatch* latch) { in AcceptConnection() function in location::nearby::connections::SimulationUser
168 EXPECT_TRUE(mgr_.AcceptConnection(&client_, discovered_.endpoint_id, in AcceptConnection()
H A Doffline_simulation_user.cc179 Status OfflineSimulationUser::AcceptConnection(CountDownLatch* latch) { in AcceptConnection() function in location::nearby::connections::OfflineSimulationUser
186 return ctrl_.AcceptConnection(&client_, discovered_.endpoint_id, in AcceptConnection()
H A Dpcp_manager_test.cc125 user_a.AcceptConnection(&accept_latch); in TEST_P()
126 user_b.AcceptConnection(&accept_latch); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/wasm/gdb-server/
H A Dtransport.h78 virtual bool AcceptConnection() = 0;
151 bool AcceptConnection() override;
173 bool AcceptConnection() override;
/dports/lang/v8/v8-9.6.180.12/src/debug/wasm/gdb-server/
H A Dtransport.h78 virtual bool AcceptConnection() = 0;
153 bool AcceptConnection() override;
175 bool AcceptConnection() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/nearby/
H A Dnearby_connections_unittest.cc356 ClientProxy* AcceptConnection(FakePayloadListener& fake_payload_listener, in AcceptConnection() function in location::nearby::connections::NearbyConnectionsTest
359 EXPECT_CALL(*service_controller_ptr_, AcceptConnection) in AcceptConnection()
371 nearby_connections_->AcceptConnection( in AcceptConnection()
584 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
628 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
674 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
701 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
772 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
871 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
1016 AcceptConnection(fake_payload_listener, endpoint_data.remote_endpoint_id); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/wasm/gdb-server/
H A Dtransport.h125 bool AcceptConnection();
156 bool AcceptConnection();
/dports/net/py-wsproto/wsproto-1.0.0/example/
H A Dsynchronous_server.py13 AcceptConnection,
79 out_data += ws.send(AcceptConnection())
H A Dsynchronous_client.py13 AcceptConnection,
111 if isinstance(event, AcceptConnection):
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/
H A Dwsecho.py10 from wsproto.events import AcceptConnection
48 out_data += ws.send(AcceptConnection())
/dports/net/py-wsproto/wsproto-1.0.0/compliance/
H A Dtest_server.py7 from wsproto.events import AcceptConnection, CloseConnection, Message, Ping, Request
31 AcceptConnection(extensions=[PerMessageDeflate()])
H A Dtest_client.py9 AcceptConnection,
116 if isinstance(event, AcceptConnection):
/dports/net/py-wsproto/wsproto-1.0.0/src/wsproto/
H A Dhandshake.py23 from .events import AcceptConnection, Event, RejectConnection, RejectData, Request
102 elif isinstance(event, AcceptConnection):
252 def _accept(self, event: AcceptConnection) -> bytes: argument
367 ) -> AcceptConnection: # noqa: MC0001
427 return AcceptConnection(
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/networkremote/
H A Dnetworkremote.cpp70 SLOT(AcceptConnection())); in SetupServer()
72 SLOT(AcceptConnection())); in SetupServer()
118 void NetworkRemote::AcceptConnection() { in AcceptConnection() function in NetworkRemote
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/
H A Dcore.cc84 void Core::AcceptConnection(absl::string_view endpoint_id, in AcceptConnection() function in location::nearby::connections::Core
88 router_.AcceptConnection(&client_, endpoint_id, listener, callback); in AcceptConnection()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dparallel.c428 AcceptConnection(waitSocket, &otherSock, &error);
912 AcceptConnection(serverSocket, &otherSock, &error); in processNextConnection()
1161 AcceptConnection(outputServerSocket, &otherSock, &error); in getAndProcessACombineConnection()
1359 AcceptConnection(masterSocket, &otherSock, &error); in startCombineServer()
1401 AcceptConnection(masterSocket, &otherSock, &error); in startDecodeServer()
1441 AcceptConnection(masterSocket, &otherSock, &error); in startIoServer()
1803 AcceptConnection(masterSocket, &otherSock, &error); in feedTheChildren()
1890 AcceptConnection(masterSocket, &otherSock, &error); in waitForCombineServerToTerminate()
2184 AcceptConnection(decodeServerSocket, &otherSock, &error); in DecodeServer()
/dports/net/py-wsproto/wsproto-1.0.0/
H A DCHANGELOG.rst55 …connection.accept(subprotocol=subprotocol) -> connection.send(AcceptConnection(subprotocol=subprot…
65 ConnectionEstablished -> AcceptConnection
77 - Add an extra_headers field to the AcceptConnection event in order to
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dpsocket.h37 AcceptConnection(int const listenSocketFd,
/dports/www/dfileserver/DFileServer/src/
H A DClientConnection.hxx37 char AcceptConnection ( int );

12345678910>>...12