HomeSort by relevance Sort by last modified time
    Searched refs:rpc (Results 176 - 200 of 950) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableSortedMap_CustomFieldSerializerBase.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.Map_CustomFieldSerializerBase;
ImmutableTable_CustomFieldSerializerBase.java 17 import com.google.gwt.user.client.rpc.SerializationException;
18 import com.google.gwt.user.client.rpc.SerializationStreamReader;
19 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
20 import com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase;
RegularImmutableSortedSet_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;
  /external/libevent/
evrpc.c 58 #include "event2/rpc.h"
95 struct evrpc *rpc; local
100 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
101 r = evrpc_unregister_rpc(base, rpc->uri);
205 * Registers a new RPC with the HTTP server. The evrpc object is expected
218 event_err(1, "%s: failed to register rpc at %s",
228 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc,
231 char *constructed_uri = evrpc_construct_uri(rpc->uri);
233 rpc->base = base;
234 rpc->cb = cb
253 struct evrpc *rpc; local
287 struct evrpc *rpc = arg; local
341 struct evrpc *rpc; local
383 struct evrpc *rpc; local
406 struct evrpc *rpc; local
1111 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); local
1140 struct evrpc* rpc = local
    [all...]
  /external/ltp/testcases/network/rpc/
Makefile 2 # network/rpc test suite Makefile.
30 FILTER_OUT_DIRS += rpc-tirpc
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/lib/
librpc01.h 22 #include <rpc/xdr.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
Makefile.inc 19 LIBRELDIR := testcases/network/rpc/rpc-tirpc/tests_pack/lib
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
ParameterDescriptor.java 17 package com.googlecode.android_scripting.rpc;
22 * RPC parameter description.
RpcMinSdk.java 17 package com.googlecode.android_scripting.rpc;
RpcOptional.java 17 package com.googlecode.android_scripting.rpc;
26 * Use this annotation to mark RPC parameter as optional.
  /prebuilts/tools/linux-x86_64/kythe/proto/
filetree.proto 25 rpc CorpusRoots(CorpusRootsRequest) returns (CorpusRootsReply) {}
28 rpc Directory(DirectoryRequest) returns (DirectoryReply) {}
storage.proto 28 rpc Read(ReadRequest) returns (stream Entry) {}
34 rpc Scan(ScanRequest) returns (stream Entry) {}
43 rpc Write(WriteRequest) returns (WriteReply) {}
51 rpc Count(CountRequest) returns (CountReply) {}
54 rpc Shard(ShardRequest) returns (stream Entry) {}
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
tirpc_svc_reg_mt.c 33 #include <tirpc/rpc/rpc.h>
34 #include <tirpc/rpc/types.h>
35 #include <tirpc/rpc/xdr.h>
36 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_mt.c 33 #include <tirpc/rpc/rpc.h>
34 #include <tirpc/rpc/types.h>
35 #include <tirpc/rpc/xdr.h>
36 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_mt.c 33 #include <tirpc/rpc/rpc.h>
34 #include <tirpc/rpc/types.h>
35 #include <tirpc/rpc/xdr.h>
36 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
tirpc_rpc_reg_mt.c 33 #include <tirpc/rpc/rpc.h>
34 #include <tirpc/rpc/types.h>
35 #include <tirpc/rpc/xdr.h>
36 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11/
tirpc_svc_11.c 31 #include <tirpc/rpc/rpc.h>
32 #include <tirpc/rpc/types.h>
33 #include <tirpc/rpc/xdr.h>
34 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_4/
tirpc_svc_4.c 31 #include <tirpc/rpc/rpc.h>
32 #include <tirpc/rpc/types.h>
33 #include <tirpc/rpc/xdr.h>
34 #include <tirpc/rpc/svc.h>
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 5 // Package jsonrpc implements a JSON-RPC 1.0 ClientCodec and ServerCodec
6 // for the rpc package.
7 // For JSON-RPC 2.0 support, see https://godoc.org/?q=json-rpc+2.0
15 "net/rpc"
28 // JSON-RPC responses include the request id but not the request method.
29 // Package rpc expects both.
31 // and then look it up by request ID when filling out the rpc Response.
36 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 5 // Package jsonrpc implements a JSON-RPC 1.0 ClientCodec and ServerCodec
6 // for the rpc package.
7 // For JSON-RPC 2.0 support, see https://godoc.org/?q=json-rpc+2.0
15 "net/rpc"
28 // JSON-RPC responses include the request id but not the request method.
29 // Package rpc expects both.
31 // and then look it up by request ID when filling out the rpc Response.
36 // NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method.h 8 #include <pdx/rpc/argument_encoder.h>
9 #include <pdx/rpc/message_buffer.h>
10 #include <pdx/rpc/payload.h>
11 #include <pdx/rpc/remote_method_type.h>
17 namespace rpc { namespace in namespace:android::pdx
148 rpc::ServicePayload<ReplyBuffer> payload(message);
185 rpc::ServicePayload<ReceiveBuffer> payload(message);
221 rpc::ServicePayload<ReceiveBuffer> payload(message);
261 rpc::ServicePayload<ReceiveBuffer> payload(message);
326 } // namespace rpc
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Android.mk 44 $(TARGET_OUT_HEADERS)/libloc-rpc/rpc_inc \
47 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc-qc/$(RPC_INC)
55 LOCAL_MODULE:= libloc_api-rpc-qc
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Android.mk 44 $(TARGET_OUT_HEADERS)/libloc-rpc/rpc_inc \
47 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc-qc/$(RPC_INC)
55 LOCAL_MODULE:= libloc_api-rpc-qc
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Android.mk 44 $(TARGET_OUT_HEADERS)/libloc-rpc/rpc_inc \
47 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc-qc/$(RPC_INC)
55 LOCAL_MODULE:= libloc_api-rpc-qc
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Android.mk 44 $(TARGET_OUT_HEADERS)/libloc-rpc/rpc_inc \
47 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc-qc/$(RPC_INC)
55 LOCAL_MODULE:= libloc_api-rpc-qc

Completed in 604 milliseconds

1 2 3 4 5 6 78 91011>>