Searched defs:testLibrary (Results 1 – 2 of 2) sorted by relevance
555 type testLibrary struct { struct556 *testDecorator557 *libraryDecorator560 func (test *testLibrary) testLibrary() bool { func564 func (test *testLibrary) linkerProps() []interface{} {570 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {576 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {582 func (test *testLibrary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {591 func (test *testLibrary) testSuiteInfo(ctx ModuleContext) {595 func (test *testLibrary) installerProps() []interface{} {
675 testLibrary() bool methodSpec1720 func (ctx *moduleContextImpl) testLibrary() bool { func3995 func (c *Module) testLibrary() bool { func