Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/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"`
131 func (d Dependency) MkName() string {
/aosp_15_r20/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
H A Dtest_config.ini23 [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 Dsample_config.ini20 [Dependency] section
21 python = [
23 tensorflow = [
25 tensorflow_gpu = [
/aosp_15_r20/build/soong/cmd/pom2bp/
H A 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 {
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/platform/default/
H A Dinitialize.h31 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 DDwarfCompileUnit.cpp932 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 Ddependency.rs18 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 Drust_project.rs93 pub struct Dependency { struct
96 crate_index: usize,
99 name: String,
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/factory/
H A DDependency.kt19 class Dependency { class
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_buffer2.cc530 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 DCancellationComponent.java56 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 DBoxedPrimitives.kt25 interface Dependency { interface
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DDependency.java39 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/
DFlagDependenciesBase.java101 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 DDependency.java81 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 DLibraryBuildInfo.kt160 class Dependency : Serializable { class in com.android.tools.metalava.buildinfo.LibraryBuildInfoFile
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dcrates_io.rs157 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 DFlagDependenciesBase.kt73 class Dependency( class in com.android.systemui.flags.FlagDependenciesBase
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp221 MachineInstr *&Dependency) { in isSafeToHoist()
427 MachineInstr *Dependency = nullptr; in analyzeBlockForNullChecks() local
/aosp_15_r20/build/make/tools/compliance/
H A Dgraph.go135 func (e *TargetEdge) Dependency() *TargetNode { func
212 func (s TargetEdgePathSegment) Dependency() *TargetNode { func
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint_test.py453 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 DDependency.java18 public interface Dependency {} interface
/aosp_15_r20/external/dagger2/javatests/dagger/functional/factory/
H A DDependency.java19 final class Dependency { class
/aosp_15_r20/external/rust/android-crates-io/crates/errno/
DREADME.md10 ## Dependency section in errno [![CI](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml/badge.svg)](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml) [![Cargo](https://img.shields.io/crates/v/errno.svg)](https://crates.io/crates/errno)
/aosp_15_r20/external/capstone/suite/cstest/
H A DREADME.md4 ## Dependency section in Regression testing

12345678910