/hardware/qcom/gps/loc_api/ |
Android.mk | 5 # add RPC dirs if RPC is available 8 GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api-rpc-50001/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/ |
rpc.h | 2 * rpc.h, Just includes the billions of rpc header files necessary to 38 #include <rpc/types.h> /* some typedefs */ 42 #include <rpc/xdr.h> /* generic (de)serializer */ 45 #include <rpc/auth.h> /* generic authenticator (client side) */ 48 #include <rpc/clnt.h> /* generic rpc stuff */ 51 #include <rpc/rpc_msg.h> /* protocol for rpc messages */ 52 #include <rpc/auth_unix.h> /* protocol for unix style cred * [all...] |
rpc_msg.h | 3 * rpc message definition 40 #include <rpc/xdr.h> 41 #include <rpc/clnt.h> 49 * Bottom up definition of an rpc message. 79 * Reply part of an rpc exchange 83 * Reply to an rpc request that was accepted by the server. 106 * Reply to an rpc request that was rejected by the server. 122 * Body of a reply to an rpc request. 135 * Body of an rpc request call. 147 * The rpc messag [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
rpc.h | 2 * rpc.h, Just includes the billions of rpc header files necessary to 38 #include <rpc/types.h> /* some typedefs */ 42 #include <rpc/xdr.h> /* generic (de)serializer */ 45 #include <rpc/auth.h> /* generic authenticator (client side) */ 48 #include <rpc/clnt.h> /* generic rpc stuff */ 51 #include <rpc/rpc_msg.h> /* protocol for rpc messages */ 52 #include <rpc/auth_unix.h> /* protocol for unix style cred * [all...] |
rpc_msg.h | 3 * rpc message definition 40 #include <rpc/xdr.h> 41 #include <rpc/clnt.h> 49 * Bottom up definition of an rpc message. 79 * Reply part of an rpc exchange 83 * Reply to an rpc request that was accepted by the server. 106 * Reply to an rpc request that was rejected by the server. 122 * Body of a reply to an rpc request. 135 * Body of an rpc request call. 147 * The rpc messag [all...] |
/external/chromium_org/third_party/libevent/ |
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...] |
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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/ |
nis_callback.h | 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 33 #include <rpc/rpc.h>
|
ypupd.h | 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 40 #include <rpc/rpc.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nis_callback.h | 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 33 #include <rpc/rpc.h>
|
ypupd.h | 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 40 #include <rpc/rpc.h>
|
/external/tcpdump/ |
rpc_msg.h | 3 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 6 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 32 * $FreeBSD: src/include/rpc/rpc_msg.h,v 1.11.2.1 1999/08/29 14:39:07 peter Exp $ 37 * rpc message definition 45 * Bottom up definition of an rpc message. 75 * Reply part of an rpc exchange 79 * Reply to an rpc request that was rejected by the server [all...] |
rpc_auth.h | 3 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 6 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 32 * $FreeBSD: src/include/rpc/auth.h,v 1.14.2.1 1999/08/29 14:39:02 peter Exp $ 41 * is required to pass a AUTH * to routines that create rpc
|
pmap_prot.h | 3 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 6 * may copy or modify Sun RPC without charge, but are not authorized 10 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 14 * Sun RPC is provided with no support and without any obligation on the 19 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 32 * $FreeBSD: src/include/rpc/pmap_prot.h,v 1.9.2.1 1999/08/29 14:39:05 peter Exp $ 65 * This procedure only is supported on rpc/udp and calls via 66 * rpc/udp. This routine only passes null authentication parameters.
|
/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)
|
/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)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
memcache_object_store.py | 11 def __init__(self, rpc): 12 self._rpc = rpc 33 rpc = memcache.Client().get_multi_async(keys, namespace=self._namespace) 34 return _AsyncMemcacheGetFuture(rpc)
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableAsList_CustomFieldSerializer.java | 19 import com.google.gwt.user.client.rpc.SerializationException; 20 import com.google.gwt.user.client.rpc.SerializationStreamReader; 21 import com.google.gwt.user.client.rpc.SerializationStreamWriter; 22 import com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/ |
Android.mk | 34 LOCAL_STATIC_LIBRARIES:= libcommondefs-rpc 38 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc/inc 52 $(TARGET_OUT_HEADERS)/libcommondefs-rpc \ 55 LOCAL_MODULE:= libloc_api-rpc
|
/packages/experimental/RpcPerformance/ |
README | 4 (particularly related to IPC and RPC performance, such as
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 36 * specific to the RPC implementation and to find out about RPC-level errors. 38 * <p>Starting with version 2.3.0, RPC implementations should not try to build 40 * code specific to the particular RPC implementation. This way the generated 59 * be called while an RPC is in progress. 65 * reasons for failure depend on the RPC implementation. {@code failed()} 78 * Advises the RPC system that the caller desires that the RPC call be 79 * canceled. The RPC system may cancel it immediately, may wait awhile and 100 * If {@code true}, indicates that the client canceled the RPC, so the serve [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 36 * specific to the RPC implementation and to find out about RPC-level errors. 38 * <p>Starting with version 2.3.0, RPC implementations should not try to build 40 * code specific to the particular RPC implementation. This way the generated 59 * be called while an RPC is in progress. 65 * reasons for failure depend on the RPC implementation. {@code failed()} 78 * Advises the RPC system that the caller desires that the RPC call be 79 * canceled. The RPC system may cancel it immediately, may wait awhile and 100 * If {@code true}, indicates that the client canceled the RPC, so the serve [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.h | 30 // A class that encapsulates a JSON-RPC call to the Spelling service to check 31 // text there. This class creates a JSON-RPC request, sends the request to the 34 // a JSON-RPC call, this class cancels the JSON-RPC call without calling the 66 // This type is used for choosing a backend when sending a JSON-RPC request to 94 // Parses a JSON-RPC response from the Spelling service. 115 // Creates a URLFetcher object used for sending a JSON-RPC request. This 120 // The URLFetcher object used for sending a JSON-RPC request.
|
/external/kernel-headers/original/uapi/linux/sunrpc/ |
debug.h | 13 * RPC debug facilities 32 * change the debug flags for rpc, nfs, nfsd, and lockd. Since the sunrpc
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/ |
loc_api_cb.h | 9 #include <rpc/rpc.h>
|