/build/make/tools/ |
parsedeps.py | 9 class Dependency: 29 t = Dependency(tgt) 33 p = Dependency(prereq) 41 t = Dependency(tgt)
|
java-layers.py | 30 sys.stderr.write(" listed in the dependency file.\n") 37 class Dependency: 59 sys.stderr.write("%s:%d: Circular dependency found:\n" 62 sys.stderr.write("%s:%d: Dependency: %s\n" 150 deps[lower] = Dependency(filename, n, lower, top, lowlevel, legacy) 157 sys.stderr.write(("%s:%d: Can't add dependency to top level package " 161 dep = Dependency(filename, n, lower, False, False, False) 225 sys.stderr.write(("%s: Error: Package does not appear in dependency file: " 250 sys.stderr.write("%s: Using this file as dependency file.\n" % argv[1])
|
/external/tensorflow/tensorflow/stream_executor/platform/default/ |
initialize.h | 31 struct Dependency { 32 Dependency(const char *n, Initializer *i) : name(n), initializer(i) {} 40 const Dependency &dependency);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
MultiThread.h | 57 BUILD_ITEM *Dependency;
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
DeprecatedAnnotationEngineApiTest.java | 30 @Mock Dependency mock; 34 Dependency dependency; field in class:DeprecatedAnnotationEngineApiTest.Tested 35 public void setDependency(Dependency dependency) { 36 this.dependency = dependency; 40 class Dependency {} 54 assertNotNull(test.tested.dependency); 55 assertSame(test.mock, test.tested.dependency); [all...] |
/external/guice/core/src/com/google/inject/spi/ |
Dependency.java | 32 * <p>Use {@link #get} to build a freestanding dependency, or {@link InjectionPoint} to build one 39 public final class Dependency<T> { 45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { 53 * Returns a new dependency that is not attached to an injection point. The returned dependency is 56 public static <T> Dependency<T> get(Key<T> key) { 57 return new Dependency<T>(null, MoreTypes.canonicalizeKey(key), true, -1); 61 public static Set<Dependency<?>> forInjectionPoints(Set<InjectionPoint> injectionPoints) { 62 List<Dependency<?>> dependencies = Lists.newArrayList(); 69 /** Returns the key to the binding that satisfies this dependency. * 104 Dependency dependency = (Dependency) o; local [all...] |
/external/skia/tools/ |
sk_tool_utils.h | 186 static TopoTestNode* Dependency(TopoTestNode* node, int index) {
|
/external/skqp/tools/ |
sk_tool_utils.h | 191 static TopoTestNode* Dependency(TopoTestNode* node, int index) {
|
/build/soong/cmd/pom2bp/ |
pom2bp.go | 138 type Dependency struct { 139 XMLName xml.Name `xml:"dependency"` 150 func (d Dependency) BpName() string { 170 Dependencies []*Dependency `xml:"dependencies>dependency"` 258 // We've seen the POM for this dependency, use its packaging 259 // as the dependency type rather than Maven spec default. 262 // Dependency type was not specified and we don't have the POM
|
/build/soong/cmd/pom2mk/ |
pom2mk.go | 118 type Dependency struct { 119 XMLName xml.Name `xml:"dependency"` 130 func (d Dependency) MkName() string { 149 Dependencies []*Dependency `xml:"dependencies>dependency"` 202 // We've seen the POM for this dependency, use its packaging 203 // as the dependency type rather than Maven spec default. 206 // Dependency type was not specified and we don't have the POM
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
CheckedProviderMethodsModule.java | 31 import com.google.inject.spi.Dependency; 95 List<Dependency<?>> dependencies = Lists.newArrayList(); 109 dependencies.add(Dependency.get(key));
|
/external/skia/include/private/ |
GrOpList.h | 86 * Dump out the GrOpList dependency DAG 168 static GrOpList* Dependency(GrOpList* opList, int index) {
|
/external/skqp/include/private/ |
GrOpList.h | 85 * Dump out the GrOpList dependency DAG 167 static GrOpList* Dependency(GrOpList* opList, int index) {
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
FactoryProvider.java | 35 import com.google.inject.spi.Dependency; 345 public Set<Dependency<?>> getDependencies() { 346 List<Dependency<?>> dependencies = Lists.newArrayList(); 350 dependencies.add(Dependency.get(parameter.getPrimaryBindingKey()));
|
/external/llvm/lib/CodeGen/ |
ImplicitNullChecks.cpp | 79 // If this is non-null, then MemOperation has a dependency on on this 166 /// has one and only one transitive dependency, set \p Dependency to that 168 bool isSafeToHoist(MachineInstr *MI, MachineInstr *&Dependency); 221 MachineInstr *&Dependency) { 223 Dependency = nullptr; 240 // instruction causing this dependency can be hoisted too. 243 // We don't have precise dependency information. 246 if (Dependency) { 247 if (Dependency == MI [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 541 /// HandleFree - Handle frees of entire structures whose dependency is a store 549 Instruction *Dependency = Dep.getInst(); 550 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency)) 554 GetUnderlyingObject(getStoredPointerOperand(Dependency)); 561 DeleteDeadInstruction(Dependency, *MD); 565 // Inst's old Dependency is now deleted. Compute the next dependency,
|
/external/v8/src/compiler/ |
compilation-dependencies.cc | 17 class CompilationDependencies::Dependency : public ZoneObject { 23 class InitialMapDependency final : public CompilationDependencies::Dependency { 52 : public CompilationDependencies::Dependency { 85 class StableMapDependency final : public CompilationDependencies::Dependency { 103 class TransitionDependency final : public CompilationDependencies::Dependency { 122 : public CompilationDependencies::Dependency { 147 class FieldTypeDependency final : public CompilationDependencies::Dependency { 179 : public CompilationDependencies::Dependency { 209 class ProtectorDependency final : public CompilationDependencies::Dependency { 232 : public CompilationDependencies::Dependency { [all...] |
/build/soong/java/ |
java.go | 317 // installed file for binary dependency 357 type Dependency interface { 614 ctx.ModuleErrorf("genrule %q must generate files ending with .jar to be used as a libs or static_libs dependency", 675 ctx.ModuleErrorf("compiles against core Java API, but dependency %q is compiling against non-core Java APIs."+commonMessage, 681 ctx.ModuleErrorf("compiles against Android API, but dependency %q is compiling against non-public Android API."+commonMessage, 687 ctx.ModuleErrorf("compiles against system API, but dependency %q is compiling against private API."+commonMessage, 740 ctx.ModuleErrorf("dependency on java_sdk_library %q can only be in libs", otherName) 742 case Dependency: 771 // framework.jar has a one-off dependency on the R.java and Manifest.java files 814 panic("Missing directory for system module dependency") [all...] |
/external/guice/core/src/com/google/inject/internal/ |
RealMultibinder.java | 26 import com.google.inject.spi.Dependency; 170 public Set<Dependency<?>> getDependencies() { 183 protected Set<T> doProvision(InternalContext context, Dependency<?> dependency) 308 // prior to initialization we declare just a dependency on the injector, but as soon as we are 310 private static final ImmutableSet<Dependency<?>> MODULE_DEPENDENCIES = 311 ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); 326 private ImmutableSet<Dependency<?>> dependencies = MODULE_DEPENDENCIES; 327 private ImmutableSet<Dependency<?>> providerDependencies = MODULE_DEPENDENCIES [all...] |
RealMapBinder.java | 36 import com.google.inject.spi.Dependency; 246 private static final ImmutableSet<Dependency<?>> MODULE_DEPENDENCIES = 247 ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); 703 private Set<Dependency<?>> dependencies = RealMapBinder.MODULE_DEPENDENCIES; 710 public Set<Dependency<?>> getDependencies() { 717 ImmutableSet.Builder<Dependency<?>> dependenciesBuilder = ImmutableSet.builder(); 720 dependenciesBuilder.add(Dependency.get(getKeyOfProvider(entry.getValue().getKey()))); 728 protected Map<K, Provider<V>> doProvision(InternalContext context, Dependency<?> dependency) { 1124 Dependency<V> dependency = Dependency.get(binding.getKey()); local [all...] |
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
ThrowingProviderTest.java | 37 import com.google.inject.spi.Dependency; 486 Dependency.get(Key.get(DependentRemoteProvider.class)), 494 new Function<Dependency<?>, Key<?>>() { 496 public Key<?> apply(Dependency<?> from) { 545 new Function<Dependency<?>, Key<?>>() { 547 public Key<?> apply(Dependency<?> from) { [all...] |
CheckedProviderTest.java | 43 import com.google.inject.spi.Dependency; 74 private static final Function<Dependency<?>, Key<?>> DEPENDENCY_TO_KEY = 75 new Function<Dependency<?>, Key<?>>() { 77 public Key<?> apply(Dependency<?> from) { 594 Dependency.get(Key.get(DependentRemoteProvider.class)), [all...] |
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 584 /// Handle frees of entire structures whose dependency is a store 604 Instruction *Dependency = Dep.getInst(); 605 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency)) 609 GetUnderlyingObject(getStoredPointerOperand(Dependency), DL); 616 BasicBlock::iterator BBI(Dependency); 617 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI); 621 // Inst's old Dependency is now deleted. Compute the next dependency, [all...] |
/external/tensorflow/tensorflow/python/training/tracking/ |
util_test.py | 303 # non-Layer dependency of the model 738 class Dependency(tracking.AutoTrackable): 747 self.dep = Dependency() 769 class Dependency(tracking.AutoTrackable): 778 dep = Dependency() [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 653 /// Handle frees of entire structures whose dependency is a store 675 Instruction *Dependency = Dep.getInst(); 676 if (!hasAnalyzableMemoryWrite(Dependency, *TLI) || 677 !isRemovable(Dependency)) 681 GetUnderlyingObject(getStoredPointerOperand(Dependency), DL); 689 << *Dependency << '\n'); 692 BasicBlock::iterator BBI(Dependency); 693 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI, IOL, InstrOrdering); 697 // Inst's old Dependency is now deleted. Compute the next dependency, [all...] |