Home
last modified time | relevance | path

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

/build/blueprint/
Dninja_defs.go64 Pool Pool // The Ninja pool to which the rule belongs. member
121 err := nw.Pool(name)
135 Pool Pool member
144 Pool: params.Pool,
153 if r.Pool != nil && !scope.IsPoolVisible(r.Pool) {
154 return nil, fmt.Errorf("Pool %s is not visible in this scope", r.Pool)
236 if r.Pool != nil {
237 err = nw.ScopedAssign("pool", r.Pool.fullName(pkgNames))
Dlive_tracker.go28 pools map[Pool]*poolDef
36 pools: make(map[Pool]*poolDef),
105 if def.Pool != nil {
106 err = l.addPool(def.Pool)
135 func (l *liveTracker) addPool(p Pool) error {
Dscope.go37 type Pool interface { interface
60 pools map[string]Pool
69 pools: make(map[string]Pool),
172 func (s *basicScope) IsPoolVisible(pool Pool) bool {
227 func (s *basicScope) AddPool(p Pool) error {
275 func (s *localScope) IsPoolVisible(pool Pool) bool {
Dninja_writer_test.go40 ck(w.Pool("foo"))
89 ck(w.Pool("p"))
Dpackage_ctx.go65 StaticPool(name string, params PoolParams) Pool
66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool
126 var Console Pool = NewBuiltinPool("console")
478 func (p *packageContext) StaticPool(name string, params PoolParams) Pool {
536 error)) Pool {
603 func NewBuiltinPool(name string) Pool {
Dninja_writer.go94 func (n *ninjaWriter) Pool(name string) error { func
Dninja_strings.go54 IsPoolVisible(pool Pool) bool argument
Dcontext.go100 globalPools map[Pool]*poolDef
3449 pool := entity.(Pool)
/build/soong/android/
Dpackage_ctx.go88 f func(PackagePoolContext) blueprint.PoolParams) blueprint.Pool {
112 if ctx.Config().UseRemoteBuild() && params.Pool == nil {
115 params.Pool = localPool
251 params.Pool = localPool
257 params.Pool = localPool
Dsingleton.go138 if params.Pool == nil {
141 params.Pool = localPool
142 } else if params.Pool == remotePool {
146 params.Pool = nil
Drule_builder.go445 var pool blueprint.Pool
464 Pool: pool,
Dmodule.go1619 if params.Pool == nil {
1622 params.Pool = localPool
1623 } else if params.Pool == remotePool {
1627 params.Pool = nil
/build/soong/third_party/zip/
Dregister.go29 var flateWriterPool sync.Pool
67 var flateReaderPool sync.Pool
/build/make/tools/warn/
Dwarn.py53 pool = multiprocessing.Pool(num_cpu)
/build/soong/cc/
Dbuilder.go129 darwinStripPool = func() blueprint.Pool {
145 Pool: darwinStripPool,
/build/soong/zip/
Dzip.go188 compressorPool sync.Pool