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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle a rpc reply.
188 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle a rpc reply.
188 * Fills in the error part of a reply message.
  /external/python/cpython2/Demo/rpc/
rpc.py 9 # XXX not receive a timely reply -- use only for idempotent calls!
20 REPLY = 1
75 self.pack_enum(REPLY)
79 # Caller must add procedure-specific part of reply
113 if mtype != REPLY:
114 raise RuntimeError, 'no REPLY but %r' % (mtype,)
147 # Caller must get procedure-specific part of reply
349 reply = recvrecord(self.sock)
351 u.reset(reply)
355 raise RuntimeError, 'wrong xid in reply %r instead of %r' %
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 95 REPLY("reply", false, R.drawable.ic_reply_wht_24dp, R.string.notification_action_reply),
220 // no undo for archive/delete, and mark conversation as read after reply.
230 if (notificationAction == NotificationActionType.REPLY
249 case REPLY:
282 * Action 1: Archive, Delete, Mute, Mark read, Add star, Mark important, Reply, Reply
286 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
295 if (unsortedActions.contains(NotificationActionType.REPLY)) {
    [all...]
  /external/mksh/src/
funcs.c 1588 static char REPLY[] = "REPLY";
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 156 public static final int REPLY = 0;
245 // If this is a reply/forward then this extra will hold the original message
247 // If this is a reply/forward then this extra will hold a uri we must query
406 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
440 public static void reply(Context launcher, Account account, Message message) { method in class:ComposeActivity
441 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
683 case UIProvider.DraftType.REPLY:
684 action = REPLY;
703 // original sender and recipients if user switches "reply <-> reply-all"
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 293 * Does the server allow the user to compose mails (and reply) using addresses other than
297 * can compose (and reply) using either address.
301 * Whether the server allows the original message to be included in the reply by setting a
302 * flag on the reply. If we can avoid including the entire previous message, we save on
591 * Integer column containing the user's specified default reply behavior. This value
    [all...]

Completed in 600 milliseconds