Lines Matching defs:ShTest
199 type ShTest struct { struct
200 ShBinary
202 testProperties TestProperties
204 installDir android.InstallPath
206 data []android.DataPath
207 testConfig android.Path
208 extraTestConfigs android.Paths
210 dataModules map[string]android.Path
402 func (s *ShTest) DepsMutator(ctx android.BottomUpMutatorContext) {
430 func (s *ShTest) addToDataModules(ctx android.ModuleContext, relPath string, path android.Path) {
440 func (s *ShTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {
591 func (s *ShTest) InstallInData() bool {
595 func (s *ShTest) AndroidMkEntries() []android.AndroidMkEntries {