Searched refs:jobs (Results 1 – 7 of 7) sorted by relevance
/development/tools/otagui/src/views/ |
D | JobList.vue | 3 v-if="jobs" 4 :jobs="jobs" 25 jobs: null, 35 this.jobs = response.data;
|
/development/tools/otagui/src/components/ |
D | OTAJobTable.vue | 23 jobs: { 87 return this.jobs.length 91 jobs: { 93 this.rows = TableSort(this.jobs, this.sortable.order, this.sortable.sort, 0, 10) 99 this.rows = TableSort(this.jobs, this.sortable.order, this.sortable.sort, 0, 10) 106 this.rows = TableSort(this.jobs, order, sort, offset, limit)
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | MediaContentJob.java | 63 List<JobInfo> jobs = js.getAllPendingJobs(); in isScheduled() local 64 if (jobs == null) { in isScheduled() 67 for (int i=0; i<jobs.size(); i++) { in isScheduled() 68 if (jobs.get(i).getId() == JobIds.MEDIA_CONTENT_JOB) { in isScheduled()
|
D | PhotosContentJob.java | 97 List<JobInfo> jobs = js.getAllPendingJobs(); in isScheduled() local 98 if (jobs == null) { in isScheduled() 101 for (int i=0; i<jobs.size(); i++) { in isScheduled() 102 if (jobs.get(i).getId() == JobIds.PHOTOS_CONTENT_JOB) { in isScheduled()
|
/development/tools/otagui/ |
D | web_server.py | 67 statuses = jobs.get_status() 75 status = jobs.get_status_by_ID(id=id) 116 jobs.ota_generate(post_data, id=str(self.path[5:])) 202 jobs = ProcessesManagement(otatools_dir=EXTRACT_DIR) variable
|
/development/tools/repo_diff/ |
D | README.md | 21 # Adjust the number of parallel jobs to your needs 22 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8 29 # Adjust the number of parallel jobs to your needs 30 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8
|
/development/tools/winscope/src/test/fixtures/traces/ |
D | eventlog.winscope | 171 1681207051.697259592 1000 1654 1694 I commit_sys_config_file: [jobs,2]
|