HomeSort by relevance Sort by last modified time
    Searched refs:Contact (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/nist-sip/java/gov/nist/javax/sip/header/
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);
Contact.java 45 * Contact Item.
55 public final class Contact
77 public Contact() {
126 /** get the Contact list.
178 /** set the Contact List
215 "JAIN-SIP Exception, Contact, setQValue(), "
221 Contact retval = (Contact) super.clone();
  /external/compiler-rt/
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 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 9 Contact
MESA_pack_invert.spec 9 Contact
MESA_agp_offset.spec 9 Contact
MESA_window_pos.spec 9 Contact
MESA_copy_sub_buffer.spec 9 Contact
MESA_pixmap_colormap.spec 9 Contact
MESA_resize_buffers.spec 9 Contact
MESA_set_3dfx_mode.spec 9 Contact
  /external/mesa3d/docs/
MESA_release_buffers.spec 9 Contact
MESA_pack_invert.spec 9 Contact
MESA_agp_offset.spec 9 Contact
MESA_window_pos.spec 9 Contact
MESA_copy_sub_buffer.spec 9 Contact
MESA_pixmap_colormap.spec 9 Contact
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 28 import gov.nist.javax.sip.header.Contact;
38 * A parser for The SIP contact header.
45 public ContactParser(String contact) {
46 super(contact);
56 headerName(TokenTypes.CONTACT);
59 Contact contact = new Contact(); local
64 contact.setWildCardFlag(true);
66 super.parse(contact);
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 18 Defines Django forms for inserting/updating/viewing contact data
66 """Represents django form for entering contact info."""
69 model = datastore.Contact
74 Processes requests to add a new contact. GET presents an empty
75 contact form for the user to fill in. POST saves the new contact
80 self.send_form('Add Contact', '/add_contact', -1, None, ContactForm())
91 self.send_form('Add Contact', '/add_contact', -1, None, data)
96 Process requests to edit a contact's information. GET presents a form
97 with the current contact information filled in. POST saves new informatio
    [all...]
web_services.py 131 it returns user's contact info in JSON format.
139 logging.info('*** Starting contact sync ***')
149 # the newly added contact.
159 logging.info('Returning ' + str(len(updated_contacts)) + ' contact records')
184 contacts = datastore.Contact.all()
190 for contact in contacts:
191 if (contact.updated > high_water_date):
192 high_water_date = contact.updated
198 for contact in contacts:
200 # contact (for example, it's a contact just uploaded from the client
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 42 import gov.nist.javax.sip.header.Contact;
233 Contact contact = new Contact(); local
236 contact.setAddress(address);
238 return contact;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 17 """Represents user's contact information"""
22 class Contact(db.Model):
  /external/markdown/markdown/extensions/
headerid.py 58 Contact: markdown@freewisdom.org
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 99 Contact: markdown@freewisdom.org
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 9 Contact

Completed in 435 milliseconds

1 2 3