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
466 params PoolParams
478 func (p *packageContext) StaticPool(name string, params PoolParams) Pool {
522 paramsFunc func(interface{}) (PoolParams, error)
535 func (p *packageContext) PoolFunc(name string, f func(interface{}) (PoolParams,
Dninja_defs.go50 type PoolParams struct { struct
102 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument
/build/soong/android/
Dpackage_ctx.go88 f func(PackagePoolContext) blueprint.PoolParams) blueprint.Pool {
90 return p.PackageContext.PoolFunc(name, func(config interface{}) (blueprint.PoolParams, error) {
/build/soong/cc/
Dbuilder.go131 return pctx.StaticPool("darwinStripPool", blueprint.PoolParams{