Searched refs:PoolParams (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/ |
D | package_ctx.go | 65 StaticPool(name string, params PoolParams) Pool argument 66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool argument 465 params PoolParams 477 func (p *packageContext) StaticPool(name string, params PoolParams) Pool { 521 paramsFunc func(interface{}) (PoolParams, error) 534 func (p *packageContext) PoolFunc(name string, f func(interface{}) (PoolParams,
|
D | ninja_defs.go | 50 type PoolParams struct { struct 101 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument
|
/build/soong/android/ |
D | package_ctx.go | 94 f func(PackagePoolContext) blueprint.PoolParams) blueprint.Pool { 96 return p.PackageContext.PoolFunc(name, func(config interface{}) (blueprint.PoolParams, error) {
|
/build/soong/cc/ |
D | builder.go | 129 return pctx.StaticPool("darwinStripPool", blueprint.PoolParams{
|