Home
last modified time | relevance | path

Searched refs:ListProperty (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_lists.py22 from boto.sdb.db.property import ListProperty
28 nums = ListProperty(int)
29 strs = ListProperty(str)
Dtest_query.py22 from boto.sdb.db.property import ListProperty, StringProperty, ReferenceProperty, IntegerProperty
29 strs = ListProperty(str)
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dmodels.py68 fanned_out = db.ListProperty(db.Key, indexed=False)
197 blocking_slots = db.ListProperty(db.Key)
288 link_names = db.ListProperty(db.Text, indexed=False)
289 link_urls = db.ListProperty(db.Text, indexed=False)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dtest_db.py8 from boto.sdb.db.property import PasswordProperty, ListProperty, MapProperty
52 nums = ListProperty(int)
62 basics = ListProperty(TestBasic)
Dproperty.py612 class ListProperty(Property): class
621 … super(ListProperty, self).__init__(verbose_name, name, default=default, required=True, **kwds)
650 return list(super(ListProperty, self).default_value())
664 return super(ListProperty, self).__set__(obj, value)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dsdbmanager.py28 from boto.sdb.db.property import ListProperty, MapProperty
127 if isinstance(prop, ListProperty):
175 if isinstance(prop, ListProperty):
556 if property.__class__ == ListProperty:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dvolume.py24 from boto.sdb.db.property import StringProperty, IntegerProperty, ListProperty, ReferenceProperty, …
86 past_volume_ids = ListProperty(item_type=str)