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

  /external/webkit/Source/WebCore/manual-tests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeOptionFields.java 31 deliver, enum constant in enum:SubscribeOptionFields
SubscribeForm.java 63 return parseBoolean(getFieldValue(SubscribeOptionFields.deliver));
73 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
74 setAnswer(SubscribeOptionFields.deliver.getFieldName(), deliverNotifications);
94 addField(SubscribeOptionFields.deliver, FormField.TYPE_BOOLEAN);
95 setAnswer(SubscribeOptionFields.deliver.getFieldName(), digestOn);
ConfigureForm.java 262 * Does the node deliver payloads with event notifications.
272 * Sets whether the node will deliver payloads with event notifications.
274 * @param deliver true if the payload will be delivered, false otherwise
276 public void setDeliverPayloads(boolean deliver)
279 setAnswer(ConfigureNodeFields.deliver_payloads.getFieldName(), deliver); local
465 * Determines whether to deliver notifications to available users only.
475 * Sets whether to deliver notifications to available users only.
  /external/smack/src/org/jivesoftware/smack/
Chat.java 156 * to the collector and deliver it to all listeners registered with the
157 * Chat. This is used by the Connection class to deliver messages
162 void deliver(Message message) { method in class:Chat
ChatManager.java 111 // Add a listener for all message packets so that we can deliver errant
248 chat.deliver(message);
  /external/qemu/telephony/
android_modem.c 1722 SmsPDU* deliver; local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 190 have some not wildcard \verb|remote| address and deliver all the packets
212 you have to explain to driver, where it should deliver packets to.
ip-cref.tex 439 resolution and that the software or hardware knows how to deliver packets
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 275 'send_file', 'deliver', 'receive', 'error_messages_for',
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 293 delivery.deliver(context, isStatusMessage);
347 public void deliver(Context context, boolean isStatusMessage) { method in class:MessagingNotification.MmsSmsDeliveryInfo
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 3364 public final void deliver(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
    [all...]

Completed in 438 milliseconds