/external/python/cpython2/PC/VC6/ |
D | pcbuild.dsw | 14 Begin Project Dependency 16 End Project Dependency 29 Begin Project Dependency 31 End Project Dependency 68 Begin Project Dependency 70 End Project Dependency 83 Begin Project Dependency 85 End Project Dependency 98 Begin Project Dependency 100 End Project Dependency [all …]
|
/external/xmlrpcpp/ |
D | xmlrpc.dsw | 14 Begin Project Dependency 16 End Project Dependency 29 Begin Project Dependency 31 End Project Dependency 44 Begin Project Dependency 46 End Project Dependency 59 Begin Project Dependency 61 End Project Dependency 74 Begin Project Dependency 76 End Project Dependency [all …]
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 119 private Map<Path, DepsProto.Dependency.Kind> depsMap(DepsProto.Dependencies deps) { in depsMap() 121 .collect(Collectors.toMap(d -> Paths.get(d.getPath()), DepsProto.Dependency::getKind)); in depsMap() 134 assertThat(depsMap(deps)).isEqualTo(ImmutableMap.of(liba, DepsProto.Dependency.Kind.EXPLICIT)); in simple() 160 assertThat(depsMap(deps)).isEqualTo(ImmutableMap.of(libb, DepsProto.Dependency.Kind.EXPLICIT)); in excluded() 190 libb, DepsProto.Dependency.Kind.EXPLICIT, in transitive() 191 liba, DepsProto.Dependency.Kind.EXPLICIT)); in transitive() 233 libi, DepsProto.Dependency.Kind.EXPLICIT, in closure() 234 libb, DepsProto.Dependency.Kind.EXPLICIT, in closure() 235 liba, DepsProto.Dependency.Kind.EXPLICIT)); in closure() 250 libb, DepsProto.Dependency.Kind.EXPLICIT, in closure() [all …]
|
/external/guice/core/test/com/google/inject/spi/ |
D | HasDependenciesTest.java | 48 assertEquals(ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class))), in testInstanceWithDependencies() 60 Dependency<?> onlyDependency = Iterables.getOnlyElement(binding.getDependencies()); in testInstanceWithoutDependencies() 72 Dependency<?> onlyDependency = Iterables.getOnlyElement(binding.getDependencies()); in testProvider() 89 public Set<Dependency<?>> getDependencies() { in getDependencies() 90 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class))); in getDependencies() 96 public Set<Dependency<?>> getDependencies() { in getDependencies() 97 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class))); in getDependencies()
|
/external/guice/core/src/com/google/inject/internal/ |
D | InternalContext.java | 24 import com.google.inject.spi.Dependency; 44 private Dependency<?> dependency; 68 public Dependency<?> getDependency() { in getDependency() 73 public Dependency<?> pushDependency(Dependency<?> dependency, Object source) { in pushDependency() 74 Dependency<?> previous = this.dependency; in pushDependency() 81 public void popStateAndSetDependency(Dependency<?> newDependency) { in popStateAndSetDependency() 101 Dependency<?> dependency; in getDependencyChain() 103 dependency = Dependency.get((Key<?>) evenEntry); in getDependencyChain() 105 dependency = (Dependency<?>) evenEntry; in getDependencyChain()
|
D | SingleParameterInjector.java | 19 import com.google.inject.spi.Dependency; 27 private final Dependency<T> dependency; 30 SingleParameterInjector(Dependency<T> dependency, BindingImpl<? extends T> binding) { in SingleParameterInjector() 36 Dependency previous = context.pushDependency(dependency, binding.getSource()); in inject()
|
D | ExposedBindingImpl.java | 25 import com.google.inject.spi.Dependency; 45 public Set<Dependency<?>> getDependencies() { in getDependencies() 46 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); in getDependencies()
|
D | ProviderMethod.java | 31 import com.google.inject.spi.Dependency; 62 ImmutableSet<Dependency<?>> dependencies, List<Provider<?>> parameterProviders, in create() 101 private final ImmutableSet<Dependency<?>> dependencies; 110 ImmutableSet<Dependency<?>> dependencies, List<Provider<?>> parameterProviders, in ProviderMethod() 186 public Set<Dependency<?>> getDependencies() { in getDependencies() 244 ImmutableSet<Dependency<?>> dependencies, in FastClassProviderMethod() 284 ImmutableSet<Dependency<?>> dependencies, in ReflectionProviderMethod()
|
/external/guice/core/src/com/google/inject/spi/ |
D | Dependency.java | 40 public final class Dependency<T> { class 46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency() method in Dependency 57 public static <T> Dependency<T> get(Key<T> key) { in get() 58 return new Dependency<T>(null, MoreTypes.canonicalizeKey(key), true, -1); in get() 64 public static Set<Dependency<?>> forInjectionPoints(Set<InjectionPoint> injectionPoints) { in forInjectionPoints() 65 List<Dependency<?>> dependencies = Lists.newArrayList(); in forInjectionPoints() 108 if (o instanceof Dependency) { in equals() 109 Dependency dependency = (Dependency) o; in equals()
|
D | ProviderLookup.java | 42 private final Dependency<T> dependency; 46 this(source, Dependency.get(checkNotNull(key, "key"))); in ProviderLookup() 50 public ProviderLookup(Object source, Dependency<T> dependency) { in ProviderLookup() 64 public Dependency<T> getDependency() { in getDependency() 107 public Set<Dependency<?>> getDependencies() { in getProvider() 111 return ImmutableSet.<Dependency<?>>of(Dependency.get(providerKey)); in getProvider()
|
D | DependencyAndSource.java | 34 private final Dependency<?> dependency; 37 public DependencyAndSource(Dependency<?> dependency, Object source) { in DependencyAndSource() 50 public Dependency<?> getDependency() { in getDependency() 71 Dependency<?> dep = getDependency(); in toString()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/dependencies/ |
D | MetadataCollectorTest.java | 19 import com.google.devtools.build.android.desugar.proto.DesugarDeps.Dependency; 47 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("b$$CC")).build(), in testAssumeCompanionClass() 48 Dependency.newBuilder().setOrigin(wrapType("b")).setTarget(wrapType("b$$CC")).build(), in testAssumeCompanionClass() 49 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("a$$CC")).build()); in testAssumeCompanionClass() 62 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("b")).build(), in testMissingImplementedInterface() 63 Dependency.newBuilder().setOrigin(wrapType("a")).setTarget(wrapType("c")).build(), in testMissingImplementedInterface() 64 Dependency.newBuilder().setOrigin(wrapType("c")).setTarget(wrapType("b")).build()); in testMissingImplementedInterface()
|
/external/guice/core/src/com/google/inject/util/ |
D | Providers.java | 27 import com.google.inject.spi.Dependency; 102 Set<Dependency<?>> mutableDeps = Sets.newHashSet(); in guicify() 106 final Set<Dependency<?>> dependencies = ImmutableSet.copyOf(mutableDeps); in guicify() 138 private final Set<Dependency<?>> dependencies; 140 private GuicifiedProviderWithDependencies(Set<Dependency<?>> dependencies, in GuicifiedProviderWithDependencies() 152 public Set<Dependency<?>> getDependencies() { in getDependencies()
|
/external/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 168 bool isSafeToHoist(MachineInstr *MI, MachineInstr *&Dependency); 221 MachineInstr *&Dependency) { in isSafeToHoist() argument 223 Dependency = nullptr; in isSafeToHoist() 246 if (Dependency) { in isSafeToHoist() 247 if (Dependency == MI) in isSafeToHoist() 279 Dependency = MI; in isSafeToHoist() 427 MachineInstr *Dependency = nullptr; in analyzeBlockForNullChecks() local 431 HD.isSafeToHoist(&MI, Dependency)) { in analyzeBlockForNullChecks() 462 !Dependency || in analyzeBlockForNullChecks() 463 all_of(Dependency->operands(), DependencyOperandIsOk); in analyzeBlockForNullChecks() [all …]
|
/external/tinyxml/ |
D | tinyxml.dsw | 14 Begin Project Dependency 16 End Project Dependency 29 Begin Project Dependency 31 End Project Dependency
|
/external/libusb/msvc/ |
D | libusb.dsw | 38 Begin Project Dependency 40 End Project Dependency 53 Begin Project Dependency 55 End Project Dependency
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
D | OptionalBinder.java | 38 import com.google.inject.spi.Dependency; 317 private Set<Dependency<?>> dependencies; 319 private Set<Dependency<?>> providerDependencies; 334 this.dependencies = ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); in RealOptionalBinder() 336 ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); in RealOptionalBinder() 428 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 482 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 503 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 541 ImmutableSet.<Dependency<?>>of(Dependency.get(binding.getKey())); in initialize() 543 ImmutableSet.<Dependency<?>>of(Dependency.get(providerOf(binding.getKey()))); in initialize() [all …]
|
D | Multibinder.java | 44 import com.google.inject.spi.Dependency; 274 private Set<Dependency<?>> dependencies; 327 List<Dependency<?>> dependencies = Lists.newArrayList(); in initialize() 334 dependencies.add(Dependency.get(binding.getKey())); in initialize() 441 public Set<Dependency<?>> getDependencies() { in getDependencies() 443 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); in getDependencies() 475 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 477 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class))); in getDependencies() 479 ImmutableSet.Builder<Dependency<?>> setBuilder = ImmutableSet.builder(); in getDependencies() 480 for (Dependency<?> dependency : dependencies) { in getDependencies() [all …]
|
D | MapBinder.java | 51 import com.google.inject.spi.Dependency; 380 ImmutableSet<Dependency<?>> dependencies in configure() 381 = ImmutableSet.<Dependency<?>>of(Dependency.get(entrySetBinder.getSetKey())); in configure() 448 private final ImmutableSet<Dependency<?>> dependencies; 453 ImmutableSet<Dependency<?>> dependencies, in RealProviderMapProvider() 526 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 532 private final ImmutableSet<Dependency<?>> dependencies; 536 ImmutableSet<Dependency<?>> dependencies, in RealMapProvider() 562 @Override public Set<Dependency<?>> getDependencies() { in getDependencies() 633 ImmutableSet<Dependency<?>> dependencies in configure() [all …]
|
/external/turbine/proto/ |
D | deps.proto | 22 message Dependency { message 25 // Dependency used explicitly in the source. 27 // Dependency that is implicitly loaded and used by the compiler. 38 // Dependency kind 44 repeated Dependency dependency = 1;
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FileDescriptor.cs | 101 if (index < 0 || index >= proto.Dependency.Count) 105 string name = proto.Dependency[index]; 247 if (dependencies.Length != proto.Dependency.Count) in BuildFrom() 254 for (int i = 0; i < proto.Dependency.Count; i++) in BuildFrom() 256 if (dependencies[i].Name != proto.Dependency[i]) in BuildFrom() 262 proto.Dependency[i] + " but was: " + dependencies[i].Name); in BuildFrom()
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
D | DeprecatedAnnotationEngineApiTest.java | 30 @Mock Dependency mock; 34 Dependency dependency; 35 public void setDependency(Dependency dependency) { in setDependency() 40 class Dependency {} class in DeprecatedAnnotationEngineApiTest
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider2.java | 50 import com.google.inject.spi.Dependency; 129 final Set<Dependency<?>> dependencies; 142 Set<Dependency<?>> dependencies, in AssistData() 169 public Set<Dependency<?>> getDependencies() { in getDependencies() 295 Set<Dependency<?>> deps = getDependencies(ctorInjectionPoint, implementation); in FactoryProvider2() 398 public Set<Dependency<?>> getDependencies() { in getDependencies() 399 Set<Dependency<?>> combinedDeps = new HashSet<Dependency<?>>(); in getDependencies() 568 …private Set<Dependency<?>> getDependencies(InjectionPoint ctorPoint, TypeLiteral<?> implementation… in getDependencies() 569 ImmutableSet.Builder<Dependency<?>> builder = ImmutableSet.builder(); in getDependencies() 580 private Set<Dependency<?>> removeAssistedDeps(Set<Dependency<?>> deps) { in removeAssistedDeps() [all …]
|
/external/lz4/examples/ |
D | streaming_api_basics.md | 43 (No Dependency) 55 Internal Dependency Internal Dependency 67 Dependency Dependency Dependency
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 35 import com.google.inject.spi.Dependency; 260 public Set<Dependency<?>> getDependencies() { in providing() 261 return ImmutableSet.<Dependency<?>>of(Dependency.get(typeKey)); in providing() 331 public Set<Dependency<?>> getDependencies() { in toInternal() 332 return ImmutableSet.<Dependency<?>>of(Dependency.get(resultKey)); in toInternal() 372 public Set<Dependency<?>> getDependencies() { in createResultProvider() 373 return ImmutableSet.<Dependency<?>>of(Dependency.get(targetKey)); in createResultProvider()
|