Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 3 of 3) sorted by relevance

/build/soong/cmd/pom2mk/
Dpom2mk.go119 type Dependency struct { struct
120 XMLName xml.Name `xml:"dependency"`
122 MakeTarget string `xml:"-"`
124 GroupId string `xml:"groupId"`
125 ArtifactId string `xml:"artifactId"`
126 Version string `xml:"version"`
127 Type string `xml:"type"`
128 Scope string `xml:"scope"`
131 func (d Dependency) MkName() string {
/build/soong/cmd/pom2bp/
Dpom2bp.go166 type Dependency struct { struct
167 XMLName xml.Name `xml:"dependency"`
169 BpTarget string `xml:"-"`
170 BazelTarget string `xml:"-"`
172 GroupId string `xml:"groupId"`
173 ArtifactId string `xml:"artifactId"`
174 Version string `xml:"version"`
175 Type string `xml:"type"`
176 Scope string `xml:"scope"`
179 func (d Dependency) BpName() string {
/build/make/tools/compliance/
Dgraph.go135 func (e *TargetEdge) Dependency() *TargetNode { func
212 func (s TargetEdgePathSegment) Dependency() *TargetNode { func