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

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 25 handle = db.StringProperty(required=True)
26 firstname = db.StringProperty()
27 lastname = db.StringProperty()
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 3 from bpy.props import StringProperty, BoolProperty, EnumProperty
31 filter_glob = StringProperty(default="*.cob", options={'HIDDEN'})
  /external/chromium_org/chrome/common/extensions/docs/server2/
blob_reference_store.py 11 key_ = db.StringProperty()
appengine_wrappers.py 223 class StringProperty(object):
  /external/qemu/qom/
object.c 1227 typedef struct StringProperty
1231 } StringProperty;
1236 StringProperty *prop = opaque;
1249 StringProperty *prop = opaque;
1266 StringProperty *prop = opaque;
1275 StringProperty *prop = g_malloc0(sizeof(*prop));
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
rest_api.py 83 token = ndb.StringProperty()

Completed in 272 milliseconds