Home
last modified time | relevance | path

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

12345678910>>...76

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp452 const VkPhysicalDeviceProperties &PhysicalDevice::getProperties() const in getProperties() function in vk::PhysicalDevice
454 auto getProperties = [&]() -> VkPhysicalDeviceProperties { in getProperties() local
478 void PhysicalDevice::getProperties(VkPhysicalDeviceIDProperties *properties) const in getProperties() function in vk::PhysicalDevice
491 void PhysicalDevice::getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const in getProperties() function in vk::PhysicalDevice
497 void PhysicalDevice::getProperties(VkPhysicalDeviceMultiviewProperties *properties) const in getProperties() function in vk::PhysicalDevice
503 void PhysicalDevice::getProperties(VkPhysicalDevicePointClippingProperties *properties) const in getProperties() function in vk::PhysicalDevice
508 void PhysicalDevice::getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const in getProperties() function in vk::PhysicalDevice
513 void PhysicalDevice::getProperties(VkPhysicalDeviceSubgroupProperties *properties) const in getProperties() function in vk::PhysicalDevice
608 void PhysicalDevice::getProperties(VkAndroidHardwareBufferUsageANDROID *properties) const in getProperties() function in vk::PhysicalDevice
686 void PhysicalDevice::getProperties(VkPhysicalDeviceDriverPropertiesKHR *properties) const in getProperties() function in vk::PhysicalDevice
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp306 const VkPhysicalDeviceProperties &PhysicalDevice::getProperties() const in getProperties() function in vk::PhysicalDevice
308 auto getProperties = [&]() -> VkPhysicalDeviceProperties { in getProperties() local
332 void PhysicalDevice::getProperties(VkPhysicalDeviceIDProperties *properties) const in getProperties() function in vk::PhysicalDevice
345 void PhysicalDevice::getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const in getProperties() function in vk::PhysicalDevice
351 void PhysicalDevice::getProperties(VkPhysicalDeviceMultiviewProperties *properties) const in getProperties() function in vk::PhysicalDevice
357 void PhysicalDevice::getProperties(VkPhysicalDevicePointClippingProperties *properties) const in getProperties() function in vk::PhysicalDevice
362 void PhysicalDevice::getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const in getProperties() function in vk::PhysicalDevice
367 void PhysicalDevice::getProperties(VkPhysicalDeviceSubgroupProperties *properties) const in getProperties() function in vk::PhysicalDevice
386 void PhysicalDevice::getProperties(VkSamplerYcbcrConversionImageFormatProperties *properties) const in getProperties() function in vk::PhysicalDevice
440 void PhysicalDevice::getProperties(VkPhysicalDeviceDriverPropertiesKHR *properties) const in getProperties() function in vk::PhysicalDevice
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhInteract.h92 const Property::Set &getProperties() const {return _properties;} in getProperties() function
95 Property::Set &getProperties() {return _properties;} in getProperties() function
151 const Property::Set &getProperties() const {return _properties;} in getProperties() function
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhInteract.h92 const Property::Set &getProperties() const {return _properties;} in getProperties() function
95 Property::Set &getProperties() {return _properties;} in getProperties() function
151 const Property::Set &getProperties() const {return _properties;} in getProperties() function
/dports/devel/flexdock/flexdock-1.2.4/src/java/plaf/org/flexdock/plaf/
H A DConfigurator.java73 public static PropertySet[] getProperties(String tagName) { in getProperties() method in Configurator
82 public static PropertySet getProperties(String name, String tagName) { in getProperties() method in Configurator
89 public static PropertySet[] getProperties(String[] names, String tagName) { in getProperties() method in Configurator
96 public static PropertySet[] getProperties(String[] names, HashMap cache) { in getProperties() method in Configurator
104 private static PropertySet getProperties(String elemName, HashMap cache) { in getProperties() method in Configurator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/databinding/
H A DMetadataReader.java49 public void getProperties(final Map<String, Object> prop, final Class<?> cls); in getProperties() method
51 public void getProperties(final Map<String, Object> prop, final Method method); in getProperties() method
53 public void getProperties(final Map<String, Object> prop, final Method method, int pos); in getProperties() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/databinding/
H A DMetadataReader.java49 public void getProperties(final Map<String, Object> prop, final Class<?> cls); in getProperties() method
51 public void getProperties(final Map<String, Object> prop, final Method method); in getProperties() method
53 public void getProperties(final Map<String, Object> prop, final Method method, int pos); in getProperties() method
/dports/mail/libvmime/vmime-0.9.2/src/vmime/utility/encoder/
H A Dencoder.cpp43 const propertySet& encoder::getProperties() const in getProperties() function in vmime::utility::encoder::encoder
49 propertySet& encoder::getProperties() in getProperties() function in vmime::utility::encoder::encoder
/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DFill.cpp29 void ImgFill::getProperties(librevenge::RVNGPropertyList *out) const in getProperties() function in libmspub::ImgFill
55 void PatternFill::getProperties(librevenge::RVNGPropertyList *out) const in getProperties() function in libmspub::PatternFill
91 void SolidFill::getProperties(librevenge::RVNGPropertyList *out) const in getProperties() function in libmspub::SolidFill
134 void GradientFill::getProperties(librevenge::RVNGPropertyList *out) const in getProperties() function in libmspub::GradientFill
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public Map<String,String> getProperties(); in getProperties() method
67 public Map<String,String> getProperties(); in getProperties() method
86 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
121 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
152 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java55 public Map<String,String> getProperties(); in getProperties() method
66 public Map<String,String> getProperties(); in getProperties() method
85 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
120 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
151 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java55 public Map<String,String> getProperties(); in getProperties() method
66 public Map<String,String> getProperties(); in getProperties() method
85 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.BlahBase
120 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdBlah
151 public Map<String,String> getProperties() { in getProperties() method in SetWrongTypeAttributeTest.StdMXBlah
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb15/org/eclipse/equinox/ds/tests/tb15/
H A DComponent1.java37 Properties getProperties(Dictionary dict) { in getProperties() method in Component1
54 public Dictionary getProperties() { in getProperties() method in Component1
/dports/science/openbabel/openbabel-3.1.1/external/maeparser-v1.2.3/maeparser/
H A DMaeBlock.hpp493 Block::getProperties<BoolProperty>() const in getProperties() function in schrodinger::mae::Block
499 inline const std::map<std::string, int>& Block::getProperties<int>() const in getProperties() function in schrodinger::mae::Block
505 inline const std::map<std::string, double>& Block::getProperties<double>() const in getProperties() function in schrodinger::mae::Block
512 Block::getProperties<std::string>() const in getProperties() function in schrodinger::mae::Block
520 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
527 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
534 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
542 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
/dports/science/maeparser/maeparser-1.2.4/
H A DMaeBlock.hpp499 Block::getProperties<BoolProperty>() const in getProperties() function in schrodinger::mae::Block
505 inline const std::map<std::string, int>& Block::getProperties<int>() const in getProperties() function in schrodinger::mae::Block
511 inline const std::map<std::string, double>& Block::getProperties<double>() const in getProperties() function in schrodinger::mae::Block
518 Block::getProperties<std::string>() const in getProperties() function in schrodinger::mae::Block
526 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
533 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
540 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
548 IndexedBlock::getProperties() const in getProperties() function in schrodinger::mae::IndexedBlock
/dports/devel/flexdock/flexdock-1.2.4/src/java/core/org/flexdock/util/
H A DResourceManager.java446 public static Properties getProperties(String uri) { in getProperties() method in ResourceManager
471 public static Properties getProperties(String uri, boolean failSilent) { in getProperties() method in ResourceManager
491 public static Properties getProperties(URL url) { in getProperties() method in ResourceManager
511 public static Properties getProperties(URL url, boolean failSilent) { in getProperties() method in ResourceManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/
H A Dtextparagraph.hxx54 TextParagraphProperties& getProperties() { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph
55 const TextParagraphProperties& getProperties() const { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/
H A Dtextparagraph.hxx53 TextParagraphProperties& getProperties() { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph
54 const TextParagraphProperties& getProperties() const { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph

12345678910>>...76