Home
last modified time | relevance | path

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

/build/blueprint/
Dninja_defs.go64 Pool Pool // The Ninja pool to which the rule belongs. member
115 err := nw.Pool(name)
128 Pool Pool member
137 Pool: params.Pool,
146 if r.Pool != nil && !scope.IsPoolVisible(r.Pool) {
147 return nil, fmt.Errorf("Pool %s is not visible in this scope", r.Pool)
224 if r.Pool != nil {
225 err = nw.ScopedAssign("pool", r.Pool.fullName(pkgNames))
Dlive_tracker.go28 pools map[Pool]*poolDef
36 pools: make(map[Pool]*poolDef),
93 if def.Pool != nil {
94 err = l.addPool(def.Pool)
118 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"))
83 ck(w.Pool("p"))
Dpackage_ctx.go64 StaticPool(name string, params PoolParams) Pool
65 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool
127 var Console Pool = &builtinPool{
487 func (p *packageContext) StaticPool(name string, params PoolParams) Pool {
545 error)) Pool {
Dninja_writer.go94 func (n *ninjaWriter) Pool(name string) error { func
Dninja_strings.go45 IsPoolVisible(pool Pool) bool argument
Dcontext.go90 globalPools map[Pool]*poolDef
2631 pool := entity.(Pool)
/build/kati/
Dbuf.go23 ebufFree = sync.Pool{
26 wbufFree = sync.Pool{