Searched refs:benchmarkDecorator (Results 1 – 2 of 2) sorted by relevance
507 type benchmarkDecorator struct { struct514 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { argument523 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { argument529 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument535 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { argument555 benchmark := &benchmarkDecorator{
348 func (benchmark *benchmarkDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Androi…