Home
last modified time | relevance | path

Searched refs:jobIds (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java304 private void finishShowCompletionPercentage(JSONArray jobIds) { in finishShowCompletionPercentage() argument
305 final int jobCount = jobIds.size(); in finishShowCompletionPercentage()
311 args.put("job__id__in", jobIds); in finishShowCompletionPercentage()
/external/perfetto/infra/ci/frontend/static/
Dscript.js475 createJobsTable: function (vnode, title, jobIds) { argument
528 m('tbody', jobIds.map(makeJobRow))