Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 16 of 16) sorted by relevance

/build/make/tools/warn/
Dwarn.py55 pool = multiprocessing.Pool(num_cpu)
57 proc_result = pool.map(classify_warnings_fn, arg_groups[cpu])
/build/blueprint/
Dscope.go172 func (s *basicScope) IsPoolVisible(pool Pool) bool {
173 _, isBuiltin := pool.(*builtinPool)
178 name := pool.name()
181 if s.pools[name] == pool {
186 if import_.pools[name] == pool {
275 func (s *localScope) IsPoolVisible(pool Pool) bool {
276 return s.scope.IsPoolVisible(pool)
Dninja_writer_test.go118 output: `pool p
124 pool = p
Dpackage_ctx.go518 pool := &staticPool{
523 err = p.scope.AddPool(pool)
528 return pool
581 pool := &poolFunc{
586 err = p.scope.AddPool(pool)
591 return pool
Dninja_strings.go65 IsPoolVisible(pool Pool) bool
Dcontext.go4369 for pool := range c.globalPools {
4370 globalPools = append(globalPools, pool)
4377 for _, pool := range globalPools {
4378 name := c.nameTracker.Pool(pool)
4379 def := c.globalPools[pool]
/build/make/tools/canoninja/
DREADME.md31 pool local_pool
56 pool local_pool
97 pool local_pool
122 pool local_pool
/build/soong/ui/build/
Dbuild.go93 {{if .UseRemoteBuild }}pool local_pool
96 pool highmem_pool
/build/soong/docs/
Drbe.md8 build actions through a worker pool sharing a central cache of build results.
Dnative_code_coverage.md49 * The `20` in`%20m` creates a pool of 20 profraw files and "online" profile
50 merging is used to merge coverage to profiles onto this pool.
/build/soong/android/
Drule_builder.go713 var pool blueprint.Pool
718 pool = remotePool
720 pool = highmemPool
722 pool = localPool
736 Pool: pool,
/build/blueprint/bootstrap/
Dbootstrap.go779 pool := ""
781 pool = "console"
802 "pool": pool,
/build/soong/finder/
Dfinder.go589 pool chan bool member
593 return &semaphore{pool: make(chan bool, capacity)}
597 l.pool <- true
601 <-l.pool
/build/soong/java/
Dlint.go420 pool := ctx.Config().GetenvWithDefault("RBE_LINT_POOL", "java16")
426 Platform: map[string]string{remoteexec.PoolKey: pool},
Ddroidstubs.go771 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16")
776 Platform: map[string]string{remoteexec.PoolKey: pool},
Djava.go2046 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16")
2051 Platform: map[string]string{remoteexec.PoolKey: pool},