Searched refs:testBinary (Results 1 – 3 of 3) sorted by relevance
160 func (test *testBinary) testPerSrc() bool {164 func (test *testBinary) srcs() []string {168 func (test *testBinary) dataPaths() []android.DataPath {172 func (test *testBinary) isAllTestsVariation() bool {177 func (test *testBinary) setSrc(name, src string) {182 func (test *testBinary) unsetSrc() {187 var _ testPerSrc = (*testBinary)(nil)308 type testBinary struct { struct317 func (test *testBinary) linkerProps() []interface{} { argument323 func (test *testBinary) linkerInit(ctx BaseModuleContext) { argument[all …]
551 testBinary := module.(*Module).linker.(*testBinary)561 if len(testBinary.dataPaths()) != 1 {562 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())567 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()602 testBinary := module.(*Module).linker.(*testBinary)610 if len(testBinary.dataPaths()) != 1 {611 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())2991 testBinary := module.(*Module).linker.(*testBinary)2999 if len(testBinary.dataPaths()) != 1 {3000 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())
371 func (test *testBinary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {