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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc namespace
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
RemoteDebugger.py 18 arguments and return values that cannot be transported through the RPC
24 from idlelib import rpc namespace
65 # calls rpc.SocketIO.remotecall() via run.MyHandler instance
177 """Start the debugger and its RPC link in the Python subprocess
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
363 """Shut down subprocess debugger and Idle side of debugger RPC link
367 debugger and RPC link objects. (The second reference to the debugger GUI
run.py 17 from idlelib import rpc namespace
96 seq, request = rpc.request_queue.get(block=True, timeout=0.05)
101 rpc.response_queue.put((seq, ret))
112 rpc.response_queue.put((seq, None))
163 exclude = ("run.py", "rpc.py", "threading.py", "Queue.py",
179 break # no excludes, have left RPC code, break while:
192 rpchandler = rpc.objecttable['exec'].rpchandler
224 class MyRPCServer(rpc.RPCServer):
254 class MyHandler(rpc.RPCHandler):
273 rpc.RPCHandler.getresponse(self, myseq=None, wait=0.05
    [all...]
PyShell.py 35 from idlelib import rpc namespace
354 class MyRPCClient(rpc.RPCClient):
545 # [the KBI is from rpc.SocketIO.handle_EOF()]
590 the RPC mechanism.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc namespace
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
RemoteDebugger.py 18 arguments and return values that cannot be transported through the RPC
24 from idlelib import rpc namespace
65 # calls rpc.SocketIO.remotecall() via run.MyHandler instance
177 """Start the debugger and its RPC link in the Python subprocess
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
363 """Shut down subprocess debugger and Idle side of debugger RPC link
367 debugger and RPC link objects. (The second reference to the debugger GUI
run.py 17 from idlelib import rpc namespace
96 seq, request = rpc.request_queue.get(block=True, timeout=0.05)
101 rpc.response_queue.put((seq, ret))
112 rpc.response_queue.put((seq, None))
163 exclude = ("run.py", "rpc.py", "threading.py", "Queue.py",
179 break # no excludes, have left RPC code, break while:
192 rpchandler = rpc.objecttable['exec'].rpchandler
224 class MyRPCServer(rpc.RPCServer):
254 class MyHandler(rpc.RPCHandler):
273 rpc.RPCHandler.getresponse(self, myseq=None, wait=0.05
    [all...]
PyShell.py 35 from idlelib import rpc namespace
354 class MyRPCClient(rpc.RPCClient):
545 # [the KBI is from rpc.SocketIO.handle_EOF()]
590 the RPC mechanism.
    [all...]
  /external/chromium_org/third_party/libevent/
evrpc.c 84 struct evrpc *rpc; local
87 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
88 assert(evrpc_unregister_rpc(base, rpc->uri));
185 * Registers a new RPC with the HTTP server. The evrpc object is expected
198 event_err(1, "%s: failed to register rpc at %s",
208 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc,
211 char *constructed_uri = evrpc_construct_uri(rpc->uri);
213 rpc->base = base;
214 rpc->cb = cb;
215 rpc->cb_arg = cb_arg
233 struct evrpc *rpc; local
261 struct evrpc *rpc = arg; local
320 struct evrpc *rpc = rpc_state->rpc; local
334 struct evrpc *rpc = rpc_state->rpc; local
    [all...]
evrpc.h 36 * This header files provides basic support for an RPC server and client.
38 * To support RPCs in a server, every supported RPC command needs to be
43 * SendCommand is the name of the RPC command.
45 * It contains all parameters relating to the SendCommand RPC. The
48 * contains the answer to the RPC.
50 * To register an RPC with an HTTP server, you need to first create an RPC
55 * A specific RPC can then be registered with
59 * when the server receives an appropriately formatted RPC, the user callback
62 * void FunctionCB(EVRPC_STRUCT(SendCommand)* rpc, void *arg)
130 struct evrpc *rpc; member in struct:evrpc_req_generic
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 2216 milliseconds