Searched refs:benchmarkDecorator (Results 1 – 4 of 4) sorted by relevance
46 type benchmarkDecorator struct { struct52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {62 benchmark := &benchmarkDecorator{88 func (benchmark *benchmarkDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage { argument96 func (benchmark *benchmarkDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { argument114 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { argument
114 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)…
546 type benchmarkDecorator struct { struct553 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { argument562 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { argument568 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument574 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { argument594 benchmark := &benchmarkDecorator{
352 func (benchmark *benchmarkDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Androi…