Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 14 of 14) sorted by relevance

/test/vti/test_serving/gae/webapp/src/endpoint/
Dlab_info.py63 model.LabModel.owner == request.owner,
71 lab.owner = request.owner
Dlab_info_test.py62 owner=self.GetRandomString(),
112 owner=self.GetRandomString(),
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py123 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/
Dlab.component.ts97 … labMap.set(host.name, {name: host.name, owner: host.owner, admin: host.admin, hosts: [host]});
/test/vti/test_serving/gae/webapp/src/scheduler/
Ddevice_heartbeat.py74 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/
Dmodel.py107 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/
DLICENSE12 "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/
DLICENSE12 "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/
Dlab.ts20 owner: string = void 0; property in Lab
Dhost.ts18 owner: string = void 0; property in Host
Dschedule.ts61 owner: string[] = void 0; property in Schedule
/test/vts/hals/light/bullhead/
DNOTICE25 "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/
DTestLabConfigMessage.proto23 optional bytes owner = 2; field
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py88 lab.owner = "test@abc.com"