Home
last modified time | relevance | path

Searched refs:UsageType (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/source/model/
H A DUsageType.cpp27 UsageType GetUsageTypeForName(const Aws::String& name) in GetUsageTypeForName()
32 return UsageType::DATA_INVENTORY_EVALUATION; in GetUsageTypeForName()
36 return UsageType::SENSITIVE_DATA_DISCOVERY; in GetUsageTypeForName()
42 return static_cast<UsageType>(hashCode); in GetUsageTypeForName()
45 return UsageType::NOT_SET; in GetUsageTypeForName()
48 Aws::String GetNameForUsageType(UsageType enumValue) in GetNameForUsageType()
52 case UsageType::DATA_INVENTORY_EVALUATION: in GetNameForUsageType()
54 case UsageType::SENSITIVE_DATA_DISCOVERY: in GetNameForUsageType()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/InformationObjectDefinition/
H A DgdcmUsage.h56 } UsageType; typedef
58 Usage(UsageType type = Invalid) : UsageField(type) { } in UsageField()
60 operator UsageType () const { return UsageField; } in UsageType() function
63 static const char *GetUsageString(UsageType type);
64 static UsageType GetUsageType(const char *type);
67 UsageType UsageField;
H A DgdcmUsage.cxx27 const char *Usage::GetUsageString(UsageType type) in GetUsageString()
32 Usage::UsageType Usage::GetUsageType(const char *type) in GetUsageType()
38 return (UsageType)i; in GetUsageType()
/dports/devel/gdcm/gdcm-3.0.10/Source/InformationObjectDefinition/
H A DgdcmUsage.h56 } UsageType; typedef
58 Usage(UsageType type = Invalid) : UsageField(type) { } in UsageField()
60 operator UsageType () const { return UsageField; } in UsageType() function
63 static const char *GetUsageString(UsageType type);
64 static UsageType GetUsageType(const char *type);
67 UsageType UsageField;
H A DgdcmUsage.cxx27 const char *Usage::GetUsageString(UsageType type) in GetUsageString()
32 Usage::UsageType Usage::GetUsageType(const char *type) in GetUsageType()
38 return (UsageType)i; in GetUsageType()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsblock/
H A Dquota.go15 type UsageType int type
19 UsageWrite UsageType = iota
36 Bytes map[UsageType]int64
37 Blocks map[UsageType]int64
45 Bytes: make(map[UsageType]int64),
46 Blocks: make(map[UsageType]int64),
53 Bytes: map[UsageType]int64{
61 Blocks: map[UsageType]int64{
77 for i := UsageType(0); i < NumUsage; i++ {
109 func (u *UsageStat) AccumOne(change int, usage UsageType) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/doclets/
H A DAbstractDoclet.java817 protected static class UsageType class in AbstractDoclet
818 implements Comparable<UsageType>
820 public static final UsageType CLASS_DERIVED_FROM = new UsageType("class-derived-from");
821 public static final UsageType CLASS_IMPLEMENTING = new UsageType("class-implementing");
822 public static final UsageType FIELD_OF_TYPE = new UsageType("field-of-type");
823 … public static final UsageType METHOD_WITH_RETURN_TYPE = new UsageType("method-with-return-type");
824 …public static final UsageType METHOD_WITH_PARAMETER_TYPE = new UsageType("method-with-parameter-ty…
825 … public static final UsageType METHOD_WITH_THROWN_TYPE = new UsageType("method-with-thrown-type");
827 …public static final UsageType CONSTRUCTOR_WITH_THROWN_TYPE = new UsageType("constructor-with-throw…
830 private UsageType(String id) in UsageType() method in AbstractDoclet.UsageType
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/doclets/
H A DAbstractDoclet.java817 protected static class UsageType class in AbstractDoclet
818 implements Comparable<UsageType>
820 public static final UsageType CLASS_DERIVED_FROM = new UsageType("class-derived-from");
821 public static final UsageType CLASS_IMPLEMENTING = new UsageType("class-implementing");
822 public static final UsageType FIELD_OF_TYPE = new UsageType("field-of-type");
823 … public static final UsageType METHOD_WITH_RETURN_TYPE = new UsageType("method-with-return-type");
824 …public static final UsageType METHOD_WITH_PARAMETER_TYPE = new UsageType("method-with-parameter-ty…
825 … public static final UsageType METHOD_WITH_THROWN_TYPE = new UsageType("method-with-thrown-type");
827 …public static final UsageType CONSTRUCTOR_WITH_THROWN_TYPE = new UsageType("constructor-with-throw…
830 private UsageType(String id) in UsageType() method in AbstractDoclet.UsageType
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/doclets/
H A DAbstractDoclet.java817 protected static class UsageType class in AbstractDoclet
818 implements Comparable<UsageType>
820 public static final UsageType CLASS_DERIVED_FROM = new UsageType("class-derived-from");
821 public static final UsageType CLASS_IMPLEMENTING = new UsageType("class-implementing");
822 public static final UsageType FIELD_OF_TYPE = new UsageType("field-of-type");
823 … public static final UsageType METHOD_WITH_RETURN_TYPE = new UsageType("method-with-return-type");
824 …public static final UsageType METHOD_WITH_PARAMETER_TYPE = new UsageType("method-with-parameter-ty…
825 … public static final UsageType METHOD_WITH_THROWN_TYPE = new UsageType("method-with-thrown-type");
827 …public static final UsageType CONSTRUCTOR_WITH_THROWN_TYPE = new UsageType("constructor-with-throw…
830 private UsageType(String id) in UsageType() method in AbstractDoclet.UsageType
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/doclets/
H A DAbstractDoclet.java817 protected static class UsageType class in AbstractDoclet
818 implements Comparable<UsageType>
820 public static final UsageType CLASS_DERIVED_FROM = new UsageType("class-derived-from");
821 public static final UsageType CLASS_IMPLEMENTING = new UsageType("class-implementing");
822 public static final UsageType FIELD_OF_TYPE = new UsageType("field-of-type");
823 … public static final UsageType METHOD_WITH_RETURN_TYPE = new UsageType("method-with-return-type");
824 …public static final UsageType METHOD_WITH_PARAMETER_TYPE = new UsageType("method-with-parameter-ty…
825 … public static final UsageType METHOD_WITH_THROWN_TYPE = new UsageType("method-with-thrown-type");
827 …public static final UsageType CONSTRUCTOR_WITH_THROWN_TYPE = new UsageType("constructor-with-throw…
830 private UsageType(String id) in UsageType() method in AbstractDoclet.UsageType
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/doclets/
H A DAbstractDoclet.java817 protected static class UsageType class in AbstractDoclet
818 implements Comparable<UsageType>
820 public static final UsageType CLASS_DERIVED_FROM = new UsageType("class-derived-from");
821 public static final UsageType CLASS_IMPLEMENTING = new UsageType("class-implementing");
822 public static final UsageType FIELD_OF_TYPE = new UsageType("field-of-type");
823 … public static final UsageType METHOD_WITH_RETURN_TYPE = new UsageType("method-with-return-type");
824 …public static final UsageType METHOD_WITH_PARAMETER_TYPE = new UsageType("method-with-parameter-ty…
825 … public static final UsageType METHOD_WITH_THROWN_TYPE = new UsageType("method-with-thrown-type");
827 …public static final UsageType CONSTRUCTOR_WITH_THROWN_TYPE = new UsageType("constructor-with-throw…
830 private UsageType(String id) in UsageType() method in AbstractDoclet.UsageType
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/include/aws/macie2/model/
H A DUsageTotal.h128 inline const UsageType& GetType() const{ return m_type; } in GetType()
142 inline void SetType(const UsageType& value) { m_typeHasBeenSet = true; m_type = value; } in SetType()
149 inline void SetType(UsageType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } in SetType()
156 inline UsageTotal& WithType(const UsageType& value) { SetType(value); return *this;} in WithType()
163 inline UsageTotal& WithType(UsageType&& value) { SetType(std::move(value)); return *this;} in WithType()
173 UsageType m_type;
H A DUsageByAccount.h164 inline const UsageType& GetType() const{ return m_type; } in GetType()
178 inline void SetType(const UsageType& value) { m_typeHasBeenSet = true; m_type = value; } in SetType()
185 inline void SetType(UsageType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } in SetType()
192 inline UsageByAccount& WithType(const UsageType& value) { SetType(value); return *this;} in WithType()
199 inline UsageByAccount& WithType(UsageType&& value) { SetType(std::move(value)); return *this;} in WithType()
212 UsageType m_type;
H A DUsageType.h16 enum class UsageType enum
25 AWS_MACIE2_API UsageType GetUsageTypeForName(const Aws::String& name);
27 AWS_MACIE2_API Aws::String GetNameForUsageType(UsageType value);
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/geometry/
H A Dqbuffer.h60 Q_PROPERTY(UsageType usage READ usage WRITE setUsage NOTIFY usageChanged)
77 enum UsageType enum
89 Q_ENUM(UsageType) // LCOV_EXCL_LINE
102 UsageType usage() const;
117 void setUsage(UsageType usage);
124 void usageChanged(UsageType usage);
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dstoragevolume.h42 Q_ENUMS(UsageType)
44 Q_PROPERTY(UsageType usage READ usage)
62 …enum UsageType { Other = 0, Unused = 1, FileSystem = 2, PartitionTable = 3, Raid = 4, Encrypted = … enum
109 UsageType usage() const;
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dstoragevolume.h29 Q_PROPERTY(UsageType usage READ usage)
47 …enum UsageType { Other = 0, Unused = 1, FileSystem = 2, PartitionTable = 3, Raid = 4, Encrypted = … enum
48 Q_ENUM(UsageType)
95 UsageType usage() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_occontext.h23 enum UsageType { View = 0, Design, Print, Export }; enum
31 CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType);
42 const UsageType m_eUsageType;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_occontext.h22 enum UsageType { View = 0, Design, Print, Export }; enum
31 CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType);
42 const UsageType m_eUsageType;
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpdf_occontext.h25 enum UsageType { View = 0, Design, Print, Export }; enum
31 CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType);
42 const UsageType m_eUsageType;
/dports/sysutils/munin-common/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMultigraphMemory.java13 import org.munin.plugin.jmx.AbstractMemoryUsageProvider.UsageType;
58 objName, UsageType.USAGE); in addPoolProviders()
60 objName, UsageType.PEAK); in addPoolProviders()
62 config, objName, UsageType.POST_GC); in addPoolProviders()
/dports/sysutils/munin-master/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMultigraphMemory.java13 import org.munin.plugin.jmx.AbstractMemoryUsageProvider.UsageType;
58 objName, UsageType.USAGE); in addPoolProviders()
60 objName, UsageType.PEAK); in addPoolProviders()
62 config, objName, UsageType.POST_GC); in addPoolProviders()
/dports/sysutils/munin-node/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMultigraphMemory.java13 import org.munin.plugin.jmx.AbstractMemoryUsageProvider.UsageType;
58 objName, UsageType.USAGE); in addPoolProviders()
60 objName, UsageType.PEAK); in addPoolProviders()
62 config, objName, UsageType.POST_GC); in addPoolProviders()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/macie2/types/
H A Denums.go739 type UsageType string type
743 UsageTypeDataInventoryEvaluation UsageType = "DATA_INVENTORY_EVALUATION"
744 UsageTypeSensitiveDataDiscovery UsageType = "SENSITIVE_DATA_DISCOVERY"
750 func (UsageType) Values() []UsageType {
751 return []UsageType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/macie2/types/
H A Denums.go739 type UsageType string type
743 UsageTypeDataInventoryEvaluation UsageType = "DATA_INVENTORY_EVALUATION"
744 UsageTypeSensitiveDataDiscovery UsageType = "SENSITIVE_DATA_DISCOVERY"
750 func (UsageType) Values() []UsageType {
751 return []UsageType{

12345678910>>...21