Home
last modified time | relevance | path

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

/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py404 has_next = messages.BooleanField(2) variable in BuildResponseMessage
410 has_next = messages.BooleanField(2) variable in DeviceResponseMessage
416 has_next = messages.BooleanField(2) variable in JobResponseMessage
422 has_next = messages.BooleanField(2) variable in LabResponseMessage
428 has_next = messages.BooleanField(2) variable in ScheduleResponseMessage
/test/vti/test_serving/gae/frontend/src/app/model/
Dbuild_wrapper.ts20 has_next: boolean; property
Ddevice_wrapper.ts20 has_next: boolean; property
Djob_wrapper.ts20 has_next: boolean; property
Dhost_wrapper.ts22 has_next: boolean; property
Dschedule_wrapper.ts20 has_next: boolean; property
/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.component.ts84 if (response.has_next) {
/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.ts95 if (response.has_next) {
/test/vti/test_serving/gae/webapp/src/endpoint/
Dbuild_info.py81 return model.BuildResponseMessage(builds=return_list, has_next=more)
Dhost_info.py119 return model.DeviceResponseMessage(devices=return_list, has_next=more)
Dlab_info.py167 return model.LabResponseMessage(labs=return_list, has_next=more)
Dschedule_info.py123 schedules=return_list, has_next=more)
Djob_queue.py192 return model.JobResponseMessage(jobs=return_list, has_next=more)
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts98 if (response.has_next) {
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts127 if (response.has_next) {