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

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
ExplicitOrdering_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;
HashMultimap_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;
HashMultiset_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;
ImmutableEntry_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;
ImmutableListMultimap_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;
ImmutableSetMultimap_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;
LexicographicalOrdering_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;
LinkedHashMultiset_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;
NullsFirstOrdering_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;
NullsLastOrdering_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;
ReverseOrdering_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;
SingletonImmutableList_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;
SingletonImmutableMap_CustomFieldSerializer.java 21 import com.google.gwt.user.client.rpc.SerializationException;
22 import com.google.gwt.user.client.rpc.SerializationStreamReader;
23 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
SingletonImmutableSet_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;
TreeMultimap_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;
  /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
Makefile.am 5 -I../libloc_api-rpc-stub/inc \
29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
service.h 36 // RPC services. These are intented to be independent of any particular RPC
38 // of implementations. Starting with version 2.3.0, RPC implementations should
40 // which generate code specific to the particular RPC implementation. This way
53 // rpc Foo(MyRequest) returns(MyResponse);
72 // You would then register an instance of MyServiceImpl with your RPC server
76 // How to construct a channel depends, again, on your RPC implementation.
78 // MyRpcChannel channel("rpc:hostname:1234/myservice");
90 // Different RPC implementations may make different guarantees about what
92 // allowed to use to call the RPC system. Portable software should be read
    [all...]
  /external/protobuf/src/google/protobuf/
service.h 36 // RPC services. These are intented to be independent of any particular RPC
38 // of implementations. Starting with version 2.3.0, RPC implementations should
40 // which generate code specific to the particular RPC implementation. This way
53 // rpc Foo(MyRequest) returns(MyResponse);
72 // You would then register an instance of MyServiceImpl with your RPC server
76 // How to construct a channel depends, again, on your RPC implementation.
78 // MyRpcChannel channel("rpc:hostname:1234/myservice");
90 // Different RPC implementations may make different guarantees about what
92 // allowed to use to call the RPC system. Portable software should be read
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
auth_unix.h 2 * auth_unix.h, Protocol for UNIX style authentication parameters for RPC
46 #include <rpc/types.h>
47 #include <rpc/auth.h>
48 #include <rpc/xdr.h>
86 #endif /* rpc/auth_unix.h */
clnt.h 39 #include <rpc/types.h>
40 #include <rpc/auth.h>
46 * Rpc calls return an enum clnt_stat. This should be looked at more,
63 RPC_VERSMISMATCH=6, /* rpc versions not compatible */
125 * Client rpc handle.
143 /* the ioctl() of rpc */
150 * client side rpc interface ops
212 * Note: options marked XXX are no-ops in this implementation of RPC.
213 * The are present in TI-RPC but can't be implemented here since they
248 * RPCTEST is a test program which is accessible on every rpc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis_callback.x 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth_unix.h 2 * auth_unix.h, Protocol for UNIX style authentication parameters for RPC
46 #include <rpc/types.h>
47 #include <rpc/auth.h>
48 #include <rpc/xdr.h>
86 #endif /* rpc/auth_unix.h */
clnt.h 39 #include <rpc/types.h>
40 #include <rpc/auth.h>
46 * Rpc calls return an enum clnt_stat. This should be looked at more,
63 RPC_VERSMISMATCH=6, /* rpc versions not compatible */
125 * Client rpc handle.
143 /* the ioctl() of rpc */
150 * client side rpc interface ops
212 * Note: options marked XXX are no-ops in this implementation of RPC.
213 * The are present in TI-RPC but can't be implemented here since they
248 * RPCTEST is a test program which is accessible on every rpc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_callback.x 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

Completed in 324 milliseconds

1 23 4 5 6 7 8 91011>>