Home
last modified time | relevance | path

Searched refs:binds (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/dagger2/javatests/dagger/functional/binds/
DAccessesExposedComponent.java17 package dagger.functional.binds;
20 import dagger.functional.binds.subpackage.Exposed;
21 import dagger.functional.binds.subpackage.ExposedModule;
22 import dagger.functional.binds.subpackage.UsesExposedInjectsMembers;
DFoo.java17 package dagger.functional.binds;
DFooOfStrings.java17 package dagger.functional.binds;
DFooOfObjects.java17 package dagger.functional.binds;
DInterfaceModule.java17 package dagger.functional.binds;
/external/mesa3d/docs/_extra/specs/
DMESA_multithread_makecurrent.spec106 (1) What happens if the app binds a context/drawable in multiple
107 threads, then binds a different context/thread in one of them?
113 (2) What happens if the app binds a context/drawable in multiple
114 threads, then binds None/None in one of them?
119 (3) What happens if the app binds a context/drawable in 7 threads,
126 (4) What happens if the app binds a new drawable/readable with
/external/dagger2/javatests/dagger/functional/producers/binds/
DSimpleBindsProductionComponent.java17 package dagger.functional.producers.binds;
20 import dagger.functional.producers.binds.SimpleBindingModule.SomeQualifier;
DFoo.java17 package dagger.functional.producers.binds;
DFooOfStrings.java17 package dagger.functional.producers.binds;
/external/u-boot/drivers/power/pmic/
DKconfig78 regulator driver and binds the regulator driver to its node.
218 This driver binds the pmic children.
225 This driver binds the pmic children.
232 This driver binds the pmic children.
246 DC-DC converter, 8 LDOs and a RTC. This driver binds the SMPS and LDO
263 This driver binds the pmic children in SPL.
270 This driver binds the pmic children in SPL.
277 This driver binds the pmic children in SPL.
284 This driver binds the pmic children.
/external/angle/third_party/VulkanMemoryAllocator/src/
DSparseBindingTest.cpp495 std::vector<VkSparseMemoryBind> binds{pageCount}; in Init() local
501 binds[i] = {}; in Init()
502 binds[i].resourceOffset = pageSize * i; in Init()
503 binds[i].size = pageSize; in Init()
504 binds[i].memory = allocInfo[i].deviceMemory; in Init()
505 binds[i].memoryOffset = allocInfo[i].offset; in Init()
511 imageBindInfo.pBinds = binds.data(); in Init()
/external/dagger2/javatests/dagger/functional/binds/subpackage/
DExposed.java17 package dagger.functional.binds.subpackage;
DExposedInjectsMembers.java17 package dagger.functional.binds.subpackage;
DNotExposedInjectsMembers.java17 package dagger.functional.binds.subpackage;
DUsesExposedInjectsMembers.java17 package dagger.functional.binds.subpackage;
DNotExposed.java17 package dagger.functional.binds.subpackage;
DExposedModule.java17 package dagger.functional.binds.subpackage;
/external/pdfium/fxjs/
DREADME11 FXJS binds objects by sticking a pointer to a CFXJS_PerObjectData in
12 the V8 object's internal slot. FXJSE binds objects by sticking a
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
70 (* If BinOp binds less tightly with rhs than the operator after
/external/dagger2/java/dagger/internal/codegen/
DBindingMethodValidatorsModule.java51 BindingMethodValidator binds(BindsMethodValidator validator); in binds() method

12345678910