| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
| config.py | 50 # _listener holds the server object doing the listening
781 Start up a socket server on the specified port, and listen for new
785 Returns a Thread object on which you can call start() to start the server,
786 and which you can join() when appropriate. To stop the server, call
[all...] |
| /external/python/cpython2/Lib/logging/ |
| config.py | 57 # _listener holds the server object doing the listening 799 Start up a socket server on the specified port, and listen for new 803 Returns a Thread object on which you can call start() to start the server, 804 and which you can join() when appropriate. To stop the server, call 849 if self.server.ready: 850 self.server.ready.set() [all...] |
| /external/python/cpython3/Lib/logging/ |
| config.py | 53 # _listener holds the server object doing the listening 800 Start up a socket server on the specified port, and listen for new 804 Returns a Thread object on which you can call start() to start the server, 805 and which you can join() when appropriate. To stop the server, call [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/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...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| stm.h | 24 IPX_SERVER_ENTRY Server;
|
| dhcpssdk.h | 21 DHCP_IP_ADDRESS UNALIGNED *Server;
|
| /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
| /system/connectivity/wificond/ |
| server.cpp | 17 #include "wificond/server.h" 58 Server::Server(unique_ptr<InterfaceTool> if_tool, 70 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) { 82 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) { 97 Status Server::createApInterface(const std::string& iface_name, 117 Status Server::tearDownApInterface(const std::string& iface_name, 129 Status Server::createClientInterface(const std::string& iface_name, 151 Status Server::tearDownClientInterface(const std::string& iface_name, 163 Status Server::tearDownInterfaces() [all...] |
| /external/python/cpython3/Lib/asyncio/ |
| base_events.py | 186 class Server(events.AbstractServer): 310 extra=None, server=None): 316 extra=None, server=None): 683 """Connect to a TCP server. [all...] |
| /external/python/cpython2/Lib/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/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/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/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/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...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| 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
1620 server = ServerProxy("http:\/\/time.xmlrpc.com\/RPC2") variable [all...] |
| /external/python/cpython2/Demo/rpc/ |
| rpc.py | 578 # Generic clients that find their server through the Port mapper 646 # Server classes 651 class Server: 750 class TCPServer(Server): 804 class UDPServer(Server): 852 # Test program for server, with corresponding client 884 # Client for above server
|
| /external/python/cpython2/Lib/ |
| xmlrpclib.py | 109 ServerProxy Represents a logical connection to an XML-RPC server 121 Transport Handles an HTTP transaction to an XML-RPC server 122 SafeTransport Handles an HTTPS transaction to an XML-RPC server 230 # transport layer, if the server returns an error code other than 200 973 """server -> an object used to boxcar method calls 975 server should be a ServerProxy object. 989 def __init__(self, server): 990 self.__server = server 1644 server = ServerProxy("http:\/\/localhost:8000") variable [all...] |
| /external/python/cpython3/Lib/multiprocessing/ |
| managers.py | 71 # Function for communication with a manager's server process 122 # Server which is run in a process controlled by a manager 125 class Server(object): 127 Server class which runs in a process controlled by a manager object 149 Run the server forever 217 util.debug('starting server thread to service %r', 406 util.debug('Server re-enabled tracking & INCREF %r', ident) 413 util.debug('Server DECREF skipping %r', ident) 462 _Server = Server 478 Return server object with serve_forever() method and address attribut [all...] |
| /external/python/cpython3/Lib/xmlrpc/ |
| client.py | 104 ServerProxy Represents a logical connection to an XML-RPC server 114 Transport Handles an HTTP transaction to an XML-RPC server 115 SafeTransport Handles an HTTPS transaction to an XML-RPC server 194 # transport layer, if the server returns an error code other than 200 849 """server -> an object used to boxcar method calls 851 server should be a ServerProxy object. 865 def __init__(self, server): 866 self.__server = server 1503 server = ServerProxy("http:\/\/localhost:8000") variable [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/ |
| 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/ |
| 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...] |