Searched defs:Bindings (Results 1 – 25 of 44) sorted by relevance
12
/external/python/cryptography/docs/hazmat/bindings/ |
D | index.rst | 3 Bindings title
|
/external/skia/experimental/tskit/bindings/ |
D | core.d.ts | 3 export interface Bindings { interface
|
D | extension.d.ts | 3 export interface Bindings { interface
|
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSet.hpp | 41 using Bindings = std::array<uint8_t *, vk::MAX_BOUND_DESCRIPTOR_SETS>; typedef in vk::DescriptorSet
|
/external/skia/resources/particles/ |
D | variable_rate.json | 22 "Bindings": [] array
|
D | mouse_trail.json | 25 "Bindings": [] array
|
D | curves.json | 27 "Bindings": [] array
|
D | spiral.json | 29 "Bindings": [] array
|
D | warp.json | 29 "Bindings": [] array
|
D | orientation.json | 30 "Bindings": [] array
|
D | path_spawn.json | 25 "Bindings": [ array
|
D | uniforms.json | 31 "Bindings": [] array
|
D | sinusoidal_emitter.json | 32 "Bindings": [] array
|
D | mandrill.json | 28 "Bindings": [ array
|
D | sprite_frame.json | 33 "Bindings": [] array
|
D | text.json | 28 "Bindings": [ array
|
D | mouse_track.json | 33 "Bindings": [] array
|
D | confetti.json | 37 "Bindings": [] array
|
D | writing.json | 33 "Bindings": [ array
|
D | fireworks.json | 51 "Bindings": [] array
|
D | cube.json | 91 "Bindings": [] array
|
/external/llvm-project/clang-tools-extra/clang-query/ |
D | Query.cpp | 84 std::vector<BoundNodes> &Bindings; member
|
/external/llvm-project/llvm/utils/TableGen/ |
D | ExegesisEmitter.cpp | 182 std::vector<Record *> Bindings = in emitPfmCountersLookupTable() local
|
/external/rust/crates/bindgen/src/ |
D | lib.rs | 1405 pub fn generate(mut self) -> Result<Bindings, ()> { in generate() 2073 pub struct Bindings { struct 2074 options: BindgenOptions, 2075 module: proc_macro2::TokenStream, 2118 impl Bindings { impl 2122 ) -> Result<Bindings, ()> { in generate()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 858 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() 930 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() 960 SmallVector<BindingPair, 32> Bindings; in removeSubRegionBindings() local 1576 SmallVector<BindingPair, 16> Bindings; in getExistingLazyBinding() local 2027 SmallVector<BindingPair, 32> Bindings; in getInterestingValues() local 2635 RegionBindingsRef Bindings = getRegionBindings(S); in printJson() local
|
12