Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 15 of 15) sorted by relevance

/test/vti/test_serving/gae/webapp/src/
Dvtslab_status.py124 def GetPriorityValue(priority): argument
133 if priority:
134 priority = priority.lower()
135 if priority in JOB_PRIORITY_DICT:
136 return JOB_PRIORITY_DICT[priority]
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py58 job.priority = schedule.priority
96 ((parent_schedule.priority == job.priority) and
131 job.priority = schedule.priority
169 ((parent_schedule.priority == job.priority) and
Dindexing.py112 model.ScheduleModel.priority == entity.priority,
175 entity.priority)
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker_test.py96 priority="high",
103 priority="medium",
136 priority="high")
145 priority="medium")
217 priority="low",
224 priority="high",
231 priority="medium",
238 priority="high",
Dschedule_worker.py218 x.priority_value) else Status.GetPriorityValue(x.priority))
248 Status.GetPriorityValue(schedule.priority))
293 new_job.priority = schedule.priority
386 schedule.priority)
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py137 priority="medium", argument
193 schedule.priority = priority
194 schedule.priority_value = Status.GetPriorityValue(schedule.priority)
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info.py102 schedule.priority_value = Status.GetPriorityValue(schedule.priority)
203 schedule.priority = request.priority
Dschedule_info_test.py51 priority="high",
96 priority="high",
Djob_queue.py54 key=lambda x: (Status.GetPriorityValue(x.priority), x.timestamp))
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto27 // Scheduling priority (e.g., top, high, medium, low)
28 optional bytes priority = 3; field
DTestScheduleConfigMessage.proto67 optional bytes priority = 3; field
/test/vti/test_serving/gae/frontend/src/app/model/
Djob.ts20 priority: string = void 0; property in Job
Dschedule.ts45 priority: string = void 0; property in Schedule
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py86 priority = ndb.StringProperty() variable in ScheduleModel
148 priority = messages.StringField(5) variable in ScheduleInfoMessage
255 priority = ndb.StringProperty() variable in JobModel
312 priority = messages.StringField(2) variable in JobMessage
/test/mlts/benchmark/results/
DChart.bundle.min.js10 …{var e=[];for(var i in t)e.push({unit:i,priority:Y[i]});return e.sort(function(t,e){return t.prior… property