Home
last modified time | relevance | path

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

12345678

/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/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/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/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/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/macos/
DREADME3 Please contact the author directly in case of problems:
/external/liblzf/cs/
DREADME6 If you have any questions or improvements, you should contact the
/external/chromium-trace/trace-viewer/third_party/Paste/docs/include/
Dcontact.txt1 If you have questions about this document, please contact the `paste
/external/llvm/test/YAMLParser/
Dspec-02-27.data30 Backup contact is Nancy
/external/vixl/doc/topics/
Dindex.md2 you think of any topic that may be useful and is not listed here, please contact
/external/sepolicy/
Dshared_relro.te12 # Needs to contact the "webviewupdate" and "activity" services
/external/llvm/utils/kate/
DREADME10 Note: If you notice missing or incorrect syntax highlighting, please contact
/external/llvm/utils/jedit/
DREADME12 Note: If you notice missing or incorrect syntax highlighting, please contact
/external/e2fsprogs/
DREADME.subset14 In case of bugs in these libraries, please contact Ted Ts'o at
DREADME15 In case of bugs in these programs, please contact Ted Ts'o at
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/zips/
DREADME12 Go to the websites indicated above or contact me if you cannot find them.
/external/llvm/utils/emacs/
DREADME25 Note: If you notice missing or incorrect syntax highlighting, please contact
/external/icu/icu4c/source/extra/uconv/
DREADME7 resource bundle. Please contact Steven Loomis <srl@jtcsv.com> if you

12345678