Searched refs:ListProperty (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/ |
D | test_lists.py | 22 from boto.sdb.db.property import ListProperty 28 nums = ListProperty(int) 29 strs = ListProperty(str)
|
D | test_query.py | 22 from boto.sdb.db.property import ListProperty, StringProperty, ReferenceProperty, IntegerProperty 29 strs = ListProperty(str)
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | models.py | 68 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/ |
D | test_db.py | 8 from boto.sdb.db.property import PasswordProperty, ListProperty, MapProperty 52 nums = ListProperty(int) 62 basics = ListProperty(TestBasic)
|
D | property.py | 612 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/ |
D | org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding_1.3.100.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/ |
D | sdbmanager.py | 28 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/ |
D | volume.py | 24 from boto.sdb.db.property import StringProperty, IntegerProperty, ListProperty, ReferenceProperty, … 86 past_volume_ids = ListProperty(item_type=str)
|