/aosp_15_r20/build/soong/cmd/pom2mk/ |
H A D | pom2mk.go | 119 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 {
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/ |
H A D | test_config.ini | 23 [Dependency] section 24 apple = [ 26 orange = [orange 4.1 requires banana 3] 27 watermelon = [ 30 banana = [ 32 cherry = [cherry range(1.0, 2.0) include(2.2) exclude(1.2) requires raspberry 3.0] 33 jackfruit = [jackfruit 2.0 requires grapefruit range(1.0, 2.0) include(2.2) exclude(1.2)]
|
H A D | sample_config.ini | 20 [Dependency] section 21 python = [ 23 tensorflow = [ 25 tensorflow_gpu = [
|
/aosp_15_r20/build/soong/cmd/pom2bp/ |
H A D | pom2bp.go | 166 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 {
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/platform/default/ |
H A D | initialize.h | 31 struct Dependency { struct 32 Dependency(const char *n, Initializer *i) : name(n), initializer(i) {} in Dependency() function 40 const Dependency &dependency); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 932 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 935 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local 938 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local 941 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local 945 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 948 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local 951 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local 954 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local 1010 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
H A D | dependency.rs | 18 pub(crate) struct Dependency { struct 29 /// A collection of [Dependency]s sorted by dependency kind. argument 207 ) -> Select<BTreeSet<Dependency>> { in collect_deps_selectable()
|
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/ |
H A D | rust_project.rs | 93 pub struct Dependency { struct 96 crate_index: usize, 99 name: String,
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/factory/ |
H A D | Dependency.kt | 19 class Dependency { class
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | frame_buffer2.cc | 530 struct Dependency { in UpdateFrameInfoWithIncomingFrame() struct 531 int64_t frame_id; in UpdateFrameInfoWithIncomingFrame() 532 bool continuous; in UpdateFrameInfoWithIncomingFrame()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/cancellation/ |
H A D | CancellationComponent.java | 56 final class Dependency { class 60 Dependency(ProducerTester tester) { in Dependency() method in CancellationComponent.Dependency
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/componentdependency/ |
H A D | BoxedPrimitives.kt | 25 interface Dependency { interface
|
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | Dependency.java | 39 public final class Dependency<T> { class 45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency() method in Dependency
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/flags/ |
D | FlagDependenciesBase.java | 101 public static final class Dependency { class in FlagDependenciesBase 110 public Dependency(@org.jetbrains.annotations.NotNull() in Dependency() method in FlagDependenciesBase.Dependency
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 81 public class Dependency { class 154 public Dependency() { in Dependency() method in Dependency
|
/aosp_15_r20/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/buildinfo/ |
H A D | LibraryBuildInfo.kt | 160 class Dependency : Serializable { class in com.android.tools.metalava.buildinfo.LibraryBuildInfoFile
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | crates_io.rs | 157 impl IsAndroid for Dependency { implementation 187 impl DependencyChanges for Dependency { implementation
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
H A D | FlagDependenciesBase.kt | 73 class Dependency( class in com.android.systemui.flags.FlagDependenciesBase
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ImplicitNullChecks.cpp | 221 MachineInstr *&Dependency) { in isSafeToHoist() 427 MachineInstr *Dependency = nullptr; in analyzeBlockForNullChecks() local
|
/aosp_15_r20/build/make/tools/compliance/ |
H A D | graph.go | 135 func (e *TargetEdge) Dependency() *TargetNode { func 212 func (s TargetEdgePathSegment) Dependency() *TargetNode { func
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint_test.py | 453 class Dependency(autotrackable.AutoTrackable): class 484 class Dependency(autotrackable.AutoTrackable): class
|
/aosp_15_r20/external/auto/factory/src/it/functional/src/main/java/com/google/auto/factory/ |
H A D | Dependency.java | 18 public interface Dependency {} interface
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/factory/ |
H A D | Dependency.java | 19 final class Dependency { class
|
/aosp_15_r20/external/rust/android-crates-io/crates/errno/ |
D | README.md | 10 ## Dependency section in errno [](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml) [](https://crates.io/crates/errno)
|
/aosp_15_r20/external/capstone/suite/cstest/ |
H A D | README.md | 4 ## Dependency section in Regression testing
|