Lines Matching defs:Objects
443 type Objects struct { struct
444 objFiles android.Paths
445 tidyFiles android.Paths
446 tidyDepFiles android.Paths // link dependent .tidy files
447 coverageFiles android.Paths
448 sAbiDumpFiles android.Paths
449 kytheFiles android.Paths
452 func (a Objects) Copy() Objects {
463 func (a Objects) Append(b Objects) Objects {
865 stubObjs Objects, ccFlags Flags) {
1199 inputs Objects, baseName string) android.OptionalPath {