Searched refs:Pool (Results 1 – 9 of 9) sorted by relevance
/build/blueprint/ |
D | ninja_defs.go | 64 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))
|
D | live_tracker.go | 28 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 {
|
D | scope.go | 37 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 {
|
D | ninja_writer_test.go | 40 ck(w.Pool("foo")) 83 ck(w.Pool("p"))
|
D | package_ctx.go | 64 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 {
|
D | ninja_writer.go | 94 func (n *ninjaWriter) Pool(name string) error { func
|
D | ninja_strings.go | 45 IsPoolVisible(pool Pool) bool argument
|
D | context.go | 90 globalPools map[Pool]*poolDef 2631 pool := entity.(Pool)
|
/build/kati/ |
D | buf.go | 23 ebufFree = sync.Pool{ 26 wbufFree = sync.Pool{
|