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

  /system/chre/
gen_todo.sh 16 if [ -z $REPLY ]
20 PRIORITY=$REPLY
24 TODO_TEXT=$REPLY
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
AutoRegen.sh 28 read -p "Enter full path to LLVM source:" REPLY
29 if test -d "$REPLY/autoconf/m4" ; then
30 llvm_src_root="$REPLY"
31 llvm_m4="$REPLY/autoconf/m4"
32 read -p "Enter full path to LLVM objects (empty for same as source):" REPLY
33 if test -d "$REPLY" ; then
34 llvm_obj_root="$REPLY"
  /developers/build/
github.sh 251 if [[ $REPLY =~ ^[Yy]$ ]]
262 token=$REPLY
  /external/autotest/server/site_tests/platform_USBHIDWake/
platform_USBHIDWake.py 64 "sh -c 'clear && cat %s && read -p \"READY> \" REPLY &&" +
65 " echo $REPLY'") % temp.name
  /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.
  /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...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 54 // instantiate the ComposeActivity with the correct reply all intent
126 * Test the cases where: The user's reply-to is one of their custom from's
256 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
279 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
293 * Reply to a message you sent yourself to some recipients in the to field.
304 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
318 * Reply-all to a message you sent.
344 * Reply-all to a message you sent with some to and some CC recips.
526 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
563 activity.mFromSpinner.initialize(ComposeActivity.REPLY, currentAccount.account
    [all...]
  /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/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...]
QuotedTextView.java 41 * View for displaying the quoted text in the compose screen for a reply
46 // HTML tags used to quote reply content
248 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) {
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 264 : NotificationActionType.REPLY.getPersistedValue();
  /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...]
Settings.java 123 replyBehavior = DefaultReplyBehavior.REPLY;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 235 (newAccount.settings.replyBehavior == UIProvider.DefaultReplyBehavior.REPLY)
236 ? "reply"
    [all...]
  /external/mksh/src/
funcs.c 1592 static const char REPLY[] = "REPLY";
    [all...]
  /build/make/
envsetup.sh     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/curl/tests/
ftpserver.pl 439 # Returns the given test's reply data
453 my @data = getpart("reply", "data$testpart");
455 @data = getpart("reply", "data");
570 'QUIT' => '221 bye bye baby', # just reply something
    [all...]

Completed in 327 milliseconds