Searched defs:Dependency (Results 1 - 12 of 12) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
H A DDependency.java40 public final class Dependency<T> { class
46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { method in class:Dependency
57 public static <T> Dependency<T> get(Key<T> key) {
58 return new Dependency<T>(null, MoreTypes.canonicalizeKey(key), true, -1);
64 public static Set<Dependency<?>> forInjectionPoints(Set<InjectionPoint> injectionPoints) {
65 List<Dependency<?>> dependencies = Lists.newArrayList();
108 if (o instanceof Dependency) {
109 Dependency dependency = (Dependency) o;
/external/skia/tools/
H A Dsk_tool_utils.h176 static TopoTestNode* Dependency(TopoTestNode* node, int index) { function in class:sk_tool_utils::TopoTestNode
/external/skia/src/gpu/
H A DGrDrawTarget.h213 static GrDrawTarget* Dependency(GrDrawTarget* dt, int index) { function in struct:final::TopoSortTraits
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp753 Instruction *Dependency = Dep.getInst(); local
754 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
758 GetUnderlyingObject(getStoredPointerOperand(Dependency), DL);
764 auto Next = ++Dependency->getIterator();
767 DeleteDeadInstruction(Dependency, *MD, *TLI);
771 // Inst's old Dependency is now deleted. Compute the next dependency,
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp266 struct Dependency struct in namespace:vkt::api::__anon3597
271 Dependency (const Environment& env, const typename Case::Parameters& params) function in struct:vkt::api::__anon3597::Dependency
482 Dependency<Instance> instance;
697 Dependency<Buffer> buffer;
698 Dependency<DeviceMemory> memory;
840 Dependency<Image> image;
841 Dependency<DeviceMemory> memory;
1283 MovePtr<Dependency<Sampler> > immutableSampler;
1293 immutableSampler = de::newMovePtr<Dependency<Sampler> >(env, Sampler::Parameters());
1362 typedef SharedPtr<Dependency<DescriptorSetLayou
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 214 milliseconds