Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A 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) {
/aosp_15_r20/build/soong/cc/
H A Dtest.go565 type benchmarkDecorator struct { struct
566 *binaryDecorator
567 Properties BenchmarkProperties
568 data []android.DataPath
569 testConfig android.Path
572 func (benchmark *benchmarkDecorator) benchmarkBinary() bool {
576 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {
582 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
588 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {
613 …rk *benchmarkDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {