Searched defs:recipient (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_send_update_task.cc47 const buzz::QName kQnRecipient(kPushNotificationsNamespace, "recipient");
52 // [<recipient to='{bare jid}'>{base-64 encoded data}</data>]*
67 const Recipient& recipient = recipients[i]; local
71 recipient_element->AddAttr(buzz::QN_TO, recipient.to);
72 if (!recipient.user_specific_data.empty()) {
74 base::Base64Encode(recipient.user_specific_data, &base64_data);
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
H A Daddress_data.h32 // address.recipient = "Chen-Kang Yang";
101 // The name of the recipient or contact person. Not present in xAL.
102 std::string recipient; member in struct:i18n::addressinput::AddressData
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_data.h58 // Name of recipient or contact person. Not present in xAL.
59 std::string recipient; member in struct:i18n::addressinput::AddressData
/external/chromium_org/components/invalidation/
H A Dpush_client_channel.cc62 notifier::Recipient recipient; local
63 recipient.to = kBotJid;
66 notification.recipients.push_back(recipient);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DApplicationTest.java299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { argument
303 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { argument
/external/tcpdump/
H A Dprint-zephyr.c53 const char *recipient; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
112 if (!*recipient)
113 recipient = "*";
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
150 z.recipient = 0;
180 PARSE_FIELD_STR(z.recipient);
315 if (!*z.recipient)
316 z.recipient = "*";
318 printf(" to %s", z_triple(z.class, z.inst, z.recipient));
[all...]
/external/chromium_org/components/usb_service/
H A Dusb_device_handle_impl.cc47 const UsbDeviceHandle::TransferRecipient recipient) {
65 switch (recipient) {
438 const TransferRecipient recipient,
464 CreateRequestType(direction, request_type, recipient);
44 CreateRequestType( const UsbEndpointDirection direction, const UsbDeviceHandle::TransferRequestType request_type, const UsbDeviceHandle::TransferRecipient recipient) argument
435 ControlTransfer( const UsbEndpointDirection direction, const TransferRequestType request_type, const TransferRecipient recipient, const uint8 request, const uint16 value, const uint16 index, net::IOBuffer* buffer, const size_t length, const unsigned int timeout, const UsbTransferCallback& callback) argument
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc300 // validator are sent to an optional mock recipient (see
339 ValidationErrorRecipient* recipient);
441 ValidationErrorRecipient* recipient) {
442 validation_error_recipient_ = recipient;
556 StrictMock<MockValidationErrorRecipient> recipient; local
557 set_validation_error_recipient(&recipient);
440 set_validation_error_recipient( ValidationErrorRecipient* recipient) argument
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc93 const char kErrorConvertRecipient[] = "Invalid transfer recipient.";
977 UsbDeviceHandle::TransferRecipient recipient; local
982 !ConvertRecipientSafely(transfer.recipient, &recipient)) {
1002 recipient,
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp200 void giveRemainingTo(StringBuilder& recipient) argument
203 recipient.append(m_characters->characters8() + m_current, m_end - m_current);
205 recipient.append(m_characters->characters16() + m_current, m_end - m_current);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dvirtualsocketserver.cc791 VirtualSocket* recipient = LookupBinding(remote_addr); local
792 if (!recipient) {
793 // Make a fake recipient for address family checking.
806 if (!CanInteractWith(socket, recipient)) {
831 AddPacketToNetwork(socket, recipient, cur_time, data, data_size,
840 // recipient's recv_buffer_size_. Anything beyond that must be stored in the
845 VirtualSocket* recipient = LookupConnection(socket->local_addr_, local
847 if (!recipient) {
858 size_t available = recv_buffer_capacity_ - recipient->recv_buffer_size_;
864 AddPacketToNetwork(socket, recipient, cur_tim
886 AddPacketToNetwork(VirtualSocket* sender, VirtualSocket* recipient, uint32 cur_time, const char* data, size_t data_size, size_t header_size, bool ordered) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc774 VirtualSocket* recipient = LookupBinding(remote_addr); local
775 if (!recipient) {
776 // Make a fake recipient for address family checking.
789 if (!CanInteractWith(socket, recipient)) {
814 AddPacketToNetwork(socket, recipient, cur_time, data, data_size,
823 // recipient's recv_buffer_size_. Anything beyond that must be stored in the
828 VirtualSocket* recipient = LookupConnection(socket->local_addr_, local
830 if (!recipient) {
841 size_t available = recv_buffer_capacity_ - recipient->recv_buffer_size_;
847 AddPacketToNetwork(socket, recipient, cur_tim
869 AddPacketToNetwork(VirtualSocket* sender, VirtualSocket* recipient, uint32 cur_time, const char* data, size_t data_size, size_t header_size, bool ordered) argument
[all...]
/external/openssl/crypto/pem/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/openssl/include/openssl/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3400 static int _hid_get_descriptor(struct hid_device_priv* dev, HANDLE hid_handle, int recipient, argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1057 milliseconds