Searched refs:binds (Results 1 – 25 of 234) sorted by relevance
12345678910
/external/dagger2/javatests/dagger/functional/binds/ |
D | AccessesExposedComponent.java | 17 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;
|
D | Foo.java | 17 package dagger.functional.binds;
|
D | FooOfStrings.java | 17 package dagger.functional.binds;
|
D | FooOfObjects.java | 17 package dagger.functional.binds;
|
D | InterfaceModule.java | 17 package dagger.functional.binds;
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_multithread_makecurrent.spec | 106 (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/ |
D | SimpleBindsProductionComponent.java | 17 package dagger.functional.producers.binds; 20 import dagger.functional.producers.binds.SimpleBindingModule.SomeQualifier;
|
D | Foo.java | 17 package dagger.functional.producers.binds;
|
D | FooOfStrings.java | 17 package dagger.functional.producers.binds;
|
/external/u-boot/drivers/power/pmic/ |
D | Kconfig | 78 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/ |
D | SparseBindingTest.cpp | 495 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/ |
D | Exposed.java | 17 package dagger.functional.binds.subpackage;
|
D | ExposedInjectsMembers.java | 17 package dagger.functional.binds.subpackage;
|
D | NotExposedInjectsMembers.java | 17 package dagger.functional.binds.subpackage;
|
D | UsesExposedInjectsMembers.java | 17 package dagger.functional.binds.subpackage;
|
D | NotExposed.java | 17 package dagger.functional.binds.subpackage;
|
D | ExposedModule.java | 17 package dagger.functional.binds.subpackage;
|
/external/pdfium/fxjs/ |
D | README | 11 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/ |
D | parser.ml | 57 (* 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/ |
D | parser.ml | 57 (* 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/ |
D | parser.ml | 57 (* 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/ |
D | parser.ml | 57 (* 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/ |
D | parser.ml | 57 (* 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/ |
D | parser.ml | 57 (* 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/ |
D | BindingMethodValidatorsModule.java | 51 BindingMethodValidator binds(BindsMethodValidator validator); in binds() method
|
12345678910