Searched defs:testLibrary (Results 1 – 2 of 2) sorted by relevance
483 type testLibrary struct { struct484 *testDecorator485 *libraryDecorator488 func (test *testLibrary) testLibrary() bool { argument492 func (test *testLibrary) linkerProps() []interface{} {498 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {504 func (test *testLibrary) linkerFlags(ctx ModuleContext, flags Flags) Flags {510 func (test *testLibrary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {519 func (test *testLibrary) installerProps() []interface{} {
523 testLibrary() bool methodSpec1530 func (ctx *moduleContextImpl) testLibrary() bool { func3571 func (c *Module) testLibrary() bool { func