Home
last modified time | relevance | path

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

/build/soong/rust/
Dbenchmark.go46 type benchmarkDecorator struct { struct
52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {
62 benchmark := &benchmarkDecorator{
88 func (benchmark *benchmarkDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument
92 func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage { argument
96 func (benchmark *benchmarkDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument
110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { argument
114 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { argument
Dandroidmk.go114 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)…
/build/soong/cc/
Dtest.go546 type benchmarkDecorator struct { struct
553 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) { argument
562 func (benchmark *benchmarkDecorator) linkerProps() []interface{} { argument
568 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
574 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { argument
594 benchmark := &benchmarkDecorator{
Dandroidmk.go352 func (benchmark *benchmarkDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Androi…