Home
last modified time | relevance | path

Searched refs:GetPriorityValue (Results 1 – 6 of 6) sorted by relevance

/test/vti/test_serving/gae/webapp/src/
Dvtslab_status.py124 def GetPriorityValue(priority): function
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py218 x.priority_value) else Status.GetPriorityValue(x.priority))
248 Status.GetPriorityValue(schedule.priority))
385 schedule.priority_value = Status.GetPriorityValue(
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing.py174 entity.priority_value = Status.GetPriorityValue(
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info.py102 schedule.priority_value = Status.GetPriorityValue(schedule.priority)
Djob_queue.py54 key=lambda x: (Status.GetPriorityValue(x.priority), x.timestamp))
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py194 schedule.priority_value = Status.GetPriorityValue(schedule.priority)