Searched refs:jobs (Results 1 – 4 of 4) sorted by relevance
/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/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/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 629 …d2,platform/cts,fake_jVwu08KEQtO1kVTD-PGG_g@fakeemail.com,extract cleanup jobs from run method in … 33331 …2Tg6eR0eRhaA3PKbd8Q@fakeemail.com,Remove the Deletion Helper and Automatic Storage Management jobs. 34178 …/Settings,fake_fblvbNR2Tv-553Q0CtWj_A@fakeemail.com,Add # of active print jobs back to print setti… 66637 …mesa3d,fake_5V5sNjLdSomQX3BcYTcV5w@fakeemail.com,st/va: force to submit two consecutive single jobs 66718 …al/mesa3d,fake_CrVVXYJKTqGti4YhqzuZhA@fakeemail.com,vc4: Allow submitting jobs with no bin CL in v… 69121 …XYJKTqGti4YhqzuZhA@fakeemail.com,vc4: Separate out a bit of code for submitting jobs to the kernel. 75456 …t,fake_Wko3GLcGSmetOhp4R2FP_A@fakeemail.com,[autotest] Only abort lucifer jobs for the current dro… 75560 …e__4bZ3GzQTB-Z6WX2D3fZ0Q@fakeemail.com,autotest: Make suite_report handle jobs without start or fi… 76320 …I93y2_JsSWqw_TN_Xf0omA@fakeemail.com,"Revert ""[autotest] Delete support for parameterized jobs.""" 76425 …ternal/autotest,fake_MVAfLSquSESsj1JU7-IqJQ@fakeemail.com,vm_tests: Fetch jobs from afe added mids… [all …]
|