Home
last modified time | relevance | path

Searched defs:value (Results 26 – 50 of 29776) sorted by relevance

12345678910>>...1192

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-directconnect/include/aws/directconnect/model/
H A DCreatePublicVirtualInterfaceResult.h133 inline void SetLocation(const Aws::String& value) { m_location = value; } in SetLocation()
143 inline void SetLocation(const char* value) { m_location.assign(value); } in SetLocation()
298 inline void SetVlan(int value) { m_vlan = value; } in SetVlan()
316 inline void SetAsn(int value) { m_asn = value; } in SetAsn()
333 inline void SetAmazonSideAsn(long long value) { m_amazonSideAsn = value; } in SetAmazonSideAsn()
351 inline void SetAuthKey(const Aws::String& value) { m_authKey = value; } in SetAuthKey()
363 inline void SetAuthKey(const char* value) { m_authKey.assign(value); } in SetAuthKey()
659 inline void SetMtu(int value) { m_mtu = value; } in SetMtu()
850 inline void SetRegion(const Aws::String& value) { m_region = value; } in SetRegion()
860 inline void SetRegion(const char* value) { m_region.assign(value); } in SetRegion()
[all …]
H A DUpdateVirtualInterfaceAttributesResult.h133 inline void SetLocation(const Aws::String& value) { m_location = value; } in SetLocation()
143 inline void SetLocation(const char* value) { m_location.assign(value); } in SetLocation()
298 inline void SetVlan(int value) { m_vlan = value; } in SetVlan()
316 inline void SetAsn(int value) { m_asn = value; } in SetAsn()
333 inline void SetAmazonSideAsn(long long value) { m_amazonSideAsn = value; } in SetAmazonSideAsn()
351 inline void SetAuthKey(const Aws::String& value) { m_authKey = value; } in SetAuthKey()
363 inline void SetAuthKey(const char* value) { m_authKey.assign(value); } in SetAuthKey()
659 inline void SetMtu(int value) { m_mtu = value; } in SetMtu()
850 inline void SetRegion(const Aws::String& value) { m_region = value; } in SetRegion()
860 inline void SetRegion(const char* value) { m_region.assign(value); } in SetRegion()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DDescribeTypeResult.h53 inline void SetArn(const Aws::String& value) { m_arn = value; } in SetArn()
58 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); } in SetArn()
63 inline void SetArn(const char* value) { m_arn.assign(value); } in SetArn()
89 inline void SetType(const RegistryType& value) { m_type = value; } in SetType()
94 inline void SetType(RegistryType&& value) { m_type = std::move(value); } in SetType()
121 inline void SetTypeName(const Aws::String& value) { m_typeName = value; } in SetTypeName()
137 inline void SetTypeName(const char* value) { m_typeName.assign(value); } in SetTypeName()
487 inline void SetSchema(const Aws::String& value) { m_schema = value; } in SetSchema()
503 inline void SetSchema(const char* value) { m_schema.assign(value); } in SetSchema()
1459 inline void SetIsActivated(bool value) { m_isActivated = value; } in SetIsActivated()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/model/
H A DDescribeHsmResult.h52 inline void SetHsmArn(const Aws::String& value) { m_hsmArn = value; } in SetHsmArn()
57 inline void SetHsmArn(Aws::String&& value) { m_hsmArn = std::move(value); } in SetHsmArn()
62 inline void SetHsmArn(const char* value) { m_hsmArn.assign(value); } in SetHsmArn()
88 inline void SetStatus(const HsmStatus& value) { m_status = value; } in SetStatus()
93 inline void SetStatus(HsmStatus&& value) { m_status = std::move(value); } in SetStatus()
188 inline void SetEniId(const Aws::String& value) { m_eniId = value; } in SetEniId()
200 inline void SetEniId(const char* value) { m_eniId.assign(value); } in SetEniId()
229 inline void SetEniIp(const Aws::String& value) { m_eniIp = value; } in SetEniIp()
239 inline void SetEniIp(const char* value) { m_eniIp.assign(value); } in SetEniIp()
353 inline void SetVpcId(const Aws::String& value) { m_vpcId = value; } in SetVpcId()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dconvert.cs487 public static char ToChar(bool value) { in ToChar()
491 public static char ToChar(char value) { in ToChar()
502 public static char ToChar(byte value) { in ToChar()
517 public static char ToChar(int value) { in ToChar()
524 public static char ToChar(uint value) { in ToChar()
530 public static char ToChar(long value) { in ToChar()
564 public static char ToChar(float value) in ToChar()
571 public static char ToChar(double value) in ToChar()
716 public static byte ToByte(bool value) { in ToByte()
750 public static byte ToByte(int value) { in ToByte()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DConvert.cs525 public static char ToChar(bool value) in ToChar()
530 public static char ToChar(char value) in ToChar()
542 public static char ToChar(byte value) in ToChar()
559 public static char ToChar(int value) in ToChar()
566 public static char ToChar(uint value) in ToChar()
572 public static char ToChar(long value) in ToChar()
770 public static byte ToByte(bool value) in ToByte()
775 public static byte ToByte(byte value) in ToByte()
780 public static byte ToByte(char value) in ToByte()
806 public static byte ToByte(int value) in ToByte()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DConvert.cs525 public static char ToChar(bool value) in ToChar()
530 public static char ToChar(char value) in ToChar()
542 public static char ToChar(byte value) in ToChar()
559 public static char ToChar(int value) in ToChar()
566 public static char ToChar(uint value) in ToChar()
572 public static char ToChar(long value) in ToChar()
770 public static byte ToByte(bool value) in ToByte()
775 public static byte ToByte(byte value) in ToByte()
780 public static byte ToByte(char value) in ToByte()
806 public static byte ToByte(int value) in ToByte()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DConversionUtils.java68 public static boolean informationLossByteToByte(Byte value) { in informationLossByteToByte()
72 public static boolean informationLossByteToShort(Byte value) { in informationLossByteToShort()
76 public static boolean informationLossByteToChar(Byte value) { in informationLossByteToChar()
80 public static boolean informationLossByteToInt(Byte value) { in informationLossByteToInt()
84 public static boolean informationLossByteToLong(Byte value) { in informationLossByteToLong()
88 public static boolean informationLossByteToFloat(Byte value) { in informationLossByteToFloat()
111 public static boolean informationLossShortToInt(Short value) { in informationLossShortToInt()
192 public static boolean informationLossLongToLong(Long value) { in informationLossLongToLong()
196 public static boolean informationLossLongToByte(Long value) { in informationLossLongToByte()
204 public static boolean informationLossLongToChar(Long value) { in informationLossLongToChar()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DGetObjectResult.h69 inline void SetDeleteMarker(bool value) { m_deleteMarker = value; } in SetDeleteMarker()
181 inline void SetRestore(const Aws::String& value) { m_restore = value; } in SetRestore()
193 inline void SetRestore(const char* value) { m_restore.assign(value); } in SetRestore()
266 inline void SetETag(const Aws::String& value) { m_eTag = value; } in SetETag()
272 inline void SetETag(Aws::String&& value) { m_eTag = std::move(value); } in SetETag()
278 inline void SetETag(const char* value) { m_eTag.assign(value); } in SetETag()
315 inline void SetMissingMeta(int value) { m_missingMeta = value; } in SetMissingMeta()
1016 inline void SetPartsCount(int value) { m_partsCount = value; } in SetPartsCount()
1032 inline void SetTagCount(int value) { m_tagCount = value; } in SetTagCount()
1127 inline void SetId2(const Aws::String& value) { m_id2 = value; } in SetId2()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DGetObjectResult.h69 inline void SetDeleteMarker(bool value) { m_deleteMarker = value; } in SetDeleteMarker()
181 inline void SetRestore(const Aws::String& value) { m_restore = value; } in SetRestore()
193 inline void SetRestore(const char* value) { m_restore.assign(value); } in SetRestore()
266 inline void SetETag(const Aws::String& value) { m_eTag = value; } in SetETag()
272 inline void SetETag(Aws::String&& value) { m_eTag = std::move(value); } in SetETag()
278 inline void SetETag(const char* value) { m_eTag.assign(value); } in SetETag()
315 inline void SetMissingMeta(int value) { m_missingMeta = value; } in SetMissingMeta()
1016 inline void SetPartsCount(int value) { m_partsCount = value; } in SetPartsCount()
1032 inline void SetTagCount(int value) { m_tagCount = value; } in SetTagCount()
1127 inline void SetId2(const Aws::String& value) { m_id2 = value; } in SetId2()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/
H A DDescribeGatewayInformationResult.h49 inline void SetGatewayARN(const Aws::String& value) { m_gatewayARN = value; } in SetGatewayARN()
52 inline void SetGatewayARN(Aws::String&& value) { m_gatewayARN = std::move(value); } in SetGatewayARN()
55 inline void SetGatewayARN(const char* value) { m_gatewayARN.assign(value); } in SetGatewayARN()
79 inline void SetGatewayId(const Aws::String& value) { m_gatewayId = value; } in SetGatewayId()
86 inline void SetGatewayId(Aws::String&& value) { m_gatewayId = std::move(value); } in SetGatewayId()
93 inline void SetGatewayId(const char* value) { m_gatewayId.assign(value); } in SetGatewayId()
125 inline void SetGatewayName(const Aws::String& value) { m_gatewayName = value; } in SetGatewayName()
135 inline void SetGatewayName(const char* value) { m_gatewayName.assign(value); } in SetGatewayName()
286 inline void SetGatewayType(const char* value) { m_gatewayType.assign(value); } in SetGatewayType()
490 inline void SetTags(const Aws::Vector<Tag>& value) { m_tags = value; } in SetTags()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datasync/include/aws/datasync/model/
H A DDescribeTaskResult.h54 inline void SetTaskArn(const Aws::String& value) { m_taskArn = value; } in SetTaskArn()
59 inline void SetTaskArn(Aws::String&& value) { m_taskArn = std::move(value); } in SetTaskArn()
64 inline void SetTaskArn(const char* value) { m_taskArn.assign(value); } in SetTaskArn()
94 inline void SetStatus(const TaskStatus& value) { m_status = value; } in SetStatus()
101 inline void SetStatus(TaskStatus&& value) { m_status = std::move(value); } in SetStatus()
126 inline void SetName(const Aws::String& value) { m_name = value; } in SetName()
131 inline void SetName(Aws::String&& value) { m_name = std::move(value); } in SetName()
136 inline void SetName(const char* value) { m_name.assign(value); } in SetName()
453 inline void SetOptions(const Options& value) { m_options = value; } in SetOptions()
465 inline void SetOptions(Options&& value) { m_options = std::move(value); } in SetOptions()
[all …]
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dnormalizers.py11 def normalizeFileFormatVersion(value): argument
25 def normalizeFileStructure(value): argument
213 def normalizeLibKey(value): argument
252 def normalizeLayer(value): argument
283 def normalizeGlyph(value): argument
514 def normalizePoint(value): argument
749 def normalizeIndex(value): argument
793 def normalizeX(value): argument
807 def normalizeY(value): argument
873 def normalizeArea(value): argument
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DImportImageResponse.h120 inline void SetEncrypted(bool value) { m_encrypted = value; } in SetEncrypted()
172 inline void SetImageId(const Aws::String& value) { m_imageId = value; } in SetImageId()
182 inline void SetImageId(const char* value) { m_imageId.assign(value); } in SetImageId()
246 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyId = value; } in SetKmsKeyId()
258 inline void SetKmsKeyId(const char* value) { m_kmsKeyId.assign(value); } in SetKmsKeyId()
323 inline void SetPlatform(const Aws::String& value) { m_platform = value; } in SetPlatform()
333 inline void SetPlatform(const char* value) { m_platform.assign(value); } in SetPlatform()
369 inline void SetProgress(const char* value) { m_progress.assign(value); } in SetProgress()
431 inline void SetStatus(const Aws::String& value) { m_status = value; } in SetStatus()
441 inline void SetStatus(const char* value) { m_status.assign(value); } in SetStatus()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkStrUtil.inl190 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResult…
194 inline std::ostream& operator<< (std::ostream& s, VkVendorId value) { return s << getVend…
198 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormat…
200 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImag…
202 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQuer…
207 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlend…
208 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getComp…
215 inline std::ostream& operator<< (std::ostream& s, VkLogicOp value) { return s << getLogic…
217 inline std::ostream& operator<< (std::ostream& s, VkFilter value) { return s << getFilter…
233 inline std::ostream& operator<< (std::ostream& s, VkDriverId value) { return s << getDriv…
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable_cxx/extra-files/
H A Dcpp_abi_tests.cpp5 bool passthrough(bool value) { return value; } in passthrough()
6 signed char passthrough(signed char value) { return value; } in passthrough()
7 unsigned char passthrough(unsigned char value) { return value; } in passthrough()
8 char passthrough(char value) { return value; } in passthrough()
9 wchar_t passthrough(wchar_t value) { return value; } in passthrough()
10 short passthrough(short value) { return value; } in passthrough()
11 unsigned short passthrough(unsigned short value) { return value; } in passthrough()
12 int passthrough(int value) { return value; } in passthrough()
13 unsigned int passthrough(unsigned int value) { return value; } in passthrough()
14 long passthrough(long value) { return value; } in passthrough()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/extra-files/
H A Dcpp_abi_tests.cpp5 bool passthrough(bool value) { return value; } in passthrough()
6 signed char passthrough(signed char value) { return value; } in passthrough()
7 unsigned char passthrough(unsigned char value) { return value; } in passthrough()
8 char passthrough(char value) { return value; } in passthrough()
9 wchar_t passthrough(wchar_t value) { return value; } in passthrough()
10 short passthrough(short value) { return value; } in passthrough()
11 unsigned short passthrough(unsigned short value) { return value; } in passthrough()
12 int passthrough(int value) { return value; } in passthrough()
13 unsigned int passthrough(unsigned int value) { return value; } in passthrough()
14 long passthrough(long value) { return value; } in passthrough()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/extra-files/
H A Dcpp_abi_tests.cpp5 bool passthrough(bool value) { return value; } in passthrough()
6 signed char passthrough(signed char value) { return value; } in passthrough()
7 unsigned char passthrough(unsigned char value) { return value; } in passthrough()
8 char passthrough(char value) { return value; } in passthrough()
9 wchar_t passthrough(wchar_t value) { return value; } in passthrough()
10 short passthrough(short value) { return value; } in passthrough()
11 unsigned short passthrough(unsigned short value) { return value; } in passthrough()
12 int passthrough(int value) { return value; } in passthrough()
13 unsigned int passthrough(unsigned int value) { return value; } in passthrough()
14 long passthrough(long value) { return value; } in passthrough()
[all …]

12345678910>>...1192