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(device bool) 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) {
[all …]
/build/soong/cc/
Dtest.go641 type benchmarkDecorator struct { struct
642 *binaryDecorator
643 Properties BenchmarkProperties
644 data []android.DataPath
645 testConfig android.Path
648 func (benchmark *benchmarkDecorator) benchmarkBinary() bool {
652 func (benchmark *benchmarkDecorator) linkerProps() []interface{} {
658 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
664 func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {
689 …rk *benchmarkDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
[all …]