Lines Matching defs:benchmarkDecorator
46 type benchmarkDecorator struct { struct
47 *binaryDecorator
48 Properties BenchmarkProperties
49 testConfig android.Path
88 func (benchmark *benchmarkDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
92 func (benchmark *benchmarkDecorator) stdLinkage(device bool) RustLinkage {
96 func (benchmark *benchmarkDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} {
114 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) {
134 …rk *benchmarkDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {