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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 8 * Post-message based test for simple rpc based access to name services.
111 printf("rpc status %d\n", status);
169 // reply string -- essentially treating this as a string-based RPC.
  /external/libpcap/Win32/Include/net/
netdb.h 74 #define _PATH_RPC __PATH_ETC_INET"/rpc"
77 char *r_name; /* name of server for this rpc program */
79 int r_number; /* rpc program number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
auth.h 34 * is required to pass a AUTH * to routines that create rpc
42 #include <rpc/xdr.h>
210 #endif /* rpc/auth.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h 34 * is required to pass a AUTH * to routines that create rpc
42 #include <rpc/xdr.h>
210 #endif /* rpc/auth.h */
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
api_utils.py 284 """Eagerly evaluate tasklets until it is blocking on some RPC.
295 when the dependent future fulfills. If the value if a RPC, set up a
296 callback _on_rpc_complete to invoke _help_tasklet_along when the RPC fulfills.
298 the chain of futures until some future is blocked by RPC. El runs
299 all callbacks and constantly check pending RPC status.
rest_api.py 99 rpc = app_identity.create_rpc()
100 app_identity.make_get_access_token_call(rpc, scopes, service_account_id)
101 token, expires_at = yield rpc
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 49 #include <rpc/rpc.h>
51 /* Include RPC headers */
86 uint32 cb_id; /* same as rpc/types.h */
88 loc_reset_notif_cb_f_type *rpc_cb; /* callback from RPC */
196 Free up RPC data structure
260 Initiates the RPC client
284 LOC_LOGV("Trying to create RPC client...\n");
290 LOC_LOGE("Error: cannot create RPC client.\n");
294 /* Init RPC callbacks *
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc.c 36 * the OpenMAX1.1 DOMX Framework RPC Stub implementations.
95 * @brief RPC instance init is used for initialization. It is called once for
98 * @param phRPCCtx [OUT] : RPC Context structure - to be filled in and returned
193 * @brief RPC instance deinit is used for tear down. It is called once when an
195 * @param phRPCCtx [IN] : RPC Context structure.
209 "NULL context handle supplied to RPC Deinit");
279 * @param data [IN] : The RPC Context structure is passed here.
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 36 * the OpenMAX1.1 DOMX Framework RPC Stub implementations.
95 * @brief RPC instance init is used for initialization. It is called once for
98 * @param phRPCCtx [OUT] : RPC Context structure - to be filled in and returned
193 * @brief RPC instance deinit is used for tear down. It is called once when an
195 * @param phRPCCtx [IN] : RPC Context structure.
209 "NULL context handle supplied to RPC Deinit");
279 * @param data [IN] : The RPC Context structure is passed here.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis.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
35 #include <rpc/rpc.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.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
35 #include <rpc/rpc.h>
  /external/bluetooth/bluedroid/stack/btu/
btu_init.c 88 ** (RPC, BTU, HCIT, APPL, etc.)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 53 * Pending RPC callbacks. Maps from message IDs to callbacks.
178 throw Error('cannot send RPC: liblouis instance not loaded');
185 window.console.debug('RPC -> ' + json);
229 window.console.debug('RPC <- ' + e.data);
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.h 19 // buffer, to implement some asynchronous RPC mechanism.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 34 * <p>Abstract interface for a blocking RPC channel. {@code BlockingRpcChannel}
BlockingService.java 47 * {@code callBlockingMethod()} returns the result of the RPC or throws a
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
multiple_files_test.proto 66 rpc Foo(MessageWithNoOuter) returns(TestAllTypes);
test_bad_identifiers.proto 106 rpc Override(TestMessage) returns (TestMessage);
  /external/compiler-rt/test/msan/Linux/
sunrpc.cc 15 #include <rpc/xdr.h>
  /external/protobuf/
CHANGES.txt 9 * The generic RPC service code generated by the C++, Java, and Python
15 particular RPC implementation.
196 needed by RPC server implementations.
197 * RPC interfaces now support blocking operation in addition to non-blocking.
199 which operate against separate blocking and non-blocking RPC interfaces.
200 RPC implementations will have to implement the new interfaces in order to
217 * Updated RPC interfaces to allow for blocking operation. A client may
218 now pass None for a callback when making an RPC, in which case the
221 cannot be used in practice until RPC implementations are updated to
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 34 * <p>Abstract interface for a blocking RPC channel. {@code BlockingRpcChannel}
BlockingService.java 47 * {@code callBlockingMethod()} returns the result of the RPC or throws a
  /external/protobuf/java/src/test/java/com/google/protobuf/
multiple_files_test.proto 62 rpc Foo(MessageWithNoOuter) returns(TestAllTypes);
  /external/tcpdump/
config.h 44 /* Define to 1 if you have the `rpc' library (-lrpc). */
131 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
134 /* Define to 1 if you have the <rpc/rpc.h> header file. */
config.h.in 43 /* Define to 1 if you have the `rpc' library (-lrpc). */
130 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
133 /* Define to 1 if you have the <rpc/rpc.h> header file. */

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>