Home
last modified time | relevance | path

Searched defs:bindings (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DCollectionType.java21 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()
DArrayType.java29 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()
DTypeFactory.java649 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 …]
DMapType.java20 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()
DCollectionLikeType.java30 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()
DSimpleType.java36 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()
DReferenceType.java29 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/
Dlib.rs29 pub mod bindings; module
68 pub mod bindings; module
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_set_unittest.cc109 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/
Dbuilding.md198 ### Java bindings
204 ### Python bindings
/external/rust/crates/userfaultfd-sys/
Dbuild.rs16 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/
DglsAttributeLocationTests.cpp66 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/
Dtested_features.md24 ##### Binding to a constructor
41 ##### Binding to a provider
/external/skia/src/gpu/graphite/
DComputePassTask.cpp16 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/
Dst_format.c1061 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/
Dmod.rs91 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/
DModuleDescriptor.java71 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/
DDuplicateBindingsValidator.java167 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/
Dbuild.rs330 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/
Diam.py172 def bindings(self): member in Policy
224 def bindings(self, bindings): member in Policy
/external/rust/crates/grpcio-sys/src/
Dlib.rs7 mod bindings { module
/external/crosvm/hypervisor/src/whpx/
Dwhpx_sys.rs13 pub mod bindings; module
/external/cronet/base/fuchsia/
Dtest_interface_natural_impl.h25 fidl::ServerBindingGroup<base_testfidl::TestInterface>& bindings() { in bindings() function
Dtest_interface_impl.h24 fidl::BindingSet<testfidl::TestInterface>& bindings() { return bindings_; } in bindings() function
/external/crosvm/hypervisor/src/geniezone/geniezone_sys/
Dmod.rs14 pub mod bindings; module

12345678910>>...13