HomeSort by relevance Sort by last modified time
    Searched full:rpc (Results 126 - 150 of 962) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/gps/core/
ContextBase.cpp 91 // only RPC is the option now
93 LOC_LOGD("%s:%d]: libloc_api_v02.so is NOT present. Trying RPC",
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
99 LOC_LOGD("%s:%d]: getter is NULL in RPC", __func__, __LINE__);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_fixup.c 6 the RPC stubs, and it also fixes other RPC-related problems.
25 #include <rpc/rpc.h>
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_fixup.c 6 the RPC stubs, and it also fixes other RPC-related problems.
25 #include <rpc/rpc.h>
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 32 #include <rpc/rpc.h>
42 // RPC communication establishment
82 // RPC adapter interface implementations
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 78 // only RPC is the option now
80 LOC_LOGD("%s:%d]: libloc_api_v02.so is NOT present. Trying RPC",
82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
86 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
pmap_clnt.h 39 #include <rpc/types.h>
40 #include <rpc/xdr.h>
41 #include <rpc/clnt.h>
95 #endif /* rpc/pmap_clnt.h */
pmap_prot.h 40 #include <rpc/xdr.h>
68 * This procedure only is supported on rpc/udp and calls via
69 * rpc/udp. This routine only passes null authentication parameters.
105 #endif /* rpc/pmap_prot.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
pmap_clnt.h 39 #include <rpc/types.h>
40 #include <rpc/xdr.h>
41 #include <rpc/clnt.h>
95 #endif /* rpc/pmap_clnt.h */
pmap_prot.h 40 #include <rpc/xdr.h>
68 * This procedure only is supported on rpc/udp and calls via
69 * rpc/udp. This routine only passes null authentication parameters.
105 #endif /* rpc/pmap_prot.h */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbase.h 10 #include "rpc.h"
structuredquerycondition.h 7 #include <rpc.h>
tpcshrd.h 7 #include <rpc.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 1 """Self documenting XML-RPC Server.
3 This module can be used to create XML-RPC servers that
110 """Produce HTML documentation for an XML-RPC server."""
135 """Generates documentation for an XML-RPC server.
143 self.server_name = 'XML-RPC Server Documentation'
145 "This server exports the following methods through the XML-RPC "\
147 self.server_title = 'XML-RPC Server Documentation'
216 """XML-RPC and documentation request handler class.
219 XML-RPC requests.
245 """XML-RPC and HTML documentation server
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 1 """Self documenting XML-RPC Server.
3 This module can be used to create XML-RPC servers that
110 """Produce HTML documentation for an XML-RPC server."""
135 """Generates documentation for an XML-RPC server.
143 self.server_name = 'XML-RPC Server Documentation'
145 "This server exports the following methods through the XML-RPC "\
147 self.server_title = 'XML-RPC Server Documentation'
216 """XML-RPC and documentation request handler class.
219 XML-RPC requests.
245 """XML-RPC and HTML documentation server
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_fixup.c 29 #include <rpc/rpc.h>
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Service.java 34 * Abstract base interface for protocol-buffer-based RPC services. Services
40 * <p>Starting with version 2.3.0, RPC implementations should not try to build
42 * code specific to the particular RPC implementation. This way the generated
64 * <li>{@code controller} is of the correct type for the RPC implementation
68 * {@code RpcController} the server-side RPC implementation uses.
79 * <li>If the RPC failed, the parameter to {@code done} will be
  /external/protobuf/java/src/main/java/com/google/protobuf/
Service.java 34 * Abstract base interface for protocol-buffer-based RPC services. Services
40 * <p>Starting with version 2.3.0, RPC implementations should not try to build
42 * code specific to the particular RPC implementation. This way the generated
64 * <li>{@code controller} is of the correct type for the RPC implementation
68 * {@code RpcController} the server-side RPC implementation uses.
79 * <li>If the RPC failed, the parameter to {@code done} will be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
yp.x 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
170 YPPUSH_RPC = -4, /* RPC failure talking to server */
yp.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
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
13 * Sun RPC is provided with no support and without any obligation on the
18 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
34 #include <rpc/rpc.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.x 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
170 YPPUSH_RPC = -4, /* RPC failure talking to server */
yp.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
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
13 * Sun RPC is provided with no support and without any obligation on the
18 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
34 #include <rpc/rpc.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
rpc_des.h 61 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
64 * may copy or modify Sun RPC without charge, but are not authorized
68 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
72 * Sun RPC is provided with no support and without any obligation on the
77 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
  /external/llvm/tools/lli/
RemoteTargetExternal.h 32 RPCChannel RPC;
35 return RPC.WriteBytes(Data, Size);
38 bool ReadBytes(void *Data, size_t Size) { return RPC.ReadBytes(Data, Size); }
91 RPC.ChildName = ChildName;
92 if (!RPC.createServer())

Completed in 676 milliseconds

1 2 3 4 56 7 8 91011>>