Searched refs:pool (Results 1 – 16 of 16) sorted by relevance
/build/make/tools/warn/ |
D | warn.py | 55 pool = multiprocessing.Pool(num_cpu) 57 proc_result = pool.map(classify_warnings_fn, arg_groups[cpu])
|
/build/blueprint/ |
D | scope.go | 172 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)
|
D | ninja_writer_test.go | 118 output: `pool p 124 pool = p
|
D | package_ctx.go | 518 pool := &staticPool{ 523 err = p.scope.AddPool(pool) 528 return pool 581 pool := &poolFunc{ 586 err = p.scope.AddPool(pool) 591 return pool
|
D | ninja_strings.go | 65 IsPoolVisible(pool Pool) bool
|
D | context.go | 4369 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/ |
D | README.md | 31 pool local_pool 56 pool local_pool 97 pool local_pool 122 pool local_pool
|
/build/soong/ui/build/ |
D | build.go | 93 {{if .UseRemoteBuild }}pool local_pool 96 pool highmem_pool
|
/build/soong/docs/ |
D | rbe.md | 8 build actions through a worker pool sharing a central cache of build results.
|
D | native_code_coverage.md | 49 * 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/ |
D | rule_builder.go | 713 var pool blueprint.Pool 718 pool = remotePool 720 pool = highmemPool 722 pool = localPool 736 Pool: pool,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 779 pool := "" 781 pool = "console" 802 "pool": pool,
|
/build/soong/finder/ |
D | finder.go | 589 pool chan bool member 593 return &semaphore{pool: make(chan bool, capacity)} 597 l.pool <- true 601 <-l.pool
|
/build/soong/java/ |
D | lint.go | 420 pool := ctx.Config().GetenvWithDefault("RBE_LINT_POOL", "java16") 426 Platform: map[string]string{remoteexec.PoolKey: pool},
|
D | droidstubs.go | 771 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16") 776 Platform: map[string]string{remoteexec.PoolKey: pool},
|
D | java.go | 2046 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "java16") 2051 Platform: map[string]string{remoteexec.PoolKey: pool},
|