/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/ |
D | layer1.py | 154 The domain's contact information is also returned as part of 296 return contact information for our registrar partner, Gandi, 346 :param admin_contact: Provides detailed contact information. 357 :param registrant_contact: Provides detailed contact information. 368 :param tech_contact: Provides detailed contact information. 380 contact information from WHOIS queries. If you specify true, WHOIS 381 ("who is") queries will return contact information for our 382 registrar partner, Gandi, instead of the contact information that 394 contact information from WHOIS queries. If you specify true, WHOIS 395 ("who is") queries will return contact information for our [all …]
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | rostermodule.h | 37 //! These are the valid subscription states in a roster contact. This 95 //! Is the contact available? 140 //! A contact as given by the server 145 //! Create a new roster contact 149 //! The jid for the contact. 153 //! Sets the jid for the roster contact update 156 //! The name (nickname) stored for this contact 162 //! The Presence subscription state stored on the server for this contact 167 //! The number of Groups applied to this contact 170 //! Gets a Group applied to the contact based on index. [all …]
|
D | rostermoduleimpl.h | 35 //! Is the contact available? 92 //! A contact as given by the server 97 //! The jid for the contact. 101 //! Sets the jid for the roster contact update 104 //! The name (nickname) stored for this contact 110 //! The Presence subscription state stored on the server for this contact 115 //! The number of Groups applied to this contact 118 //! Gets a Group applied to the contact based on index. 121 //! Adds a group to this contact. 125 //! Removes a group from the contact. [all …]
|
D | rostermodule_unittest.cc | 129 WriteContact(std::ostream& os, const XmppRosterContact* contact) { in WriteContact() argument 130 if (contact == NULL) { in WriteContact() 135 os<<"[Contact jid:"; in WriteContact() 136 WriteString(os, contact->jid().Str()); in WriteContact() 138 WriteString(os, contact->name()); in WriteContact() 140 WriteSubscriptionState(os, contact->subscription_state()); in WriteContact() 142 for(size_t i=0; i < contact->GetGroupCount(); ++i) { in WriteContact() 144 WriteString(os, contact->GetGroup(i)); in WriteContact() 146 os<<"]]"<<contact->raw_xml()->Str(); in WriteContact() 187 //! A contact has changed [all …]
|
D | rostermoduleimpl.cc | 714 bool operator() (XmppRosterContactImpl *& contact) { in operator ()() argument 715 return contact->jid() == jid_; in operator ()() 737 const XmppRosterContact* contact) { in RequestRosterChange() argument 738 if (!contact) in RequestRosterChange() 741 Jid jid = contact->jid(); in RequestRosterChange() 749 const XmlElement* contact_xml = contact->raw_xml(); in RequestRosterChange() 900 XmppRosterContact* contact = *pos; in DeleteContacts() local 902 delete contact; in DeleteContacts() 938 bool operator() (XmppPresenceImpl *& contact) { in operator ()() argument 939 return contact->jid() == jid_; in operator ()() [all …]
|
/external/compiler-rt/ |
D | README.android | 22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.) 23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.) 24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.) 25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.) 26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.) 27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.) 28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.) 29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.) 30 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.) 31 …27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge… [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ContactParser.java | 28 import gov.nist.javax.sip.header.Contact; 38 * A parser for The SIP contact header. 45 public ContactParser(String contact) { in ContactParser() argument 46 super(contact); in ContactParser() 56 headerName(TokenTypes.CONTACT); in parse() 59 Contact contact = new Contact(); in parse() local 64 contact.setWildCardFlag(true); in parse() 66 super.parse(contact); in parse() 69 super.parse(contact); in parse() 71 retval.add(contact); in parse()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Contact.java | 45 * Contact Item. 55 public final class Contact class 77 public Contact() { in Contact() method in Contact 126 /** get the Contact list. 178 /** set the Contact List 215 "JAIN-SIP Exception, Contact, setQValue(), " in setQValue() 221 Contact retval = (Contact) super.clone(); in clone()
|
D | ContactList.java | 36 * List of contact headers.ContactLists are also maintained in a hashtable 42 public class ContactList extends SIPHeaderList<Contact> { 55 super(Contact.class, ContactHeader.NAME); in ContactList()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 42 import gov.nist.javax.sip.header.Contact; 233 Contact contact = new Contact(); in createContactHeader() local 236 contact.setAddress(address); in createContactHeader() 238 return contact; in createContactHeader()
|
D | ListeningPointExt.java | 12 * Create a contact for this listening point. 14 * @return a contact header corresponding to this listening point.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPRequest.java | 55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for 95 * A target refresh request and its response MUST have a Contact 212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in 266 * RFC 3261 8.1.1.8 The Contact header field MUST be present and contain exactly one SIP in checkHeaders() 269 * requests, the scope of the Contact is global. That is, the Contact header field value in checkHeaders() 273 * If the Request-URI or top Route header field value contains a SIPS URI, the Contact in checkHeaders() 281 // refresh its ok not to have a contact header. Otherwise in checkHeaders() 282 // contact header is mandatory. in checkHeaders() 292 throw new ParseException("Scheme for contact should be sips:" + sipUri, 0); in checkHeaders() 299 * Contact header is mandatory for a SIP INVITE request. in checkHeaders() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/core-item/ |
D | demo.html | 41 core-item.contact-item { 47 core-item.contact-item .name { 51 core-item.contact-item .address { 83 <core-item icon="account-circle" class="contact-item">
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | handlefiletransferrequest.h | 15 * along with this program; if not, contact Novell, Inc. 17 * To contact Novell about this file by physical or electronic mail, 18 * you may find current contact information at www.novell.com
|
D | filetransfermsg.h | 15 * along with this program; if not, contact Novell, Inc. 17 * To contact Novell about this file by physical or electronic mail, 18 * you may find current contact information at www.novell.com
|
D | filelistinfo.h | 15 * along with this program; if not, contact Novell, Inc. 17 * To contact Novell about this file by physical or electronic mail, 18 * you may find current contact information at www.novell.com
|
D | filelistinfo.c | 15 * along with this program; if not, contact Novell, Inc. 17 * To contact Novell about this file by physical or electronic mail, 18 * you may find current contact information at www.novell.com
|
/external/libxml2/example/ |
D | gjobread.c | 100 personPtr contact; member 142 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Contact")) && in parseJob() 144 ret->contact = parsePerson(doc, ns, cur); in parseJob() 163 if (cur->contact != NULL) printPerson(cur->contact); in printJob()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | SIPClientTransaction.java | 33 import gov.nist.javax.sip.header.Contact; 1144 // construct the ACK from the specified contact header. in createAck() 1146 // The contact header for the 3xx is the redirected in createAck() 1151 Contact contact = (Contact) lastResponse.getContactHeaders().getFirst(); in createAck() local 1152 javax.sip.address.URI uri = (javax.sip.address.URI) contact.getAddress().getURI() in createAck() 1172 Contact contact = null; in createAck() local 1174 contact = (Contact) lastResponse.getContactHeaders().getFirst(); in createAck() 1179 // Contact may not yet be there (bug reported by Andreas B). in createAck() 1182 if (contact != null) { in createAck() 1184 route.setAddress((AddressImpl) ((AddressImpl) (contact.getAddress())).clone()); in createAck() [all …]
|
/external/libxml2/test/schemas/ |
D | 579746_0.xml | 2 <contact> 3 </contact>
|
D | 579746_1.xml | 2 <contact> 4 </contact>
|
D | 579746_2.xml | 2 <contact> 5 </contact>
|
D | 579746_4.xml | 2 <contact> 5 </contact>
|
D | 579746_5.xml | 2 <contact> 6 </contact>
|
D | 579746_3.xml | 2 <contact> 7 </contact>
|