Home
last modified time | relevance | path

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

/build/soong/cc/
Dtest.go176 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 { func
325 type testBinary struct { struct
335 func (test *testBinary) linkerProps() []interface{} { argument
[all …]
Dcc_test.go805 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())
Dcc.go463 testBinary() bool methodSpec
1341 func (ctx *moduleContextImpl) testBinary() bool { func
1342 return ctx.mod.testBinary()
3054 func (c *Module) testBinary() bool { func
3056 testBinary() bool
3058 return test.testBinary()
Dandroidmk.go374 func (test *testBinary) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
Dsanitize.go271 if ctx.testBinary() && s.Memtag_heap == nil {