Home
last modified time | relevance | path

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

1234567

/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()
DResolvedRecursiveType.java16 public ResolvedRecursiveType(Class<?> erasedType, TypeBindings bindings) { in ResolvedRecursiveType()
105 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
/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/google-fruit/tests/
Dtested_features.md24 ##### Binding to a constructor
41 ##### Binding to a provider
/external/crosvm/kvm_sys/src/
Dlib.rs17 pub mod bindings; module
52 pub mod bindings; module
/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/rust/crates/bindgen/src/
Dmain.rs64 let bindings = builder_result.unwrap(); in main() localVariable
109 let bindings = bindgen::Builder::default() in commandline_multiple_headers() localVariable
/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/dagger2/java/dagger/internal/codegen/binding/
DModuleDescriptor.java73 public abstract ImmutableSet<ContributionBinding> bindings(); in bindings() method in ModuleDescriptor
142 ImmutableSet.Builder<ContributionBinding> bindings = ImmutableSet.builder(); in createUncached() local
185 TypeElement moduleElement, ImmutableSet.Builder<ContributionBinding> bindings) { in collectCompanionModuleBindings()
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDuplicateBindingsValidator.java165 ImmutableSet<Binding> bindings = ImmutableSet.copyOf(duplicateBindings.values()); in reportDuplicateBindings() local
279 BindingGraph graph, Set<dagger.model.Binding> bindings) { in declarations()
319 Predicate<BindingKind> bindingKindPredicate, ImmutableCollection<Binding> bindings) { in rootmostBindingWithKind()
336 static ImmutableSetMultimap<BindingElement, Binding> index(Set<Binding> bindings) { in index()
/external/rust/crates/libsqlite3-sys/
Dbuild.rs323 mod bindings { module
346 mod bindings { module
382 let mut bindings = bindgen::builder() in write_to_out_dir() localVariable
/external/adhd/sof_sys/src/
Dlib.rs10 pub mod bindings; module
/external/rust/crates/grpcio-sys/src/
Dlib.rs7 mod bindings { module
/external/crosvm/io_uring/src/
Dlib.rs5 mod bindings; module
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DAliasCreator.java37 Iterable<Alias> createAliases(Iterable<Binding<?>> bindings); in createAliases()
DEdgeCreator.java31 Iterable<Edge> getEdges(Iterable<Binding<?>> bindings); in getEdges()
DNodeCreator.java30 Iterable<Node> getNodes(Iterable<Binding<?>> bindings); in getNodes()
DProviderAliasCreator.java33 public Iterable<Alias> createAliases(Iterable<Binding<?>> bindings) { in createAliases()
/external/adhd/sof_sys/generator/src/
Dmain.rs11 let bindings = bindgen::Builder::default() in main() localVariable

1234567