Searched defs:rpc (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_rpc.py | 3 from idlelib import rpc namespace
|
/third_party/python/Lib/idlelib/ |
H A D | debugobj_r.py | 1 from idlelib import rpc namespace
|
H A D | run.py | 26 from idlelib import rpc # multiple objects namespace [all...] |
H A D | pyshell.py | 50 from idlelib import rpc namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/ |
H A D | RPCError.cpp | 27 namespace rpc { namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RawByteChannel.h | 23 namespace rpc { namespace
|
H A D | RPCSerialization.h | 23 namespace rpc { namespace
|
H A D | RPCUtils.h | 33 namespace rpc { namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetRPCAPI.h | 76 namespace rpc { namespace [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 163 static int rpcclnt_send(struct rpcclnt *rpc, int procid, int prog, in rpcclnt_send() argument 199 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, in rpcclnt_receive() argument 264 rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, int proc, int program, void *reply, size_t resplen) rpcclnt_receive() argument 353 rpcclnt_reply(struct rpcclnt *rpc, int procid, int prog, void *reply, size_t resplen) rpcclnt_reply() argument 446 rpcclnt_alivecheck(struct rpcclnt *rpc) rpcclnt_alivecheck() argument 548 rpcclnt_reconnect(struct rpcclnt *rpc, struct sockaddr *saddr) rpcclnt_reconnect() argument 646 rpcclnt_connect(struct rpcclnt *rpc) rpcclnt_connect() argument 844 rpcclnt_disconnect(struct rpcclnt *rpc) rpcclnt_disconnect() argument 861 rpcclnt_umount(struct rpcclnt *rpc) rpcclnt_umount() argument 963 rpcclnt_request(struct rpcclnt *rpc, int procnum, int prog, int version, void *request, size_t reqlen, void *response, size_t resplen) rpcclnt_request() argument [all...] |
H A D | nfs_adapter.c | 491 struct rpcclnt *rpc = NULL; in nfs_bind() local [all...] |
Completed in 11 milliseconds