Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go376 type benchmarkDecorator struct { struct
377 *binaryDecorator
378 Properties BenchmarkProperties
379 data android.Paths
380 testConfig android.Path
383 func (benchmark *benchmarkDecorator) linkerInit(ctx BaseModuleContext) {
392 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {
398 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
404 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {