Lines Matching defs:ShTest
186 type ShTest struct { struct
187 ShBinary
189 testProperties TestProperties
191 installDir android.InstallPath
193 data []android.DataPath
194 testConfig android.Path
195 extraTestConfigs android.Paths
197 dataModules map[string]android.Path
383 func (s *ShTest) DepsMutator(ctx android.BottomUpMutatorContext) {
411 func (s *ShTest) addToDataModules(ctx android.ModuleContext, relPath string, path android.Path) {
421 func (s *ShTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {
542 func (s *ShTest) InstallInData() bool {
546 func (s *ShTest) AndroidMkEntries() []android.AndroidMkEntries {