Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/pom2mk/
H A 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"`
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go162 type Dependency struct { struct
163 XMLName xml.Name `xml:"dependency"`
165 BpTarget string `xml:"-"`
167 GroupId string `xml:"groupId"`
168 ArtifactId string `xml:"artifactId"`
169 Version string `xml:"version"`
170 Type string `xml:"type"`
171 Scope string `xml:"scope"`
/aosp12/build/make/tools/
H A Dparsedeps.py9 class Dependency: class
H A Djava-layers.py37 class Dependency: class
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java166 public class Dependency { class
375 public Dependency() { in Dependency() method in Dependency
/aosp12/art/compiler/optimizing/
H A Dparallel_move_test.cc183 TYPED_TEST(ParallelMoveTest, Dependency) { in TYPED_TEST() argument