HomeSort by relevance Sort by last modified time
    Searched refs:rpc (Results 251 - 275 of 932) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src/com/google/common/collect/
TreeBasedTable_CustomFieldSerializer.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;
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;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
tirpc_bottomlevel_clnt_call_stress.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
tirpc_clnt_dg_create.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
tirpc_clnt_vc_create.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc/
tirpc_svcerr_noproc.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog/
tirpc_svcerr_noprog.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers/
tirpc_svcerr_progvers.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr/
tirpc_svcerr_systemerr.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth/
tirpc_svcerr_weakauth.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
tirpc_expertlevel_clnt_call_stress.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/
tirpc_clnt_tli_create.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
tirpc_rpcb_rmtcall_stress.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
tirpc_svc_reg_stress.c 30 #include <tirpc/rpc/rpc.h>
33 #include <tirpc/rpc/svc.h>
  /external/python/cpython2/Lib/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SpeechRecognitionFacade.java 23 import com.googlecode.android_scripting.rpc.Rpc;
24 import com.googlecode.android_scripting.rpc.RpcOptional;
25 import com.googlecode.android_scripting.rpc.RpcParameter;
30 * A facade containing RPC implementations related to the speech-to-text functionality of Android.
46 @Rpc(description = "Recognizes user's speech and returns the most likely result.", returns = "An empty string in case the speech cannot be recongnized.")
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 */
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteObjectBrowser.py 1 from idlelib import rpc
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
6 rpc.objecttable[oid] = wrapper
31 value = rpc.MethodProxy(self.sockio, self.oid, name)

Completed in 2190 milliseconds

<<11121314151617181920>>