| /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()
|
| D | ResolvedRecursiveType.java | 16 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/ |
| 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/google-fruit/tests/ |
| D | tested_features.md | 24 ##### Binding to a constructor 41 ##### Binding to a provider
|
| /external/crosvm/kvm_sys/src/ |
| D | lib.rs | 17 pub mod bindings; module 52 pub mod bindings; module
|
| /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/rust/crates/bindgen/src/ |
| D | main.rs | 64 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/ |
| 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/dagger2/java/dagger/internal/codegen/binding/ |
| D | ModuleDescriptor.java | 73 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/ |
| D | DuplicateBindingsValidator.java | 165 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/ |
| D | build.rs | 323 mod bindings { module 346 mod bindings { module 382 let mut bindings = bindgen::builder() in write_to_out_dir() localVariable
|
| /external/adhd/sof_sys/src/ |
| D | lib.rs | 10 pub mod bindings; module
|
| /external/rust/crates/grpcio-sys/src/ |
| D | lib.rs | 7 mod bindings { module
|
| /external/crosvm/io_uring/src/ |
| D | lib.rs | 5 mod bindings; module
|
| /external/guice/extensions/grapher/src/com/google/inject/grapher/ |
| D | AliasCreator.java | 37 Iterable<Alias> createAliases(Iterable<Binding<?>> bindings); in createAliases()
|
| D | EdgeCreator.java | 31 Iterable<Edge> getEdges(Iterable<Binding<?>> bindings); in getEdges()
|
| D | NodeCreator.java | 30 Iterable<Node> getNodes(Iterable<Binding<?>> bindings); in getNodes()
|
| D | ProviderAliasCreator.java | 33 public Iterable<Alias> createAliases(Iterable<Binding<?>> bindings) { in createAliases()
|
| /external/adhd/sof_sys/generator/src/ |
| D | main.rs | 11 let bindings = bindgen::Builder::default() in main() localVariable
|