| /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(); 93 while (!server.handshakeStarted()) { 102 server.close(); 113 if (server != null) { 115 server.close() 133 Server server = null; local 197 Server server = null; local 264 Server server = null; local 330 Server server = null; local 620 private final ServerSocket server; field in class:SSLSocketImplTest.Server 678 Server server = null; local 797 Server server = null; local 912 Server server = null; local 974 Server server = null; local 1036 Server server = null; local 1098 Server server = null; local 1130 Server server = null; local 1162 Server server = null; local 1194 Server server = null; local [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
| server.py | 23 High-level abstraction of an EC2 server 45 def __init__(self, server, uname='root'): 47 self.server = server 49 self.ssh_client = SSHClient(server, uname=uname) 52 print('\tcopying cert and pk over to /mnt directory on server') 68 command += '-u %s ' % self.server._reservation.owner_id 72 if self.server.instance_type == 'm1.small' or self.server.instance_type == 'c1.medium': 85 command += '-a %s ' % self.server.ec2.aws_access_key_i [all...] |
| /external/jetty/src/java/org/eclipse/jetty/server/ |
| Server.java | 19 package org.eclipse.jetty.server; 32 import org.eclipse.jetty.server.handler.HandlerWrapper; 33 import org.eclipse.jetty.server.nio.SelectChannelConnector; 50 /** Jetty HTTP Servlet Server. 51 * This class is the main class for the Jetty HTTP Servlet server. 53 * The server is itself a handler and a ThreadPool. Connectors use the ThreadPool methods 56 * @org.apache.xbean.XBean description="Creates an embedded Jetty web server" 58 public class Server extends HandlerWrapper implements Attributes 60 private static final Logger LOG = Log.getLogger(Server.class); 65 if (Server.class.getPackage()!=null & [all...] |
| /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/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...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winevt.h | 183 LPWSTR Server;
|
| asptlb.h | 110 typedef class Server Server; 112 typedef struct Server Server; [all...] |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| maven-settings-3.2.1.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
| maven-settings-2.0.9.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
| maven-settings-2.2.1.jar | |
| /external/guice/extensions/struts2/lib/ |
| jetty-6.1.0.jar | |
| /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/ |
| grpc-core-0.13.2.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
| /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/ |
| grpc-all-0.13.2.jar | |
| /external/guice/extensions/persist/lib/ |
| hsqldb.jar | |
| /prebuilts/sdk/tools/jacks/ |
| jack-2.28.RELEASE.jar | |
| /external/robolectric/v1/lib/main/ |
| h2-1.2.147.jar | |