Searched refs:server (Results 201 - 225 of 550) sorted by relevance

1234567891011>>

/external/chromium_org/net/tools/testserver/
H A Dtestserver.py6 """This is a simple HTTP/FTP/TCP/UDP/BASIC_AUTH_PROXY/WEBSOCKET server used for
253 """A TCP echo server that echoes back what it has received."""
256 """Override server_bind to store the server name."""
273 """A UDP echo server that echoes back what it has received."""
276 """Override server_bind to store the server name."""
792 self.server.wait_for_download = True
793 while self.server.wait_for_download:
794 self.server.handle_request()
801 """This handler just tells the server to finish the current download."""
806 self.server
[all...]
/external/netperf/
H A Dnettest_unix.c275 struct sockaddr_un server;
293 bzero((char *)&server,
294 sizeof(server));
295 server.sun_family = AF_UNIX;
369 /* Tell the remote end to do a listen. The server alters the socket */
423 strcpy(server.sun_path,stream_stream_response->unix_path);
433 (struct sockaddr *)&server,
434 sizeof(server)) == INVALID_SOCKET){
436 printf(" path: %s\n",server.sun_path);
705 /* This is the server
271 struct sockaddr_un server; local
1090 struct sockaddr_un server; local
1574 struct sockaddr_un server; local
2246 struct sockaddr_un server, myaddr_un; local
[all...]
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java1014 // normal client and server case
1019 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null);
1021 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS);
1059 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null);
1061 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS);
1111 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null,
1113 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS);
1175 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null);
1183 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS);
1195 Future<TestSSLHandshakeCallbacks> server
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dsubscribe_page_action_browsertest.cc62 GURL GetFeedUrl(net::SpawnedTestServer* server, const std::string& feed_page, argument
64 GURL feed_url = server->GetURL(feed_page);
97 void NavigateToFeedAndValidate(net::SpawnedTestServer* server, argument
112 GetFeedUrl(server, url, true, extension_id));
/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.h34 DevToolsBrowserTarget(net::HttpServer* server, int connection_id);
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.h31 const rtc::SocketAddress& server,
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt_unittest.cc165 // server info.
172 MakeRedirectError(redirect_server.server.ToString()));
180 // the proper redirect server info with the default XMPP port.
187 MakeRedirectError(redirect_server.server.host()));
195 // the proper redirect server info with the default XMPP port.
202 MakeRedirectError(redirect_server.server.host() + ":0"));
210 // gets the proper redirect server info with the default XMPP port.
217 MakeRedirectError(redirect_server.server.host() + ":invalidport"));
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc281 MathCalculatorImpl* server = BindToProxy(new MathCalculatorImpl(), &proxy); local
293 // Close the server.
294 server->internal_state()->router()->CloseMessagePipe();
307 MathCalculatorImpl* server = BindToProxy(new MathCalculatorImpl(), &proxy); local
322 // Close the server.
323 server->internal_state()->router()->CloseMessagePipe();
/external/chromium_org/net/udp/
H A Dudp_socket_unittest.cc50 // to send to. Otherwise, will send to the last socket this server
134 // Setup the server to listen.
138 scoped_ptr<UDPServerSocket> server(
140 server->AllowAddressReuse();
141 int rv = server->Listen(bind_address);
156 // Client sends to the server.
161 std::string str = RecvFromSocket(server.get());
165 rv = SendToSocket(server.get(), simple_message);
173 server.reset();
176 // Check the server'
[all...]
/external/chromium_org/remoting/host/
H A Dchromium_port_allocator_factory.cc44 stun_hosts.push_back(stun_it->server);
H A Dgnubby_auth_handler_posix.h49 virtual void DidAccept(net::StreamListenSocket* server,
/external/chromium_org/sync/engine/
H A Dconflict_resolver.cc39 const sync_pb::AttachmentMetadata& server = local
41 if (local.record_size() != server.record_size()) {
45 // The order of records in local and server may be different so use a std::set
53 for (int i = 0; i < server.record_size(); ++i) {
54 const sync_pb::AttachmentMetadataRecord& record = server.record(i);
99 // This logic determines "client wins" vs. "server wins" strategy picking.
101 // a) We can decrypt both the local and server data (else we'd be in
113 // functional change must have been made server-side (else
115 // safely ignore the server changes as redundant.
194 DVLOG(1) << "Resolving simple conflict, ignoring server encryptio
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCConfiguration.h99 BLINK_PLATFORM_EXPORT WebRTCICEServer server(size_t index) const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnectionFactory.mm93 for (RTCICEServer* server in servers) {
94 iceServers.push_back(server.iceServer);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket_unittest.cc96 rtc::AsyncSocket* server = vss_->CreateAsyncSocket( local
98 server->Bind(kServerAddr);
99 recv_socket_.reset(new AsyncStunTCPSocket(server, true));
117 void OnNewConnection(rtc::AsyncPacketSocket* server, argument
245 // server. So increasing the send buffer to 64k.
259 // server. So increasing the send buffer to 64k.
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dprexmppauth.h54 // This url is relative to the gaia server. Once we have better tools
70 const rtc::SocketAddress& server,
H A Dxmppauth.cc43 const rtc::SocketAddress& server,
42 StartPreXmppAuth(const buzz::Jid& jid, const rtc::SocketAddress& server, const rtc::CryptString& pass, const std::string& auth_mechanism, const std::string& auth_token) argument
H A Dxmppauth.h47 const rtc::SocketAddress& server,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Duri.h37 char *server; /* the server part */ member in struct:_xmlURI
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.cpp316 hostent* server = gethostbyname(hostname); local
317 if (server) {
319 memcpy((char*)&fServerAddr.sin_addr.s_addr, (char*)server->h_addr,
320 server->h_length);
356 SkDebugf("Succesfully reached server\n");
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dxmlrpcserver.py7 """xmlrpcserver.py - simple XML RPC server supporting TLS"""
12 from xmlrpc.server import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler
40 """Simple XML-RPC server using TLS"""
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py273 """Returns True if the HTTP server was started, False otherwise."""
297 server = memory_cache_http_server.MemoryCacheHTTPServer(paths)
298 self.StartLocalServer(server)
301 def StartLocalServer(self, server):
306 self._local_server_controller.StartServer(server)
/external/deqp/execserver/
H A DxsExecutionServer.hpp88 ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket);
/external/libxml2/include/libxml/
H A Duri.h37 char *server; /* the server part */ member in struct:_xmlURI
/external/qemu/android/config/
H A Dcheck-pulseaudio.c27 PULSEAUDIO_SYMBOLS(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \

Completed in 1007 milliseconds

1234567891011>>