Home
last modified time | relevance | path

Searched refs:testDecorator (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/rust/
H A Dtest.go67 type testDecorator struct { struct
75 func (test *testDecorator) dataPaths() []android.DataPath {
79 func (test *testDecorator) nativeCoverage() bool {
83 func (test *testDecorator) testHarness() bool {
87 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
97 test := &testDecorator{
107 func (test *testDecorator) compilerProps() []interface{} {
111 func (test *testDecorator) install(ctx ModuleContext) {
138 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
169 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage {
[all …]
H A Dtest_test.go39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
H A Dproject_json.go210 case *testDecorator:
H A Dandroidmk.go97 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
/aosp12/build/soong/cc/
H A Dtest.go244 type testDecorator struct { struct
249 func (test *testDecorator) gtest() bool {
253 func (test *testDecorator) testBinary() bool {
326 testDecorator anonMember
347 deps = test.testDecorator.linkerDeps(ctx, deps)
355 flags = test.testDecorator.linkerFlags(ctx, flags)
405 if Bool(test.testDecorator.Properties.Isolated) {
468 testDecorator: testDecorator{
481 testDecorator anonMember
495 deps = test.testDecorator.linkerDeps(ctx, deps)
[all …]
/aosp12/build/soong/python/
H A Dtest.go59 type testDecorator struct { struct
69 func (test *testDecorator) bootstrapperProps() []interface{} {
73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
104 test := &testDecorator{binaryDecorator: binary}
H A Dandroidmk.go58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {