Searched refs:testBinary (Results 1 – 12 of 12) sorted by relevance
110 testBinary := module.(*Module).compiler.(*testDecorator)118 if len(testBinary.dataPaths()) != 2 {119 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths())123 dataLibraryPath := testBinary.dataPaths()[0].SrcPath.String()124 dataBinaryPath := testBinary.dataPaths()[1].SrcPath.String()172 testBinary := module.(*Module).compiler.(*testDecorator)180 if len(testBinary.dataPaths()) != 3 {181 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths())
37 testBinary() bool methodSpec180 func (binary *binaryDecorator) testBinary() bool { func
251 func (test *testDecorator) testBinary() bool { func
120 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
185 func (test *testBinary) testPerSrc() bool {189 func (test *testBinary) srcs() []string {193 func (test *testBinary) dataPaths() []android.DataPath {197 func (test *testBinary) isAllTestsVariation() bool {202 func (test *testBinary) setSrc(name, src string) {207 func (test *testBinary) unsetSrc() {212 func (test *testBinary) testBinary() bool { func216 var _ testPerSrc = (*testBinary)(nil)335 type testBinary struct { struct345 func (test *testBinary) linkerProps() []interface{} { argument[all …]
304 testBinary := module.(*Module).linker.(*testBinary)314 if len(testBinary.dataPaths()) != 1 {315 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())320 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()360 testBinary := module.(*Module).linker.(*testBinary)368 if len(testBinary.dataPaths()) != 2 {369 t.Fatalf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())1411 testBinary := module.(*Module).linker.(*testBinary)1419 if len(testBinary.dataPaths()) != 1 {1420 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())
93 } else if ctx.testBinary() || ctx.testLibrary() {
104 if testModule, ok := module.installer.(*testBinary); ok {
494 case *testBinary:504 case *testBinary:
494 testBinary() bool methodSpec1528 func (ctx *moduleContextImpl) testBinary() bool { func1529 return ctx.mod.testBinary()3619 func (c *Module) testBinary() bool { func3621 testBinary() bool3623 return test.testBinary()3925 if c.testBinary() {
349 func (test *testBinary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
469 if ctx.testBinary() {