Home
last modified time | relevance | path

Searched defs:getProperties (Results 1 – 25 of 120) sorted by relevance

12345

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp814 const VkPhysicalDeviceProperties &PhysicalDevice::getProperties() const in getProperties() function in vk::PhysicalDevice
816 auto getProperties = [&]() -> VkPhysicalDeviceProperties { in getProperties() local
854 void PhysicalDevice::getProperties(VkPhysicalDeviceIDProperties *properties) const in getProperties() function in vk::PhysicalDevice
872 void PhysicalDevice::getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const in getProperties() function in vk::PhysicalDevice
877 void PhysicalDevice::getProperties(VkPhysicalDeviceMaintenance4Properties *properties) const in getProperties() function in vk::PhysicalDevice
889 void PhysicalDevice::getProperties(VkPhysicalDeviceMultiviewProperties *properties) const in getProperties() function in vk::PhysicalDevice
900 void PhysicalDevice::getProperties(VkPhysicalDevicePointClippingProperties *properties) const in getProperties() function in vk::PhysicalDevice
911 void PhysicalDevice::getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const in getProperties() function in vk::PhysicalDevice
932 void PhysicalDevice::getProperties(VkPhysicalDeviceSubgroupProperties *properties) const in getProperties() function in vk::PhysicalDevice
937 void PhysicalDevice::getProperties(VkPhysicalDeviceVulkan11Properties *properties) const in getProperties() function in vk::PhysicalDevice
[all …]
/external/testng/src/main/java/org/testng/internal/
DPropertiesFile.java47 public Properties getProperties() in getProperties() method in PropertiesFile
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java120 public Set<Property> getProperties(Class<? extends Object> type) { in getProperties() method in PropertyUtils
124 public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess) { in getProperties() method in PropertyUtils
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DProjectPropertiesOrBuilder.java45 com.google.api.Property getProperties(int index); in getProperties() method
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
DPropertyArrayOrBuilder.java45 com.google.cloud.contentwarehouse.v1.Property getProperties(int index); in getProperties() method
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
DStepOrBuilder.java105 com.google.protobuf.Struct getProperties(); in getProperties() method
/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/
DListPropertiesResponseOrBuilder.java45 com.google.analytics.admin.v1alpha.Property getProperties(int index); in getProperties() method
/external/oboe/samples/RhythmGame/src/main/cpp/audio/
DAAssetDataSource.h28 AudioProperties getProperties() const override { return mProperties; } in getProperties() function
/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/
DListPropertiesResponseOrBuilder.java45 com.google.analytics.admin.v1beta.Property getProperties(int index); in getProperties() method
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactData.java35 public Map<String, String> getProperties() { in getProperties() method in CompactData
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/
DGroupResultOrBuilder.java48 java.util.Map<java.lang.String, com.google.protobuf.Value> getProperties(); in getProperties() method
/external/oboe/samples/iolib/src/main/cpp/player/
DSampleBuffer.h43 virtual AudioProperties getProperties() const { return mAudioProperties; } in getProperties() function
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1p1beta1/src/main/java/com/google/cloud/securitycenter/v1p1beta1/
DGroupResultOrBuilder.java48 java.util.Map<java.lang.String, com.google.protobuf.Value> getProperties(); in getProperties() method
/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/
DGroupResultOrBuilder.java48 java.util.Map<java.lang.String, com.google.protobuf.Value> getProperties(); in getProperties() method
/external/angle/src/libANGLE/
DCLSampler.h65 inline const Sampler::PropArray &Sampler::getProperties() const in getProperties() function
DCLCommandQueue.h304 inline CommandQueueProperties CommandQueue::getProperties() const in getProperties() function
DCLMemory.h87 inline const Memory::PropArray &Memory::getProperties() const in getProperties() function
/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
DRuntimeConfigOrBuilder.java104 java.util.Map<java.lang.String, java.lang.String> getProperties(); in getProperties() method
DSoftwareConfigOrBuilder.java115 java.util.Map<java.lang.String, java.lang.String> getProperties(); in getProperties() method
DKubernetesSoftwareConfigOrBuilder.java133 java.util.Map<java.lang.String, java.lang.String> getProperties(); in getProperties() method
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/rules/endpoints/
DEndpointModel.java43 public Map<String, TreeNode> getProperties() { in getProperties() method in EndpointModel
/external/geojson-jackson/src/main/java/org/geojson/
DCrs.java22 public Map<String, Object> getProperties() { in getProperties() method in Crs
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/access/
DTestAnyGetterAccess.java40 public Map<?,?> getProperties() in getProperties() method in TestAnyGetterAccess.PrivateThing
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DEnvironmentGetter.java45 private Map<String, String> getProperties() { in getProperties() method in EnvironmentGetter
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java53 Map<String, Property> getProperties(); in getProperties() method
161 @Override public Map<String, Property> getProperties() { in getProperties() method in TestBackRefsWithPolymorphic.PropertySheetImpl

12345