Home
last modified time | relevance | path

Searched refs:benchmarkDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dtest.go507 type benchmarkDecorator struct { struct
514 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { argument
523 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { argument
529 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
535 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { argument
555 benchmark := &benchmarkDecorator{
Dandroidmk.go348 func (benchmark *benchmarkDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Androi…