Home
last modified time | relevance | path

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

12345678910>>...26

/aosp_15_r20/external/googleapis/
H A Dapi-index-v1.json59 "bindings": [ array
70 "bindings": [ array
81 "bindings": [ array
92 "bindings": [ array
103 "bindings": [ array
114 "bindings": [ array
125 "bindings": [ array
136 "bindings": [ array
147 "bindings": [ array
158 "bindings": [ array
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A 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 …]
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A DMapLikeType.java35 protected MapLikeType(Class<?> mapType, TypeBindings bindings, in MapLikeType()
79 TypeBindings bindings; in construct() local
182 public JavaType refine(Class<?> rawType, TypeBindings bindings, in refine()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp66 int32_t getBoundLocation(const map<string, uint32_t> &bindings, const string &attrib) in getBoundLocation()
73 …ol hasAttributeAliasing(const vector<Attribute> &attributes, const map<string, uint32_t> &bindings) in hasAttributeAliasing()
598 … const vector<Attribute> &attributes, const map<string, uint32_t> &bindings) in checkAttribLocationQuery()
633 const map<string, uint32_t> &bindings) in checkQuery()
811 vector<Bind> bindings; in iterate() local
836 vector<Bind> bindings; in iterate() local
873 vector<Bind> bindings; in iterate() local
902 vector<Bind> bindings; in iterate() local
940 vector<Bind> bindings; in iterate() local
979 vector<Bind> bindings; in iterate() local
[all …]
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A 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 …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/defaultvalue/
H A DDefaultValueComposer.java71 HttpBindings bindings) { in createMethodArgValue()
232 HttpBindings bindings) { in createResourceHelperValue()
264 HttpBindings bindings) { in createResourceHelperValue()
349 HttpBindings bindings) { in createSimpleMessageBuilderValue()
359 HttpBindings bindings) { in createSimpleMessageBuilderValue()
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
H A DPolicyV3Test.java122 List<Binding> bindings = new ArrayList<>(FULL_POLICY_V3.getBindingsList()); in removeMemberFromPolicy() local
139 List<Binding> bindings = new ArrayList<>(FULL_POLICY_V3.getBindingsList()); in addMemberFromPolicy() local
155 List<Binding> bindings = new ArrayList<>(FULL_POLICY_V3.getBindingsList()); in removeBindingFromPolicy() local
173 List<Binding> bindings = new ArrayList<>(FULL_POLICY_V3.getBindingsList()); in addBindingToPolicy() local
/aosp_15_r20/external/crosvm/kvm_sys/src/
H A Dlib.rs23 pub mod bindings; module
69 pub mod bindings; module
95 pub mod bindings; module
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/
H A DResourceNameTest.java35 HttpBindings bindings = in getMatchingPattern() local
49 HttpBindings bindings = in getMatchingPatternFromAdditionalPattern() local
63 HttpBindings bindings = in getMatchingPatternNoMatch() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DLetExpression.java29 private final Map<String, RuleExpression> bindings; field in LetExpression
71 public Map<String, RuleExpression> bindings() { in bindings() method in LetExpression
105 private final Map<String, RuleExpression> bindings = new LinkedHashMap<>(); field in LetExpression.Builder
/aosp_15_r20/external/rust/crates/libsqlite3-sys/
Dbuild.rs483 mod bindings { module
497 mod bindings { module
532 let mut bindings = bindgen::builder() in write_to_out_dir() localVariable
617 let bindings = bindings in write_to_out_dir() localVariable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp533 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in generateRandomLayout() local
563 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in generateRandomLayout() local
753 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in generateRandomLayout() local
844 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in initPrograms() local
1540 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in iterate() local
1701 for (const auto &bindings : randomLayout.layoutBindings) in iterate() local
1785 for (const auto &bindings : randomLayout.layoutBindings) in iterate() local
1934 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in iterate() local
2191 vector<VkDescriptorSetLayoutBinding> &bindings = randomLayout.layoutBindings[s]; in iterate() local
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/
H A DModuleDescriptor.java65 public abstract ImmutableSet<ContributionBinding> bindings(); in bindings() method in ModuleDescriptor
134 ImmutableSet.Builder<ContributionBinding> bindings = ImmutableSet.builder(); in createUncached() local
181 XTypeElement companionModule, ImmutableSet.Builder<ContributionBinding> bindings) { in collectCompanionModuleBindings()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1142 unsigned bindings, in find_supported_format()
1184 unsigned bindings, bool swap_bytes, bool allow_dxt) in st_choose_format()
1327 unsigned bindings; in st_ChooseTextureFormat() local
1642 unsigned bindings; in st_QueryInternalFormat() local
/aosp_15_r20/external/python/python-api-core/google/api_core/
Diam.py172 def bindings(self): member in Policy
224 def bindings(self, bindings): argument
/aosp_15_r20/external/emboss/compiler/util/
H A Dir_util.py79 def is_constant(expression, bindings=None): argument
91 def constant_value(expression, bindings=None): argument
133 def _constant_value_of_function(function, bindings): argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dlayout.rs39 bindings: BTreeMap<u32, DescriptorSetLayoutBinding>, field
382 pub fn bindings(&self) -> &BTreeMap<u32, DescriptorSetLayoutBinding> { in bindings() method
601 pub bindings: BTreeMap<u32, DescriptorSetLayoutBinding>, field
651 let bindings = &mut create_infos[set_num].bindings; in from_requirements() localVariable
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DDuplicateBindingsValidator.java276 BindingGraph graph, ImmutableCollection<Binding> bindings) { in declarations()
315 Predicate<BindingKind> bindingKindPredicate, ImmutableCollection<Binding> bindings) { in rootmostBindingWithKind()
334 static ImmutableSetMultimap<BindingWithoutComponent, Binding> index(Set<Binding> bindings) { in index()
/aosp_15_r20/frameworks/native/libs/binder/rust/sys/
H A Dlib.rs24 mod bindings { module
34 mod bindings { module

12345678910>>...26