Home
last modified time | relevance | path

Searched defs:StorageInfo (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/definitions/
H A Dstorage_info.h17 struct StorageInfo { struct
19 StorageInfo(DeviceBitfield memoryBanks, DeviceBitfield pageTablesVisibility) in StorageInfo() argument
22 DeviceBitfield memoryBanks;
24 DeviceBitfield subDeviceBitfield;
25 bool cloningOfPageTables = true;
26 bool tileInstanced = false;
27 bool multiStorage = false;
30 bool readOnlyMultiStorage = false;
31 bool cpuVisibleSegment = false;
32 bool isLockable = false;
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/
H A Dinfo.h48 typedef struct StorageInfo struct
52 StorageInfoLevel level; // Level of information provided argument
67 } StorageInfo; argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx41 struct StorageInfo struct
43 OUString aTitle;
44 css::uno::Reference< css::embed::XStorage > xStorage;
45 css::uno::Reference< css::frame::XModel > xModel;
47 StorageInfo() {}; // needed for STL map only. in StorageInfo() argument
49 StorageInfo( in StorageInfo() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx42 struct StorageInfo struct
44 OUString aTitle;
45 css::uno::Reference< css::embed::XStorage > xStorage;
46 css::uno::Reference< css::frame::XModel > xModel;
48 StorageInfo() {}; // needed for STL map only. in StorageInfo() argument
50 StorageInfo( in StorageInfo() function
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_BaseAllocator.cxx68 struct StorageInfo struct
70 Standard_Size roundSize;
71 int nbAlloc;
72 int nbFree;
73 StorageInfo() : roundSize(0), nbAlloc(0), nbFree(0) {} in StorageInfo() function
74 StorageInfo(Standard_Size theSize) : roundSize(theSize), nbAlloc(0), nbFree(0) {} in StorageInfo() argument
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/common/
H A DStorageInfo.java26 public class StorageInfo { class
31 public StorageInfo () { in StorageInfo() method in StorageInfo
35 public StorageInfo(int layoutV, int nsID, long cT) { in StorageInfo() method in StorageInfo
41 public StorageInfo(StorageInfo from) { in StorageInfo() method in StorageInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/test/
H A Dmock_quota_manager.h134 struct StorageInfo { struct
152 std::map<std::pair<url::Origin, StorageType>, StorageInfo> argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dcodegen_spirv.h107 struct StorageInfo { struct
109 runtime::StorageScope scope;
118 void UpdateContentType(Type type) { in UpdateContentType()
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dcodegen_spirv.h107 struct StorageInfo { struct
109 runtime::StorageScope scope;
118 void UpdateContentType(Type type) { in UpdateContentType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/spirv/
H A Dcodegen_spirv.h106 struct StorageInfo { struct
108 runtime::StorageScope scope;
139 std::unordered_map<const VarNode*, StorageInfo> storage_info_; argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/edas/
H A Dstruct_storage_info.go19 type StorageInfo struct { struct
20 VolumePlugin string `json:"VolumePlugin" xml:"VolumePlugin"`
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/mtp/ptp/
H A DMessages.h111 struct StorageInfo //! MTP StorageInfo message struct
113 u16 StorageType;
114 u16 FilesystemType;
115 u16 AccessCapability;
116 u64 MaxCapacity;
117 u64 FreeSpaceInBytes;
118 u32 FreeSpaceInImages;
119 std::string StorageDescription;
120 std::string VolumeLabel;
122 std::string GetName() const in GetName()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/mtp/ptp/
H A DMessages.h111 struct StorageInfo //! MTP StorageInfo message struct
113 u16 StorageType;
114 u16 FilesystemType;
115 u16 AccessCapability;
116 u64 MaxCapacity;
117 u64 FreeSpaceInBytes;
118 u32 FreeSpaceInImages;
119 std::string StorageDescription;
120 std::string VolumeLabel;
122 std::string GetName() const in GetName()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_MAllocHook.cxx251 struct StorageInfo struct
253 Standard_Size size;
254 Standard_Integer nbAlloc;
255 Standard_Integer nbFree;
256 Standard_Integer nbLeftPeak;
257 std::set<unsigned long> alive;
259 StorageInfo(Standard_Size theSize = 0) in StorageInfo() function
268 bool operator < (const StorageInfo& theOther) const in operator <()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kafka/source/model/
H A DStorageInfo.cpp21 StorageInfo::StorageInfo() : in StorageInfo() function in Aws::Kafka::Model::StorageInfo
26 StorageInfo::StorageInfo(JsonView jsonValue) : in StorageInfo() function in Aws::Kafka::Model::StorageInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/site_settings/android/java/src/org/chromium/components/browser_ui/site_settings/
H A DStorageInfo.java17 public class StorageInfo implements Serializable { class
23 public StorageInfo(String host, int type, long size) { in StorageInfo() method in StorageInfo
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/
H A DStorageInfo.java46 public class StorageInfo { class
56 public StorageInfo(NodeType type) { in StorageInfo() method in StorageInfo
60 public StorageInfo(int layoutV, int nsID, String cid, long cT, NodeType type) { in StorageInfo() method in StorageInfo
68 public StorageInfo(StorageInfo from) { in StorageInfo() method in StorageInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.IO.Packaging/
H A DStorageInfo.cs30 public class StorageInfo class
32 internal StorageInfo () in StorageInfo() method in System.IO.Packaging.StorageInfo
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dcodegen_llvm.h149 struct StorageInfo { struct
151 runtime::StorageScope scope;
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dcodegen_llvm.h149 struct StorageInfo { struct
151 runtime::StorageScope scope;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/storage_monitor/
H A Dmedia_storage_util.h20 class StorageInfo; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/storage_monitor/
H A Dmedia_storage_util.h20 class StorageInfo; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/llvm/
H A Dcodegen_llvm.h153 struct StorageInfo { struct
155 runtime::StorageScope scope;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/system_storage/
H A Dstorage_info_provider.h17 class StorageInfo; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/system_storage/
H A Dstorage_info_provider.h17 class StorageInfo; variable

12345678910