Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dprotorpc.js42 ProtoRpc.RPC = function(service_path, method_name, request, success, error) { class in ProtoRpc
58 this.setState_(ProtoRpc.RPC.State.REQUEST_ERROR);
61 xhr.setRequestHeader('Content-Type', ProtoRpc.RPC.CONTENT_TYPE);
72 this.setState_(ProtoRpc.RPC.State.REQUEST_ERROR);
83 ProtoRpc.RPC.State = {
97 ProtoRpc.RPC.CONTENT_TYPE = 'application/json;charset=utf-8';
105 ProtoRpc.RPC.prototype.xhr_ = null;
113 ProtoRpc.RPC.prototype.successCallback_ = null;
121 ProtoRpc.RPC.prototype.errorCallback_ = null;
129 ProtoRpc.RPC.prototype.request_ = null;
[all …]
/external/llvm/tools/lli/
DRemoteTargetExternal.h32 RPCChannel RPC; variable
35 return RPC.WriteBytes(Data, Size); in WriteBytes()
38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); } in ReadBytes()
91 RPC.ChildName = ChildName; in create()
92 if (!RPC.createServer()) in create()
DRemoteTargetExternal.cpp116 RPC.Wait(); in stop()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp20 RPCChannel RPC; member in LLIChildTarget
37 return RPC.WriteBytes(Data, Size) ? Size : -1; in WriteBytes()
40 return RPC.ReadBytes(Data, Size) ? Size : -1; in ReadBytes()
63 RPC.createClient(); in initialize()
/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/chromium-trace/catapult/third_party/WebOb/docs/
Djsonrpc-example.txt1 JSON-RPC Example
12 example shows how to create a `JSON-RPC <http://json-rpc.org/>`_
18 While this example presents JSON-RPC, this is not an endorsement of
19 JSON-RPC. In fact I don't like JSON-RPC. It's unnecessarily
20 un-RESTful, and modelled too closely on `XML-RPC
34 JSON-RPC wraps an object, allowing you to call methods on that object
39 <http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html>`_ goes into the
488 "Error from JSON-RPC client %s: %s"
637 ProxyError: Error from JSON-RPC client http://localhost:8080: 400 Bad Request
639 Here the exception isn't a JSON-RPC method exception, but a more basic
/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
D001_rpc_test.txt4 # a bit of setup to allow overriding rpc_interace with an RPC proxy
5 # (to use RPC, we would say
/external/protobuf/
DCHANGES.txt146 * The RPC (cc|java|py)_generic_services default value is now false instead of
214 * The generic RPC service code generated by the C++, Java, and Python
220 particular RPC implementation.
401 needed by RPC server implementations.
402 * RPC interfaces now support blocking operation in addition to non-blocking.
404 which operate against separate blocking and non-blocking RPC interfaces.
405 RPC implementations will have to implement the new interfaces in order to
422 * Updated RPC interfaces to allow for blocking operation. A client may
423 now pass None for a callback when making an RPC, in which case the
426 cannot be used in practice until RPC implementations are updated to
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
73 // These parameters are for inbound data to Cryptohome RPC
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
Dprotobuf_lexer.g45 RPC : 'rpc';
Dprotobuf.g113 : RPC id '(' qualified_name ')'
/external/autotest/
Dglobal_config.ini109 # Turn on RPC Logging
117 # Transfer RPC logs to a RPC logging server
375 # running inside the container can use the same user to make RPC.
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dcontrol38 this test. It will accept the D-Bus RPC calls that Chrome makes
/external/llvm/tools/lli/Unix/
DRPCChannel.inc102 llvm::errs() << "RPC Error: " << Desc << ": " << ErrorMsg << '\n';
/external/skia/
DDEPS51 # Mojo SDK for Mojo RPC experiments.
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto287 // are not specific to any particular RPC system. They are generated by the
293 // that generate code specific to your particular RPC system. Therefore,
445 // Note: Field numbers 1 through 32 are reserved for Google's internal RPC
459 // Note: Field numbers 1 through 32 are reserved for Google's internal RPC
/external/tcpdump/
DINSTALL.txt197 rpc_auth.h - definitions for ONC RPC authentication
198 rpc_msg.h - definitions for ONC RPC messages
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp365 RegisterCell RPC = RegisterCell::self(Reg[0].Reg, W0); in evaluate() local
366 RPC.fill(0, 2, BT::BitValue::Zero); in evaluate()
367 return rr0(eADD(RPC, eIMM(im(2), W0)), Outputs); in evaluate()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto315 // are not specific to any particular RPC system. They are generated by the
321 // that generate code specific to your particular RPC system. Therefore,
503 // Note: Field numbers 1 through 32 are reserved for Google's internal RPC
523 // Note: Field numbers 1 through 32 are reserved for Google's internal RPC
Dunittest_custom_options.proto111 // A test RPC service with custom options at all possible locations (and also
/external/valgrind/docs/internals/
DDarwin-notes.txt127 look at notes in coregrind/Makefile.am re Mach RPC interface
/external/dbus/doc/
Ddcop-howto.txt24 that X is required. CORBA was thought to be a more effective IPC/RPC
43 DCOP is a simple IPC/RPC mechanism built to operate over sockets.
146 called function, but you will not hang while the RPC is processed either.

12