Searched defs:benchmarkDecorator (Results 1 – 2 of 2) sorted by relevance
46 type benchmarkDecorator struct { struct47 *binaryDecorator48 Properties BenchmarkProperties49 testConfig android.Path88 func (benchmark *benchmarkDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) 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) {
575 type benchmarkDecorator struct { struct576 *binaryDecorator577 Properties BenchmarkProperties578 data android.Paths579 testConfig android.Path582 func (benchmark *benchmarkDecorator) benchmarkBinary() bool {586 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {592 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {598 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {