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

1 2

  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
job_info.py 10 status = ndb.StringProperty(indexed=True)
11 remote_addr = ndb.StringProperty(indexed=True)
15 mapper_function = ndb.StringProperty(indexed=True)
16 reducer_function = ndb.StringProperty(indexed=True)
17 query = ndb.StringProperty(indexed=True)
18 corpus = ndb.StringProperty(indexed=True)
19 revision = ndb.StringProperty(indexed=True)
23 running_tasks = ndb.StringProperty(repeated=True)
25 running_tasks = ndb.StringProperty(repeated=True)
27 results = ndb.StringProperty(indexed=True
    [all...]
gce_creation_info.py 9 source_disk_image = ndb.StringProperty(indexed=True)
10 machine_type = ndb.StringProperty(indexed=True)
11 zone = ndb.StringProperty(indexed=True)
  /external/chromium-trace/catapult/perf_insights/perf_insights/
trace_info.py 9 config = ndb.StringProperty(indexed=True)
11 network_type = ndb.StringProperty(indexed=True, default=None)
12 prod = ndb.StringProperty(indexed=True)
13 remote_addr = ndb.StringProperty(indexed=True)
14 tags = ndb.StringProperty(indexed=True, repeated=True)
15 user_agent = ndb.StringProperty(indexed=True, default=None)
16 ver = ndb.StringProperty(indexed=True)
17 scenario_name = ndb.StringProperty(indexed=True, default=None)
18 os_name = ndb.StringProperty(indexed=True, default=None)
19 os_arch = ndb.StringProperty(indexed=True, default=None
    [all...]
cloud_config.py 33 control_bucket_path = ndb.StringProperty(default=_DEFAULT_CONTROL_BUCKET_PATH)
35 default_corpus = ndb.StringProperty(
38 urlfetch_service_id = ndb.StringProperty(default='')
39 gce_project_name = ndb.StringProperty(
41 gce_source_disk_image = ndb.StringProperty(default=_DEFAULT_SOURCE_DISK_IMAGE)
42 gce_zone = ndb.StringProperty(default=_GCE_DEFAULT_ZONE)
43 gce_machine_type = ndb.StringProperty(default=_GCE_DEFAULT_MACHINE_TYPE)
44 trace_upload_bucket = ndb.StringProperty(
46 catapult_path = ndb.StringProperty(default=_DEFAULT_CATAPULT_PATH)
  /external/chromium-trace/catapult/dashboard/dashboard/models/
try_job.py 25 bot = ndb.StringProperty()
28 email = ndb.StringProperty()
31 master_name = ndb.StringProperty(default='ChromiumPerf', indexed=False)
32 buildbucket_job_id = ndb.StringProperty()
37 status = ndb.StringProperty(
55 job_type = ndb.StringProperty(
60 job_name = ndb.StringProperty(default=None)
65 log_record_id = ndb.StringProperty(indexed=False)
bug_data.py 26 status = ndb.StringProperty(
37 latest_bisect_status = ndb.StringProperty(
sheriff.py 60 url = ndb.StringProperty(validator=_UrlValidator, indexed=False)
61 email = ndb.StringProperty(validator=_EmailValidator, indexed=False)
69 patterns = ndb.StringProperty(repeated=True, indexed=False)
anomaly_config.py 36 patterns = ndb.StringProperty(repeated=True, indexed=False)
alert_group.py 31 test_suites = ndb.StringProperty(repeated=True, indexed=False)
34 alert_kind = ndb.StringProperty(indexed=False)
graph_data.py 141 units = ndb.StringProperty(indexed=False)
166 code = ndb.StringProperty(indexed=False, repeated=True)
169 command_line = ndb.StringProperty(indexed=False)
249 # Indexed StringProperty has a maximum length. If this length is exceeded,
333 r_: Revision such as r_webkit or r_v8. StringProperty, limited to 25
335 a_: Annotation such as a_chrome_bugid or a_gasp_anomaly. StringProperty.
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 25 handle = db.StringProperty(required=True)
26 firstname = db.StringProperty()
27 lastname = db.StringProperty()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
buyreservation.py 22 from boto.sdb.db.property import StringProperty, IntegerProperty
36 prop = StringProperty(name='region', verbose_name='EC2 Region',
42 prop = StringProperty(name='instance_type', verbose_name='Instance Type',
53 prop = StringProperty(name='zone', verbose_name='EC2 Availability Zone',
73 prop = StringProperty(name='offering', verbose_name='Offering',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 6 from boto.sdb.db.property import StringProperty, IntegerProperty, BooleanProperty
24 name = StringProperty()
31 name = StringProperty()
36 req = StringProperty(required=True, default='foo')
51 name = StringProperty()
56 name = StringProperty()
61 name = StringProperty()
70 name = StringProperty(unique=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
server.py 32 from boto.sdb.db.property import StringProperty
98 name = StringProperty(unique=True, verbose_name="Name")
99 instance_id = StringProperty(verbose_name="Instance ID")
100 config_uri = StringProperty()
101 ami_id = StringProperty(verbose_name="AMI ID")
102 zone = StringProperty(verbose_name="Availability Zone")
103 security_group = StringProperty(verbose_name="Security Group", default="default")
104 key_name = StringProperty(verbose_name="Key Name")
105 elastic_ip = StringProperty(verbose_name="Elastic IP")
106 instance_type = StringProperty(verbose_name="Instance Type"
    [all...]
  /cts/tests/openglperf2/
cob_exporter.py 3 from bpy.props import StringProperty, BoolProperty, EnumProperty
31 filter_glob = StringProperty(default="*.cob", options={'HIDDEN'})
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
task.py 24 from boto.sdb.db.property import StringProperty, DateTimeProperty, IntegerProperty
49 name = StringProperty()
50 hour = StringProperty(required=True, validator=check_hour, default='*')
51 command = StringProperty(required=True)
54 last_output = StringProperty()
55 message_id = StringProperty()
volume.py 24 from boto.sdb.db.property import StringProperty, IntegerProperty, ListProperty, ReferenceProperty, CalculatedProperty
44 prop = StringProperty(name='zone', verbose_name='EC2 Availability Zone',
80 name = StringProperty(required=True, unique=True, verbose_name='Name')
81 region_name = StringProperty(required=True, verbose_name='EC2 Region')
82 zone_name = StringProperty(required=True, verbose_name='EC2 Zone')
83 mount_point = StringProperty(verbose_name='Mount Point')
84 device = StringProperty(verbose_name="Device Name", default='/dev/sdp')
85 volume_id = StringProperty(required=True)
server.py 30 from boto.sdb.db.property import StringProperty, IntegerProperty, BooleanProperty, CalculatedProperty
160 prop = StringProperty(name='instance_type', verbose_name='Instance Type',
171 prop = StringProperty(name='zone', verbose_name='EC2 Availability Zone',
180 prop = StringProperty(name='ami', verbose_name='AMI')
199 prop = StringProperty(name='group', verbose_name='EC2 Security Group',
212 prop = StringProperty(name='keypair', verbose_name='EC2 KeyPair',
237 name = StringProperty(unique=True, verbose_name="Name")
238 description = StringProperty(verbose_name="Description")
239 region_name = StringProperty(verbose_name="EC2 Region Name")
240 instance_id = StringProperty(verbose_name="EC2 Instance ID"
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
xsrf.py 17 token = ndb.StringProperty(indexed=False)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
model.py 78 name = db.StringProperty()
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 65 class_path = db.StringProperty()
77 status = db.StringProperty(choices=(WAITING, RUN, DONE, ABORTED),
147 status = db.StringProperty(choices=(FILLED, WAITING), default=WAITING,
199 status = db.StringProperty(choices=(FIRED, WAITING), default=WAITING,
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/auth/
models.py 33 username = model.StringProperty(required=True)
34 auth_id = model.StringProperty(required=True)
35 email = model.StringProperty(required=True)
133 user = model.StringProperty(required=True, indexed=False)
134 subject = model.StringProperty(required=True)
135 token = model.StringProperty(required=True)
215 auth_ids = model.StringProperty(repeated=True)
218 password = model.StringProperty()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
test_query.py 22 from boto.sdb.db.property import ListProperty, StringProperty, ReferenceProperty, IntegerProperty
28 name = StringProperty()
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_appengine_auth_models_test.py 14 username = model.StringProperty(required=True)
15 auth_id = model.StringProperty()
16 email = model.StringProperty()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py 37 content = db.StringProperty(multiline=True)

Completed in 481 milliseconds

1 2