HomeSort by relevance Sort by last modified time
    Searched defs:Rpc (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
Rpc.java 17 package com.googlecode.android_scripting.rpc;
26 * The {@link Rpc} annotation is used to annotate server-side implementations of RPCs. It describes
28 * implementation of an RPC.
33 public @interface Rpc {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport.py 44 'Rpc',
50 """Raised when trying to put RPC in to an invalid state."""
53 class Rpc(object):
54 """Represents a client side RPC.
56 An RPC is created by the transport class and is used with a single RPC. While
57 an RPC is still in process, the response is set to None. When it is complete
65 request: Request associated with this RPC.
75 """Request associated with RPC."""
80 """Response associated with RPC.""
    [all...]

Completed in 870 milliseconds