| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
| D | CollectionType.java | 21 private CollectionType(Class<?> collT, TypeBindings bindings, in CollectionType() 38 public static CollectionType construct(Class<?> rawType, TypeBindings bindings, in construct() 52 TypeBindings bindings; in construct() local 118 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
|
| D | ArrayType.java | 29 protected ArrayType(JavaType componentType, TypeBindings bindings, Object emptyInstance, in ArrayType() 33 super(emptyInstance.getClass(), bindings, null, null, in ArrayType() local 40 public static ArrayType construct(JavaType componentType, TypeBindings bindings) { in construct() 44 public static ArrayType construct(JavaType componentType, TypeBindings bindings, in construct() 122 public JavaType refine(Class<?> contentClass, TypeBindings bindings, in refine()
|
| D | TypeFactory.java | 649 public JavaType[] findTypeParameters(Class<?> clz, Class<?> expType, TypeBindings bindings) { in findTypeParameters() 709 public JavaType constructType(Type type, TypeBindings bindings) { in constructType() 757 TypeBindings bindings; in constructType() local 828 TypeBindings bindings = TypeBindings.createIfNeeded(collectionClass, elementType); in constructCollectionType() local 894 …TypeBindings bindings = TypeBindings.createIfNeeded(mapClass, new JavaType[] { keyType, valueType … in constructMapType() local 1190 private JavaType _mapType(Class<?> rawClass, TypeBindings bindings, in _mapType() 1216 private JavaType _collectionType(Class<?> rawClass, TypeBindings bindings, in _collectionType() 1232 private JavaType _referenceType(Class<?> rawClass, TypeBindings bindings, in _referenceType() 1256 protected JavaType _constructSimple(Class<?> raw, TypeBindings bindings, in _constructSimple() 1275 protected JavaType _newSimpleType(Class<?> raw, TypeBindings bindings, in _newSimpleType() [all …]
|
| D | MapType.java | 20 private MapType(Class<?> mapType, TypeBindings bindings, in MapType() 37 public static MapType construct(Class<?> rawType, TypeBindings bindings, in construct() 49 TypeBindings bindings; in construct() local 124 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
|
| D | CollectionLikeType.java | 30 protected CollectionLikeType(Class<?> collT, TypeBindings bindings, in CollectionLikeType() 51 public static CollectionLikeType construct(Class<?> rawType, TypeBindings bindings, in construct() 66 TypeBindings bindings; in construct() local 160 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
|
| D | SimpleType.java | 36 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() 51 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() 64 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() 209 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
|
| D | ReferenceType.java | 29 protected ReferenceType(Class<?> cls, TypeBindings bindings, in ReferenceType() 79 public static ReferenceType construct(Class<?> cls, TypeBindings bindings, in construct() 155 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
|
| /external/crosvm/kvm_sys/src/ |
| D | lib.rs | 29 pub mod bindings; module 68 pub mod bindings; module
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | binding_set_unittest.cc | 109 BindingSet<PingService, int> bindings; in TEST_P() local 150 BindingSet<PingService, int> bindings; in TEST_P() local 191 BindingSet<PingService> bindings; in TEST_P() local 216 BindingSet<PingService, int> bindings; in TEST_P() local 253 BindingSet<PingService, int> bindings; in TEST_P() local 305 BindingSet<PingService, int> bindings; in TEST_P() local 421 BindingSet<AssociatedPingProvider, int> bindings; in TEST_P() local 466 BindingSet<AssociatedPingProvider, int> bindings; in TEST_P() local 511 BindingSet<PingService, int> bindings; in TEST_P() local 597 auto bindings = std::make_unique<StrongBindingSet<PingService>>(); in TEST_P() local [all …]
|
| /external/webp/doc/ |
| D | building.md | 198 ### Java bindings 204 ### Python bindings
|
| /external/rust/crates/userfaultfd-sys/ |
| D | build.rs | 16 let mut bindings = bindgen::Builder::default() in generate_bindings() localVariable 43 let bindings = bindings.generate().expect("binding generation failed"); in generate_bindings() localVariable
|
| /external/deqp/modules/glshared/ |
| D | glsAttributeLocationTests.cpp | 66 deInt32 getBoundLocation (const map<string, deUint32>& bindings, const string& attrib) in getBoundLocation() 73 …l hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in hasAttributeAliasing() 602 …& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in checkAttribLocationQuery() 631 …& gl, deUint32 program, const vector<Attribute>& attributes, const map<string, deUint32>& bindings) in checkQuery() 820 vector<Bind> bindings; in iterate() local 847 vector<Bind> bindings; in iterate() local 882 vector<Bind> bindings; in iterate() local 911 vector<Bind> bindings; in iterate() local 949 vector<Bind> bindings; in iterate() local 989 vector<Bind> bindings; in iterate() local [all …]
|
| /external/google-fruit/tests/ |
| D | tested_features.md | 24 ##### Binding to a constructor 41 ##### Binding to a provider
|
| /external/skia/src/gpu/graphite/ |
| D | ComputePassTask.cpp | 16 sk_sp<ComputePassTask> ComputePassTask::Make(std::vector<ResourceBinding> bindings, in Make() 22 ComputePassTask::ComputePassTask(std::vector<ResourceBinding> bindings, in ComputePassTask()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_format.c | 1061 unsigned bindings, in find_supported_format() 1102 unsigned bindings, bool swap_bytes, bool allow_dxt) in st_choose_format() 1195 unsigned bindings; in st_choose_renderbuffer_format() local 1248 unsigned bindings; in st_ChooseTextureFormat() local 1443 unsigned bindings; in st_QueryInternalFormat() local
|
| /external/rust/crates/vulkano/src/pipeline/vertex/ |
| D | mod.rs | 91 bindings: FnvHashMap<u32, VertexInputBinding>, field 107 let bindings: FnvHashMap<_, _> = bindings.into_iter().collect(); in new() localVariable 131 pub fn bindings(&self) -> impl ExactSizeIterator<Item = (u32, &VertexInputBinding)> { in bindings() method
|
| /external/dagger2/java/dagger/internal/codegen/binding/ |
| D | ModuleDescriptor.java | 71 public abstract ImmutableSet<ContributionBinding> bindings(); in bindings() method in ModuleDescriptor 143 ImmutableSet.Builder<ContributionBinding> bindings = ImmutableSet.builder(); in createUncached() local 193 XTypeElement companionModule, ImmutableSet.Builder<ContributionBinding> bindings) { in collectCompanionModuleBindings()
|
| /external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
| D | DuplicateBindingsValidator.java | 167 ImmutableSet<Binding> bindings = ImmutableSet.copyOf(duplicateBindings.values()); in reportDuplicateBindings() local 281 BindingGraph graph, Set<dagger.spi.model.Binding> bindings) { in declarations() 321 Predicate<BindingKind> bindingKindPredicate, ImmutableCollection<Binding> bindings) { in rootmostBindingWithKind() 338 static ImmutableSetMultimap<BindingElement, Binding> index(Set<Binding> bindings) { in index()
|
| /external/rust/crates/libsqlite3-sys/ |
| D | build.rs | 330 mod bindings { module 353 mod bindings { module 389 let mut bindings = bindgen::builder() in write_to_out_dir() localVariable
|
| /external/python/python-api-core/google/api_core/ |
| D | iam.py | 172 def bindings(self): member in Policy 224 def bindings(self, bindings): argument
|
| /external/rust/crates/grpcio-sys/src/ |
| D | lib.rs | 7 mod bindings { module
|
| /external/crosvm/hypervisor/src/whpx/ |
| D | whpx_sys.rs | 13 pub mod bindings; module
|
| /external/cronet/base/fuchsia/ |
| D | test_interface_natural_impl.h | 25 fidl::ServerBindingGroup<base_testfidl::TestInterface>& bindings() { in bindings() function
|
| D | test_interface_impl.h | 24 fidl::BindingSet<testfidl::TestInterface>& bindings() { return bindings_; } in bindings() function
|
| /external/crosvm/hypervisor/src/geniezone/geniezone_sys/ |
| D | mod.rs | 14 pub mod bindings; module
|