Home
last modified time | relevance | path

Searched refs:TestFor (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/android/
H A Dapex.go235 TestFor() []string
407 func (m *ApexModuleBase) TestFor() []string { func
/aosp12/build/soong/apex/
H A Dapex.go972 if testFor := am.TestFor(); len(testFor) > 0 {
/aosp12/build/soong/cc/
H A Dcc.go3150 func (c *Module) TestFor() []string { func