Searched refs:pool (Results 1 – 10 of 10) sorted by relevance
/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 | 100 output: `pool p 106 pool = p
|
D | package_ctx.go | 486 pool := &staticPool{p, name, params} 487 err = p.scope.AddPool(pool) 492 return pool 545 pool := &poolFunc{p, name, f} 546 err = p.scope.AddPool(pool) 551 return pool
|
D | ninja_strings.go | 54 IsPoolVisible(pool Pool) bool
|
D | context.go | 3442 for pool := range c.globalPools { 3443 globalPools = append(globalPools, pool) 3449 pool := entity.(Pool) 3450 name := pool.fullName(c.pkgNames) 3451 def := c.globalPools[pool]
|
/build/make/tools/warn/ |
D | warn.py | 53 pool = multiprocessing.Pool(num_cpu) 55 proc_result = pool.map(classify_warnings_fn, arg_groups[cpu])
|
/build/soong/android/ |
D | rule_builder.go | 445 var pool blueprint.Pool 450 pool = remotePool 452 pool = highmemPool 454 pool = localPool 464 Pool: pool,
|
/build/soong/ui/build/ |
D | build.go | 51 {{if .UseRemoteBuild }}pool local_pool 54 pool highmem_pool
|
/build/soong/finder/ |
D | finder.go | 582 pool chan bool member 586 return &semaphore{pool: make(chan bool, capacity)} 590 l.pool <- true 594 <-l.pool
|
/build/soong/java/ |
D | droiddoc.go | 1467 pool := ctx.Config().GetenvWithDefault("RBE_METALAVA_POOL", "metalava") 1484 Platform: map[string]string{remoteexec.PoolKey: pool},
|