/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ContactParser.java | 45 public ContactParser(String contact) { in ContactParser() argument 46 super(contact); in ContactParser() 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/webrtc/webrtc/libjingle/xmpp/ |
D | rostermodule_unittest.cc | 129 WriteContact(std::ostream& os, const XmppRosterContact* contact) { in WriteContact() argument 130 if (contact == NULL) { 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() 699 rtc::scoped_ptr<XmppRosterContact> contact(XmppRosterContact::Create()); in TEST_F() local 700 TEST_OK(contact->set_jid(Jid("brandt@example.net"))); in TEST_F() [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/ims/rcs/rcsservice/src/com/android/service/ims/ |
D | TaskManager.java | 130 public int addAvailabilityTask(String contact, IRcsPresenceListener listener){ in addAvailabilityTask() argument 134 contacts[0] = contact; in addAvailabilityTask() 143 public int addPublishTask(String contact, IRcsPresenceListener listener){ in addPublishTask() argument 147 contacts[0] = contact; in addPublishTask() 193 public void onTerminated(String contact){ // for single number capability polling in onTerminated() argument 194 if(contact == null){ in onTerminated() 214 PhoneNumberUtils.compare(contact, capabilityTask.mContacts[0])){ in onTerminated() 364 public PresenceAvailabilityTask getAvailabilityTaskByContact(String contact){ in getAvailabilityTaskByContact() argument 380 if(PhoneNumberUtils.compare(contact, availabilityTask.mContacts[0])){ in getAvailabilityTaskByContact()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 233 Contact contact = new Contact(); in createContactHeader() local 236 contact.setAddress(address); in createContactHeader() 238 return contact; in createContactHeader()
|
/external/libxml2/example/ |
D | gjobread.c | 100 personPtr contact; member 144 ret->contact = parsePerson(doc, ns, cur); in parseJob() 163 if (cur->contact != NULL) printPerson(cur->contact); in printJob()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReportingGuide.rst | 25 locate one for you. We will also post detailed contact information for specific 46 * Your contact info (so we can get in touch with you if we need to follow up). 75 The working group will try to contact other parties involved or witnessing the 97 Once we've determined our response, we will separately contact the original 111 appealed. To appeal a decision of the working group, contact the LLVM 129 The members serving on the advisory committee are listed here with contact 135 …FIXME: When we form the initial advisory committee, the members names and private contact info nee…
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 25 locate one for you. We will also post detailed contact information for specific 46 * Your contact info (so we can get in touch with you if we need to follow up). 75 The working group will try to contact other parties involved or witnessing the 97 Once we've determined our response, we will separately contact the original 111 appealed. To appeal a decision of the working group, contact the LLVM 129 The members serving on the advisory committee are listed here with contact 135 …FIXME: When we form the initial advisory committee, the members names and private contact info nee…
|
/external/ltp/pan/ |
D | tag_report.c | 235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local 356 if ((contact = (char *)sym_get(keys, key_get)) == NULL) { in tag_report() 357 contact = "No_Contacts"; in tag_report() 366 tag, "!", "!", is, contact, mystime, duration, in tag_report()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | SIPClientTransaction.java | 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() 1182 if (contact != null) { in createAck() 1184 route.setAddress((AddressImpl) ((AddressImpl) (contact.getAddress())).clone()); in createAck() 1197 if (contact != null) { in createAck() 1198 javax.sip.address.URI uri = (javax.sip.address.URI) contact.getAddress().getURI() in createAck()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryImpl.java | 300 Contact contact = new Contact(); in createContactHeader() local 301 contact.setAddress(address); in createContactHeader() 303 return contact; in createContactHeader() 320 Contact contact = new Contact(); in createContactHeader() local 321 contact.setWildCardFlag(true); in createContactHeader() 322 contact.setExpires(0); in createContactHeader() 324 return contact; in createContactHeader()
|
/external/eigen/unsupported/ |
D | README.txt | 15 you would like to share, feel free to contact us: 25 In doubt feel free to contact us. For instance, if your addons is very too specific
|
/external/ltp/pan/cgi/ |
D | reconsile.cgi | 79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line); 90 $rec->{CONTACT} = $contact;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ContactsFacade.java | 228 JSONObject contact = null; in contactsGetContactById() local 243 contact = new JSONObject(); in contactsGetContactById() 246 contact.put(columns[i], cursor.getString(i)); in contactsGetContactById() 250 return contact; in contactsGetContactById()
|
/external/libxml2/result/ |
D | dav12.rdr | 2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav12.rde | 2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav10.rdr | 5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
D | dav10.rde | 5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
|
/external/u-boot/board/lg/sniper/ |
D | MAINTAINERS | 2 M: Paul Kocialkowski <contact@paulk.fr>
|
/external/u-boot/board/amazon/kc1/ |
D | MAINTAINERS | 2 M: Paul Kocialkowski <contact@paulk.fr>
|
/external/u-boot/board/Marvell/gplugd/ |
D | MAINTAINERS | 2 M: Ajay Bhargav <contact@8051projects.net>
|
/external/libxml2/macos/ |
D | README | 3 Please contact the author directly in case of problems:
|
/external/u-boot/board/sunxi/ |
D | MAINTAINERS | 115 M: Paul Kocialkowski <contact@paulk.fr> 126 M: Paul Kocialkowski <contact@paulk.fr> 206 M: Paul Kocialkowski <contact@paulk.fr> 211 M: Paul Kocialkowski <contact@paulk.fr> 422 M: Paul Kocialkowski <contact@paulk.fr>
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-27.data | 28 Backup contact is Nancy
|
/external/llvm/test/YAMLParser/ |
D | spec-02-27.test | 30 Backup contact is Nancy
|