Home
last modified time | relevance | path

Searched full:jobs (Results 1 – 10 of 10) sorted by relevance

/build/soong/cmd/multiproduct_kati/
Dmain.go40 var numJobs = flag.Int("j", 0, "number of parallel jobs [0=autodetect]")
242 var jobs = *numJobs
243 if jobs < 1 {
244 jobs = runtime.NumCPU() / 4
247 if ramJobs := ramGb / 30; ramGb > 0 && jobs > ramJobs {
248 jobs = ramJobs
251 if jobs < 1 {
252 jobs = 1
255 log.Verbosef("Using %d parallel jobs", jobs)
341 for i := 0; i < jobs; i++ {
/build/blueprint/.github/workflows/
Dbuild.yml9 jobs:
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto29 // Number of jobs Ninja will run in parallel.
Dfrontend.pb.go189 // Number of jobs Ninja will run in parallel.
/build/soong/android/
Ddefs.go115 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
Dsingleton.go150 // jobs to the local parallelism value
Drule_builder.go710 …// When USE_GOMA=true is set and the rule is supported by goma, allow jobs to run outside the loca…
/build/soong/ui/build/
Dconfig.go852 …is set very high (i.e. 500). Using a large value here would cause the total number of running jobs
1029 // RemoteParallel controls how many remote jobs (i.e., commands which contain
1030 // gomacc) are run in parallel. Note the parallelism of all other jobs is
/build/make/tools/releasetools/
Dpylintrc25 jobs=1
/build/soong/java/
Ddroidstubs.go406 // TODO: metalava pool rejects these jobs
458 …// This metalava run uses lots of memory, restrict the number of metalava jobs that can run in par…