HomeSort by relevance Sort by last modified time
    Searched defs:Server (Results 1 - 24 of 24) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h 5 * Connection server.
9 * Iterative socket server using UNIX domain stream protocol.
54 class Server: public CThread
59 * Server contructor.
64 Server(
70 * Server destructor.
73 virtual ~Server(
78 * Start server and listen for incoming connections.
79 * Implements the central socket server loop. Incoming connections will be stored.
88 * be handled by the server
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 5 * Connection server.
35 #include "public/Server.h"
44 Server::Server(
54 void Server::run(
59 LOG_I("Server: start listening on socket %s", socketAddr.c_str());
77 LOG_ERRNO("Binding to server socket failed, because bind");
94 // Select server socket descriptor
112 LOG_V(" Server: waiting on sockets");
126 LOG_W(" Server: select() returned 0, spurious event?.")
    [all...]
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 13 class Server(object):
14 """A running ChromeDriver server."""
17 """Starts the ChromeDriver server and waits for it to be ready.
32 raise RuntimeError('ChromeDriver server cannot be started')
38 raise RuntimeError('ChromeDriver server did not start')
55 """Returns whether the server is up and running."""
63 """Kills the ChromeDriver server, if it is running."""
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Server.java 44 public interface Server
47 * Returns the 'game name' for this server. This should match the
53 * Returns the game-specific version of this server used for detecting
71 * server.broadcast( Filters.in( conn1, conn2, conn3 ), message );
74 * server.broadcast( Filters.notEqualTo( source ), message );
87 * server.broadcast( Filters.in( conn1, conn2, conn3 ), message );
90 * server.broadcast( Filters.notEqualTo( source ), message );
96 * Start the server so that it will began accepting new connections
102 * Adds an alternate channel to the server, using the specified port. This is an
113 * Returns true if the server has been started
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Server.java 47 public class Server extends SIPHeader implements ServerHeader {
85 public Server() {
126 * $Log: Server.java,v $
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java 55 public interface Server {
70 // If server is null, the services are not available.
71 public abstract void setServer(Server server);
  /external/chromium-trace/trace-viewer/
run_dev_server.py 79 if self.server.next_deps_check < current_time:
82 self.server.deps = deps_generator.generate_deps_js()
95 self.server.next_deps_check = current_time + DEPS_CHECK_DELAY
99 self.send_header('Content-Length', len(self.server.deps))
101 self.wfile.write(self.server.deps)
142 class Server(SocketServer.ThreadingMixIn, BaseHTTPServer.HTTPServer):
156 server = Server(('', options.port), Handler)
158 server.serve_forever()
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 35 if path in self.server.file_mapping:
36 return self.server.file_mapping[path]
37 for extra_dir in self.server.serving_dirs:
51 # including all subdirectories in self.server.serving_dirs will not do
57 if not path.endswith('favicon.ico') and not self.server.allow_404:
58 self.server.listener.ServerError('Cannot find file \'%s\'' % path)
62 # We store the extension -> MIME type mapping in the server instead of the
66 if ext in self.server.extensions_mapping:
67 return self.server.extensions_mapping[ext]
69 if ext in self.server.extensions_mapping
    [all...]
  /external/chromium_org/v8/tools/testrunner/server/
main.py 45 class Server(daemon.Daemon):
49 super(Server, self).__init__(pidfile, stdin, stdout, stderr)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
UnixSelectorTest.java 30 static class Server {
34 Server() throws Exception {
64 Server server = new Server(); local
65 SelectionKey mkey0 = server.serverChannel.register(sel0, SelectionKey.OP_ACCEPT);
66 server.serverChannel.register(sel1, SelectionKey.OP_ACCEPT);
71 server.initialize();
74 server.accept();
80 boolean isConnected = socketChannel.connect(server.socket.getLocalSocketAddress())
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 147 the signature, to prove that the requester is who the server gave the
578 class Server(object):
583 can use it with your web server or web framework to protect certain
611 """Verify the correct version request for this server."""
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 147 the signature, to prove that the requester is who the server gave the
578 class Server(object):
583 can use it with your web server or web framework to protect certain
611 """Verify the correct version request for this server."""
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 90 class Server;
93 ForwarderThreadInfo(Server* a_server, int a_forwarder_index)
94 : server(a_server),
97 Server* server; member in struct:__anon16452::ForwarderThreadInfo
111 class Server {
113 Server()
137 LOG(INFO) << "Server information: " << forward_to_;
174 // 1. Server thread will get a free ForwarderInfo and initialize it;
186 DISALLOW_COPY_AND_ASSIGN(Server);
193 Server* server = thread_info->server; local
257 Server* server = reinterpret_cast<Server*>(arg); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 50 # _listener holds the server object doing the listening
808 Start up a socket server on the specified port, and listen for new
812 Returns a Thread object on which you can call start() to start the server,
813 and which you can join() when appropriate. To stop the server, call
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 50 # _listener holds the server object doing the listening
808 Start up a socket server on the specified port, and listen for new
812 Returns a Thread object on which you can call start() to start the server,
813 and which you can join() when appropriate. To stop the server, call
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 67 Server server = null; local
70 server = new Server();
74 new InetSocketAddress("localhost", server.getPort()));
78 server.start();
92 while (!server.handshakeStarted()) {
100 server.close();
109 if (server != null) {
111 server.close()
127 Server server = null; local
185 Server server = null; local
246 Server server = null; local
306 Server server = null; local
582 private final ServerSocket server; field in class:SSLSocketImplTest.Server
637 Server server = null; local
752 Server server = null; local
857 Server server = null; local
916 Server server = null; local
972 Server server = null; local
1028 Server server = null; local
1058 Server server = null; local
1088 Server server = null; local
1118 Server server = null; local
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 6 // a) That a server experiencing overload will actually benefit from the
9 // b) That "well-behaved" clients of a server under DDoS attack actually
114 // Represents a web server in a simulation of a server under attack by
117 class Server : public DiscreteTimeSimulation::Actor {
119 Server(int max_queries_per_tick,
146 // We pretend the server fails for the next several ticks after it
159 // the server.
166 // queries seen by the server (assuming a front-end reverse proxy
168 // visualize the traffic spike seen by the server when it comes up
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 89 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
92 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 94 # Function for communication with a manager's server process
145 # Server which is run in a process controlled by a manager
148 class Server(object):
150 Server class which runs in a process controlled by a manager object
172 Run the server forever
229 util.debug('starting server thread to service %r',
471 _Server = Server
489 Return server object with serve_forever() method and address attribute
492 return Server(self._registry, self._address,
497 Connect manager object to the server proces
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
120 Transport Handles an HTTP transaction to an XML-RPC server
121 SafeTransport Handles an HTTPS transaction to an XML-RPC server
229 # transport layer, if the server returns an error code other than 200
964 """server -> a object used to boxcar method calls
966 server should be a ServerProxy object.
980 def __init__(self, server):
981 self.__server = server
1623 server = ServerProxy("http:\/\/time.xmlrpc.com\/RPC2") variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 94 # Function for communication with a manager's server process
145 # Server which is run in a process controlled by a manager
148 class Server(object):
150 Server class which runs in a process controlled by a manager object
172 Run the server forever
229 util.debug('starting server thread to service %r',
471 _Server = Server
489 Return server object with serve_forever() method and address attribute
492 return Server(self._registry, self._address,
497 Connect manager object to the server proces
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
120 Transport Handles an HTTP transaction to an XML-RPC server
121 SafeTransport Handles an HTTPS transaction to an XML-RPC server
229 # transport layer, if the server returns an error code other than 200
964 """server -> a object used to boxcar method calls
966 server should be a ServerProxy object.
980 def __init__(self, server):
981 self.__server = server
1623 server = ServerProxy("http:\/\/time.xmlrpc.com\/RPC2") variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 601 milliseconds