Home
last modified time | relevance | path

Searched defs:benchmarkDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dbenchmark.go46 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(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) {
/build/soong/cc/
Dtest.go546 type benchmarkDecorator struct { struct
547 *binaryDecorator
548 Properties BenchmarkProperties
549 data android.Paths
550 testConfig android.Path
553 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) {
562 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {
568 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
574 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {