HomeSort by relevance Sort by last modified time
    Searched refs:datastore (Results 1 - 3 of 3) sorted by null

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 19 to/from SampleSyncAdapter datastore.
30 from model import datastore namespace
69 model = datastore.Contact
103 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
109 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
126 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
143 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
154 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
171 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
185 contacts = datastore.Contact.all(
    [all...]
web_services.py 33 from model import datastore namespace
184 contacts = datastore.Contact.all()
238 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
242 contact = datastore.Contact(handle='temp')
311 contacts = datastore.Contact.all()
316 contact1 = datastore.Contact(handle = 'juliet',
324 contact2 = datastore.Contact(handle = 'romeo',
332 contact3 = datastore.Contact(handle = 'tybalt',
365 obj = datastore.Contact.get_contact_info(username)
383 obj = datastore.Contact.get_contact_info(username
    [all...]
  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
api_utils.py 36 from google.appengine.datastore import datastore_rpc
46 from google.appengine.datastore import datastore_rpc
235 save_access_token: persist access token to datastore to avoid

Completed in 279 milliseconds