/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | lab_info.py | 63 model.LabModel.owner == request.owner, 71 lab.owner = request.owner
|
D | lab_info_test.py | 62 owner=self.GetRandomString(), 112 owner=self.GetRandomString(),
|
/test/vti/test_serving/gae/webapp/src/utils/ |
D | email_util.py | 123 if lab.owner not in labs_to_alert[lab.name]["_recipients"]: 124 labs_to_alert[lab.name]["_recipients"].append(lab.owner) 215 if lab.owner not in recipients: 216 recipients.append(lab.owner)
|
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.component.ts | 97 … labMap.set(host.name, {name: host.name, owner: host.owner, admin: host.admin, hosts: [host]});
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | device_heartbeat.py | 74 if lab.owner not in labs_to_alert[lab.name]["_recipients"]: 75 labs_to_alert[lab.name]["_recipients"].append(lab.owner)
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 107 owner = ndb.StringProperty(repeated=True) variable in ScheduleModel 164 owner = messages.StringField(35, repeated=True) variable in ScheduleInfoMessage 174 owner = ndb.StringProperty() variable in LabModel 205 owner = messages.StringField(2) variable in LabInfoMessage 213 owner = messages.StringField(2) variable in LabMessage
|
/test/mlts/benchmark/ |
D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright [yyyy] [name of copyright owner]
|
/test/mlts/models/ |
D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright [yyyy] [name of copyright owner]
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | lab.ts | 20 owner: string = void 0; property in Lab
|
D | host.ts | 18 owner: string = void 0; property in Host
|
D | schedule.ts | 61 owner: string[] = void 0; property in Schedule
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 26 the copyright owner that is granting the License. 64 submitted to Licensor for inclusion in the Work by the copyright owner 66 the copyright owner. For the purposes of this definition, "submitted" 73 designated in writing by the copyright owner as "Not a Contribution."
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 23 optional bytes owner = 2; field
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 88 lab.owner = "test@abc.com"
|