Home
last modified time | relevance | path

Searched refs:PoolParams (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/
Dpackage_ctx.go65 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,
Dninja_defs.go50 type PoolParams struct { struct
101 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument
/build/soong/android/
Dpackage_ctx.go94 f func(PackagePoolContext) blueprint.PoolParams) blueprint.Pool {
96 return p.PackageContext.PoolFunc(name, func(config interface{}) (blueprint.PoolParams, error) {
/build/soong/cc/
Dbuilder.go129 return pctx.StaticPool("darwinStripPool", blueprint.PoolParams{