Lines Matching defs:benchmarkDecorator
641 type benchmarkDecorator struct { struct
642 *binaryDecorator
643 Properties BenchmarkProperties
644 data []android.DataPath
645 testConfig android.Path
648 func (benchmark *benchmarkDecorator) benchmarkBinary() bool {
652 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {
658 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
664 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {
689 …rk *benchmarkDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
712 func (benchmark *benchmarkDecorator) testSuiteInfo(ctx ModuleContext) {