Searched refs:testBinary (Results 1 – 5 of 5) sorted by relevance
176 func (test *testBinary) testPerSrc() bool {180 func (test *testBinary) srcs() []string {184 func (test *testBinary) dataPaths() []android.DataPath {188 func (test *testBinary) isAllTestsVariation() bool {193 func (test *testBinary) setSrc(name, src string) {198 func (test *testBinary) unsetSrc() {203 var _ testPerSrc = (*testBinary)(nil)253 func (test *testDecorator) testBinary() bool { func325 type testBinary struct { struct335 func (test *testBinary) linkerProps() []interface{} { argument[all …]
805 testBinary := module.(*Module).linker.(*testBinary)815 if len(testBinary.dataPaths()) != 1 {816 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())821 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()856 testBinary := module.(*Module).linker.(*testBinary)864 if len(testBinary.dataPaths()) != 1 {865 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())3212 testBinary := module.(*Module).linker.(*testBinary)3220 if len(testBinary.dataPaths()) != 1 {3221 t.Errorf("expected exactly one test data file. test data files: [%s]", testBinary.dataPaths())
463 testBinary() bool methodSpec1341 func (ctx *moduleContextImpl) testBinary() bool { func1342 return ctx.mod.testBinary()3054 func (c *Module) testBinary() bool { func3056 testBinary() bool3058 return test.testBinary()
374 func (test *testBinary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
271 if ctx.testBinary() && s.Memtag_heap == nil {