Home
last modified time | relevance | path

Searched refs:RPC (Results 1 – 25 of 62) sorted by relevance

123

/external/python/cpython2/Doc/library/
Dxmlrpclib.rst1 :mod:`xmlrpclib` --- XML-RPC client access
5 :synopsis: XML-RPC client access.
24 XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a
27 supports writing XML-RPC client code; it handles all the details of translating
45 remote XML-RPC server. The required first argument is a URI (Uniform Resource
55 a commonly-used extension to the XML-RPC specification, but isn't supported by
66 the remote server as part of the connection process when invoking an XML-RPC
73 corresponding RPC calls on the remote server. If the remote server supports the
85 | XML-RPC type | Python type |
115 This is the full set of data types supported by XML-RPC. Method calls may also
[all …]
Ddocxmlrpcserver.rst1 :mod:`DocXMLRPCServer` --- Self-documenting XML-RPC server
5 :synopsis: Self-documenting XML-RPC server implementation.
32 Create a new instance to handle XML-RPC requests in a CGI environment.
37 Create a new request handler instance. This request handler supports XML-RPC
50 self-documenting, stand alone XML-RPC servers. HTTP POST requests are handled as
51 XML-RPC method calls. HTTP GET requests are handled by generating pydoc-style
79 creating self-documenting, XML-RPC CGI scripts. HTTP POST requests are handled
80 as XML-RPC method calls. HTTP GET requests are handled by generating pydoc-style
Dsimplexmlrpcserver.rst1 :mod:`SimpleXMLRPCServer` --- Basic XML-RPC server
5 :synopsis: Basic XML-RPC server implementation.
22 XML-RPC servers written in Python. Servers can either be free standing, using
30 functions that can be called by the XML-RPC protocol. The *requestHandler*
36 on to :mod:`xmlrpclib` and control the XML-RPC responses that will be returned
51 Create a new instance to handle XML-RPC requests in a CGI environment. The
53 control the XML-RPC responses that will be returned from the server.
75 alone XML-RPC servers.
80 Register a function that can respond to XML-RPC requests. If *name* is given,
120 Registers the XML-RPC introspection functions ``system.listMethods``,
[all …]
Dmarshal.rst22 transfer of Python objects through RPC calls, see the modules :mod:`pickle` and
133 convert some data from internal to external form (in an RPC buffer for instance)
/external/ltp/testcases/network/rpc/rpc-tirpc/
DREADME3 *** RPC and TI-RPC Test Suite for Unix and Linux ***
47 * runtest/net.rpc_tests - for TS-RPC testing
48 * runtest/net.tirpc_tests - for TI-RPC testing
/external/python/cpython2/Lib/idlelib/
DCREDITS.txt10 Schneider-Kamp and Nicholas Riley. David wrote the first version of the RPC
12 the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
18 the integration of the RPC and remote debugger, implemented the threaded
23 Noam Raphael (Code Context, Call Tips, many other patches), and Chui Tey (RPC
DHISTORY.txt68 in a separate process, piping standard I/O through an RPC mechanism to an
86 running. Additional invocations use the RPC mechanism to report their
102 protocol.py RPC protocol
/external/ltp/testcases/network/rpc/
DREADME2 RPC tests in LTP
9 rpc-tirpc-full-test-suite: contains full test suite for the SunRPC and TI-RPC rpc libraries.
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h328 class RPC : public RPCBase {
331 RPC() = default;
334 RPC(const RPC &) = delete;
337 RPC &operator=(const RPC &) = delete;
341 RPC(RPC &&Other) in RPC() function
347 RPC &operator=(RPC &&Other) {
DOrcRemoteTargetRPCAPI.h65 class OrcRemoteTargetRPCAPI : public RPC<RPCChannel> {
/external/sl4a/
DREADME.md44 b) To enable RPC access from the command prompt:
58 contains which RPC functions are available in SL4A as well as documentation
59 for the RPC functions.
/external/python/cpython2/Demo/rpc/
DREADME1 This is a Python interface to Sun RPC, designed and implemented mostly
27 There are now two different RPC compilers:
/external/autotest/frontend/afe/doctests/
D002_site_rpc_test.txt1 # This file is for site-specific doctests of the AFE RPC interface.
D003_misc_rpc_features.txt1 # this doctest contains tests for miscellaneous features of the RPC interface
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeBaseInfo.h137 case MBlaze::RPC : return 0x0000; in getMBlazeRegisterNumbering()
209 case 0x0000 : return MBlaze::RPC; in getSpecialMBlazeRegisterFromNumbering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRegisterInfo.td76 def RPC : MBlazeSPRReg<0x0000, "rpc">, DwarfRegNum<[32]>;
116 RPC,
/external/protobuf/
DREADME.android11 of its internal RPC protocols and file formats.
/external/cros/system_api/dbus/cryptohome/
Drpc.proto10 // 'optional' annotations are used heavily in the RPC definition
11 // because the RPC endpoints most properly sanity check the contents
81 // These parameters are for inbound data to Cryptohome RPC
/external/protobuf/docs/
Dthird_party.md87 ## RPC Implementations
89 GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers. There are other thi…
/external/llvm/docs/tutorial/
DBuildingAJIT5.rst25 **(1) Introduce channels, RPC, RemoteJIT Client and Server APIs**
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dcontrol38 this test. It will accept the D-Bus RPC calls that Chrome makes
/external/tcpdump/
DINSTALL.txt106 rpc_auth.h - definitions for ONC RPC authentication
107 rpc_msg.h - definitions for ONC RPC messages
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp64 class DummyRPC : public testing::Test, public RPC<QueueChannel> {
/external/python/cpython2/Demo/
DREADME43 Sun RPC.
/external/autotest/
Dglobal_config.ini145 # Turn on RPC Logging
153 # Transfer RPC logs to a RPC logging server
458 # running inside the container can use the same user to make RPC.

123