Home
last modified time | relevance | path

Searched refs:Team (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/team_proto/
Dteam.pb.go34 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 …]
Dteam.proto16 message Team { message
25 // REQUIRED: Team ID of the team that owns this target.
43 repeated Team teams = 1;
/build/soong/android/
Dteam_test.go65 AssertStringEquals(t, "msg", m.Module().base().Team(), "someteam")
67 AssertStringEquals(t, "msg", m.Module().base().Team(), "team2")
Dall_teams.go117 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{
Dmodule.go537 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/
Dtest_spec.proto27 // REQUIRED: Team ID of the team that owns this target.
/build/soong/testing/code_metadata_proto/
Dcode_metadata.proto27 // REQUIRED: Team ID of the team that owns this target.
/build/soong/testing/code_metadata_internal_proto/
Dcode_metadata_internal.proto27 // REQUIRED: Team ID of the team that owns this target.