Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/external/nist-sip/java/gov/nist/javax/sip/parser/
DContactParser.java45 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/
Drostermodule_unittest.cc129 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 …]
Drostermoduleimpl.cc714 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/
DTaskManager.java130 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/
DListeningPointImpl.java233 Contact contact = new Contact(); in createContactHeader() local
236 contact.setAddress(address); in createContactHeader()
238 return contact; in createContactHeader()
/external/libxml2/example/
Dgjobread.c100 personPtr contact; member
144 ret->contact = parsePerson(doc, ns, cur); in parseJob()
163 if (cur->contact != NULL) printPerson(cur->contact); in printJob()
/external/llvm/docs/
DReportingGuide.rst25 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/
Dtag_report.c235 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/
DSIPClientTransaction.java1151 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/
DHeaderFactoryImpl.java300 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/
DREADME.txt15 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/libxml2/result/
Ddav12.rde2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav12.rdr2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rdr5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rde5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav11.rde28 http://www.ics.uci.edu/~ejw/contact.html
Ddav11.rdr28 http://www.ics.uci.edu/~ejw/contact.html
/external/ltp/pan/cgi/
Dreconsile.cgi79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line);
90 $rec->{CONTACT} = $contact;
/external/libxml2/macos/
DREADME3 Please contact the author directly in case of problems:
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DContactsFacade.java228 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/liblzf/cs/
DREADME6 If you have any questions or improvements, you should contact the
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-27.data28 Backup contact is Nancy
/external/llvm/test/YAMLParser/
Dspec-02-27.test30 Backup contact is Nancy
/external/vixl/doc/aarch64/topics/
Dindex.md2 you think of any topic that may be useful and is not listed here, please contact
/external/swiftshader/third_party/LLVM/utils/kate/
DREADME10 Note: If you notice missing or incorrect syntax highlighting, please contact

12345678910>>...15