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

  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 26 read -p "Enter full path to LLVM source:" REPLY
27 if test -d "$REPLY/autoconf/m4" ; then
28 llvm_src_root="$REPLY"
29 read -p "Enter full path to LLVM objects (empty for same as source):" REPLY
30 if test -d "$REPLY" ; then
31 llvm_obj_root="$REPLY"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 54 * NOTE: call and reply use the same overall struct but
60 REPLY=1
83 * Reply part of an rpc exchange
87 * Reply to an rpc request that was accepted by the server.
110 * Reply to an rpc request that was rejected by the server.
126 * Body of a reply to an rpc request.
184 * XDR routine to handle a rpc reply.
192 * Fills in the error part of a reply message.
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 57 // instantiate the ComposeActivity with the correct reply all intent
128 * Test the cases where: The user's reply-to is one of their custom from's
252 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
275 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
289 * Reply to a message you sent yourself to some recipients in the to field.
300 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
314 * Reply-all to a message you sent.
340 * Reply-all to a message you sent with some to and some CC recips.
522 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY);
553 activity.mFromSpinner.initialize(ComposeActivity.REPLY, currentAccount.account
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 92 REPLY("reply", false, R.drawable.ic_reply_holo_dark, R.string.notification_action_reply),
232 * Action 1: Archive, Delete, Mute, Mark read, Add star, Mark important, Reply, Reply
236 * Action 2: Reply, Reply all, Forward, Mark important, Add star, Mark read, Mute,
245 if (unsortedActions.contains(NotificationActionType.REPLY)) {
246 sortedActions.add(NotificationActionType.REPLY);
254 * Action 1: Delete, Mute, Mark read, Add star, Mark important, Reply, Reply all
    [all...]
  /external/chromium_org/build/
sanitize-png-files.sh 326 [ "$REPLY" == "y" ] && sudo apt-get install $package
327 [ "$REPLY" == "y" ] || exit
  /external/qemu/telephony/
android_modem.c     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 129 public static final int REPLY = 0;
202 // If this is a reply/forward then this extra will hold the original message
204 // If this is a reply/forward then this extra will hold a uri we must query
342 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
375 public static void reply(Context launcher, Account account, Message message) { method in class:ComposeActivity
376 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
537 case UIProvider.DraftType.REPLY:
538 action = REPLY;
557 // 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
255 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) {
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 265 : NotificationActionType.REPLY.getPersistedValue();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 243 * Does the server allow the user to compose mails (and reply) using addresses other than
247 * can compose (and reply) using either address.
251 * Whether the server allows the original message to be included in the reply by setting a
252 * flag on the reply. If we can avoid including the entire previous message, we save on
527 * Integer column containing the user's specified default reply behavior. This value
    [all...]
Settings.java 113 replyBehavior = DefaultReplyBehavior.REPLY;
  /external/qemu/android/
hw-events.h 287 KEY_CODE(REPLY ,232) \
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 238 (newAccount.settings.replyBehavior == UIProvider.DefaultReplyBehavior.REPLY)
239 ? "reply"
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 460 milliseconds