Home
last modified time | relevance | path

Searched refs:team_proto (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dall_teams.go143 func (t *allTeamsSingleton) lookupTeamForAllModules() *team_proto.AllTeams {
144 teamsProto := make([]*team_proto.Team, len(t.teams_for_mods))
161 teamData := new(team_proto.Team)
162 *teamData = team_proto.Team{
176 return &team_proto.AllTeams{Teams: teamsProto}
Dall_teams_test.go89 var teams *team_proto.AllTeams
132 func getTeamProtoOutput(t *testing.T, ctx *TestResult) *team_proto.AllTeams {
133 teams := new(team_proto.AllTeams)
247 var teams *team_proto.AllTeams
/build/soong/android/team_proto/
Dteam.proto13 package team_proto; package
14 option go_package = "android/soong/android/team_proto";
DAndroid.bp21 pkgPath: "android/soong/android/team_proto",
Dteam.pb.go18 package team_proto package
/build/soong/cc/
Dcc_test_only_property_test.go148 var teams *team_proto.AllTeams
206 func getTeamProtoOutput(t *testing.T, ctx *android.TestResult) *team_proto.AllTeams {
207 teams := new(team_proto.AllTeams)