OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rpc
(Results
76 - 100
of
962
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/extensions/docs/server2/
appengine_url_fetcher.py
41
rpc
= urlfetch.create_rpc()
42
urlfetch.make_fetch_call(
rpc
,
45
return Future(callback=lambda:
rpc
.get_result())
/external/guava/guava-gwt/src/com/google/common/collect/
EmptyImmutableSortedSet_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;
HashBasedTable_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;
LinkedHashMultimap_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;
LinkedListMultimap_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;
EmptyImmutableListMultimap_CustomFieldSerializer.java
19
import com.google.gwt.user.client.
rpc
.SerializationStreamReader;
20
import com.google.gwt.user.client.
rpc
.SerializationStreamWriter;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
pmap_rmt.h
40
#include <
rpc
/types.h>
41
#include <
rpc
/xdr.h>
65
#endif /*
rpc
/pmap_rmt.h */
svc_auth.h
2
* svc_auth.h, Service side of
rpc
authentication.
38
#include <
rpc
/svc.h>
50
#endif /*
rpc
/svc_auth.h */
netdb.h
30
/* @(#)
rpc
.h 1.8 87/07/24 SMI */
48
char *r_name; /* Name of server for this
rpc
program. */
50
int r_number; /*
RPC
program number. */
74
#endif /*
rpc
/netdb.h */
svc.h
38
#include <
rpc
/rpc_msg.h>
45
* 1) An arbitrary number of transport connections upon which
rpc
requests
56
* These data are registered with the
rpc
svc system via svc_register.
58
* A service's dispatch function is called whenever an
rpc
request comes in
214
* NB: In pure implementations of
rpc
, the caller always waits for a reply
218
* xdr.h - xdr_void for the xdr routine. HOWEVER, tcp based
rpc
allows
219
* for the abuse of pure
rpc
via batched calling or pipelining. In the
251
* incoming calls or other events outside of the
rpc
architecture, the
257
* Global keeper of
rpc
service descriptors in use
287
* Memory based
rpc
for testing and timing
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.h
9
#include <
rpc
/
rpc
.h>
16
#include <
rpc
/types.h>
rusers.h
9
#include <
rpc
/
rpc
.h>
57
#include <
rpc
/xdr.h>
69
* This is the structure used in version 2 of the rusersd
RPC
service.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
pmap_rmt.h
40
#include <
rpc
/types.h>
41
#include <
rpc
/xdr.h>
65
#endif /*
rpc
/pmap_rmt.h */
svc_auth.h
2
* svc_auth.h, Service side of
rpc
authentication.
38
#include <
rpc
/svc.h>
50
#endif /*
rpc
/svc_auth.h */
netdb.h
30
/* @(#)
rpc
.h 1.8 87/07/24 SMI */
48
char *r_name; /* Name of server for this
rpc
program. */
50
int r_number; /*
RPC
program number. */
74
#endif /*
rpc
/netdb.h */
svc.h
38
#include <
rpc
/rpc_msg.h>
45
* 1) An arbitrary number of transport connections upon which
rpc
requests
56
* These data are registered with the
rpc
svc system via svc_register.
58
* A service's dispatch function is called whenever an
rpc
request comes in
214
* NB: In pure implementations of
rpc
, the caller always waits for a reply
218
* xdr.h - xdr_void for the xdr routine. HOWEVER, tcp based
rpc
allows
219
* for the abuse of pure
rpc
via batched calling or pipelining. In the
251
* incoming calls or other events outside of the
rpc
architecture, the
257
* Global keeper of
rpc
service descriptors in use
287
* Memory based
rpc
for testing and timing
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h
9
#include <
rpc
/
rpc
.h>
16
#include <
rpc
/types.h>
rusers.h
9
#include <
rpc
/
rpc
.h>
57
#include <
rpc
/xdr.h>
69
* This is the structure used in version 2 of the rusersd
RPC
service.
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
34
* Interface for an
RPC
callback, normally called when an
RPC
completes.
37
* <p>Starting with version 2.3.0,
RPC
implementations should not try to build
39
* code specific to the particular
RPC
implementation. This way the generated
/external/compiler-rt/test/tsan/
sunrpc.cc
4
#include <
rpc
/xdr.h>
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
34
* Interface for an
RPC
callback, normally called when an
RPC
completes.
37
* <p>Starting with version 2.3.0,
RPC
implementations should not try to build
39
* code specific to the particular
RPC
implementation. This way the generated
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hliface.h
10
#include "
rpc
.h"
inetsdk.h
10
#include "
rpc
.h"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py
1
r"""Simple XML-
RPC
Server.
3
This module can be used to create simple XML-
RPC
servers
8
It can also be used to handle XML-
RPC
requests in a CGI
78
# callable through XML-
RPC
to prevent potential security
161
"""Mix-in class that dispatches XML-
RPC
requests.
163
This class is used to register XML-
RPC
method handlers
176
"""Registers an instance to respond to XML-
RPC
requests.
181
method will be called with the name of the XML-
RPC
method and
191
If a registered function matches a XML-
RPC
request, then it
212
"""Registers a function to respond to XML-
RPC
requests
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py
1
r"""Simple XML-
RPC
Server.
3
This module can be used to create simple XML-
RPC
servers
8
It can also be used to handle XML-
RPC
requests in a CGI
78
# callable through XML-
RPC
to prevent potential security
161
"""Mix-in class that dispatches XML-
RPC
requests.
163
This class is used to register XML-
RPC
method handlers
176
"""Registers an instance to respond to XML-
RPC
requests.
181
method will be called with the name of the XML-
RPC
method and
191
If a registered function matches a XML-
RPC
request, then it
212
"""Registers a function to respond to XML-
RPC
requests
[
all
...]
Completed in 753 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>