Home
last modified time | relevance | path

Searched refs:testBinary (Results 1 – 12 of 12) sorted by relevance

/build/soong/rust/
Dtest_test.go110 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())
Dbinary.go37 testBinary() bool methodSpec
180 func (binary *binaryDecorator) testBinary() bool { func
Dtest.go251 func (test *testDecorator) testBinary() bool { func
Dsanitize.go120 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
/build/soong/cc/
Dtest.go185 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 { func
216 var _ testPerSrc = (*testBinary)(nil)
335 type testBinary struct { struct
345 func (test *testBinary) linkerProps() []interface{} { argument
[all …]
Dcc_test.go304 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())
Dlto.go93 } else if ctx.testBinary() || ctx.testLibrary() {
Dcc_test_only_property_test.go104 if testModule, ok := module.installer.(*testBinary); ok {
Dcmake_snapshot.go494 case *testBinary:
504 case *testBinary:
Dcc.go494 testBinary() bool methodSpec
1528 func (ctx *moduleContextImpl) testBinary() bool { func
1529 return ctx.mod.testBinary()
3619 func (c *Module) testBinary() bool { func
3621 testBinary() bool
3623 return test.testBinary()
3925 if c.testBinary() {
Dandroidmk.go349 func (test *testBinary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
Dsanitize.go469 if ctx.testBinary() {