Searched refs:Team (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/team_proto/ |
D | team.pb.go | 34 type Team struct { struct 58 func (x *Team) Reset() { argument 59 *x = Team{} 67 func (x *Team) String() string { argument 71 func (*Team) ProtoMessage() {} argument 73 func (x *Team) ProtoReflect() protoreflect.Message { argument 86 func (*Team) Descriptor() ([]byte, []int) { argument 90 func (x *Team) GetTargetName() string { argument 97 func (x *Team) GetPath() string { argument 104 func (x *Team) GetTrendyTeamId() string { argument [all …]
|
D | team.proto | 16 message Team { message 25 // REQUIRED: Team ID of the team that owns this target. 43 repeated Team teams = 1;
|
/build/soong/android/ |
D | team_test.go | 65 AssertStringEquals(t, "msg", m.Module().base().Team(), "someteam") 67 AssertStringEquals(t, "msg", m.Module().base().Team(), "team2")
|
D | all_teams.go | 117 teamName: module.base().Team(), 144 teamsProto := make([]*team_proto.Team, len(t.teams_for_mods)) 161 teamData := new(team_proto.Team) 162 *teamData = team_proto.Team{
|
D | module.go | 537 Team *string `android:"path"` member 1034 if m.Team() != "" { 1035 ctx.AddDependency(ctx.Module(), teamDepTag, m.Team()) 1581 func (m *ModuleBase) Team() string { func 1582 return String(m.commonProperties.Team)
|
/build/soong/testing/test_spec_proto/ |
D | test_spec.proto | 27 // REQUIRED: Team ID of the team that owns this target.
|
/build/soong/testing/code_metadata_proto/ |
D | code_metadata.proto | 27 // REQUIRED: Team ID of the team that owns this target.
|
/build/soong/testing/code_metadata_internal_proto/ |
D | code_metadata_internal.proto | 27 // REQUIRED: Team ID of the team that owns this target.
|