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

/external/mockito/src/test/java/org/mockitousage/annotation/
H A DDeprecatedAnnotationEngineApiTest.java30 @Mock Dependency mock;
34 Dependency dependency;
35 public void setDependency(Dependency dependency) {
40 class Dependency {} class in class:DeprecatedAnnotationEngineApiTest
/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/src/gpu/
H A DGrOpList.h140 static GrOpList* Dependency(GrOpList* dt, int index) { function in struct:GrOpList::TopoSortTraits
/external/skia/tools/
H A Dsk_tool_utils.h183 static TopoTestNode* Dependency(TopoTestNode* node, int index) { function in class:sk_tool_utils::TopoTestNode
/external/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp166 /// 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;
246 if (Dependency) {
247 if (Dependency == MI)
279 Dependency = MI;
427 MachineInstr *Dependency = nullptr; local
431 HD.isSafeToHoist(&MI, Dependency)) {
440 // by hoisting Dependency
220 isSafeToHoist(MachineInstr *MI, MachineInstr *&Dependency) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp549 Instruction *Dependency = Dep.getInst(); local
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/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp604 Instruction *Dependency = Dep.getInst(); local
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,
/external/swiftshader/third_party/subzero/src/
H A DIceCfg.cpp606 CfgUnorderedMap<Variable *, std::vector<Inst *>, VariableHash> Dependency; local
629 auto DepIter = Dependency.find(Instr.getDest());
630 if (DepIter != Dependency.end()) {
661 Dependency[Var].push_back(&Instr);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp270 struct Dependency struct in namespace:vkt::api::__anon3791
275 Dependency (const Environment& env, const typename Case::Parameters& params) function in struct:vkt::api::__anon3791::Dependency
490 Dependency<Instance> instance;
705 Dependency<Buffer> buffer;
706 Dependency<DeviceMemory> memory;
848 Dependency<Image> image;
849 Dependency<DeviceMemory> memory;
1291 MovePtr<Dependency<Sampler> > immutableSampler;
1301 immutableSampler = de::newMovePtr<Dependency<Sampler> >(env, Sampler::Parameters());
1370 typedef SharedPtr<Dependency<DescriptorSetLayou
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null),
344 public pbc::RepeatedField<string> Dependency { property in class:Google.Protobuf.Reflection.FileDescriptorProto
/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 1880 milliseconds