Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Ddevice_info.h16 struct DeviceInfo { struct
19 uint64_t globalMemSize;
20 uint64_t localMemSize;
22 const char *ilVersion;
24 size_t image2DMaxWidth;
25 size_t image3DMaxDepth;
36 uint32_t addressBits;
44 uint32_t maxSamplers;
48 uint32_t vendorId;
50 bool debuggerActive;
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/devices/
H A Dgiolister.h65 struct DeviceInfo { struct
66 DeviceInfo() in DeviceInfo() argument
82 QString volume_name;
84 QString volume_root_uri;
85 QString volume_uuid;
89 QString drive_name;
90 bool drive_removable;
94 QString mount_path;
95 QString mount_uri;
96 QString mount_name;
[all …]
/dports/audio/strawberry/strawberry-1.0.0/src/device/
H A Dgiolister.h79 struct DeviceInfo { struct
92 QString volume_name;
94 QString volume_root_uri;
95 QString volume_uuid;
99 QString drive_name;
100 bool drive_removable;
104 QString mount_path;
105 QString mount_uri;
106 QString mount_name;
108 QString mount_uuid;
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_device_info.go19 type DeviceInfo struct { struct
20 DeviceName string `json:"DeviceName" xml:"DeviceName"`
21 GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
22 Nickname string `json:"Nickname" xml:"Nickname"`
23 IotId string `json:"IotId" xml:"IotId"`
25 ProductKey string `json:"ProductKey" xml:"ProductKey"`
26 DeviceId string `json:"DeviceId" xml:"DeviceId"`
28 GmtModified string `json:"GmtModified" xml:"GmtModified"`
29 DeviceType string `json:"DeviceType" xml:"DeviceType"`
30 UtcModified string `json:"UtcModified" xml:"UtcModified"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_device_info.go19 type DeviceInfo struct { struct
20 DeviceName string `json:"DeviceName" xml:"DeviceName"`
21 GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
22 Nickname string `json:"Nickname" xml:"Nickname"`
23 IotId string `json:"IotId" xml:"IotId"`
25 DeviceId string `json:"DeviceId" xml:"DeviceId"`
26 ProductKey string `json:"ProductKey" xml:"ProductKey"`
28 GmtModified string `json:"GmtModified" xml:"GmtModified"`
29 DeviceType string `json:"DeviceType" xml:"DeviceType"`
30 UtcModified string `json:"UtcModified" xml:"UtcModified"`
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_DeviceInfo.cpp26 struct DeviceInfo struct
29 DeviceInfo (Block::UID buid, BlocksProtocol::TopologyIndex tidx, in DeviceInfo() argument
39 Block::UID uid {};
40 BlocksProtocol::TopologyIndex index;
41 BlocksProtocol::BlockSerialNumber serial;
42 BlocksProtocol::VersionNumber version;
43 BlocksProtocol::BlockName name;
44 BlocksProtocol::BatteryLevel batteryLevel;
45 BlocksProtocol::BatteryCharging batteryCharging;
46 Block::UID masterUid;
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Ddevice.rs14 pub struct DeviceInfo struct
17 pub name: String,
20 pub host_api: HostApiIndex,
44 impl DeviceInfo argument
46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll()
100 pub fn get_info(index: DeviceIndex) -> Option<DeviceInfo> in get_info()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Ddevice.rs14 pub struct DeviceInfo struct
17 pub name: String,
20 pub host_api: HostApiIndex,
44 impl DeviceInfo argument
46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll()
100 pub fn get_info(index: DeviceIndex) -> Option<DeviceInfo> in get_info()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/portaudio-rs-0.3.2/src/
H A Ddevice.rs14 pub struct DeviceInfo struct
17 pub name: String,
20 pub host_api: HostApiIndex,
44 impl DeviceInfo argument
46 fn from_ll(input: &ll::PaDeviceInfo) -> DeviceInfo in from_ll()
100 pub fn get_info(index: DeviceIndex) -> Option<DeviceInfo> in get_info()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/
H A Dusb.go31 type DeviceInfo struct { struct
32 Path string // Platform-specific device path
33 VendorID uint16 // Device Vendor ID
34 ProductID uint16 // Device Product ID
36 Serial string // Serial Number
37 Manufacturer string // Manufacturer String
38 Product string // Product string
40 Usage uint16 // Usage for this Device/Interface (Windows/Mac only)
46 Interface int
49 rawDevice interface{}
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Dkerb_validation_info.go12 // KERB_VALIDATION_INFO flags.
15 USERFLAG_NO_ENCRYPTION_AVAILABLE = 30 // No encryption is available.
16 …USERFLAG_LAN_MANAGER_KEY = 28 // LAN Manager key was used for authenticat…
17 …USERFLAG_SUB_AUTH = 25 // Sub-authentication used; session key cam…
18 …USERFLAG_EXTRA_SIDS = 26 // Indicates that the ExtraSids field is po…
19 …USERFLAG_MACHINE_ACCOUNT = 24 // Indicates that the account is a machine …
20 …USERFLAG_DC_NTLM2 = 23 // Indicates that the domain controller und…
21 …USERFLAG_RESOURCE_GROUPIDS = 22 // Indicates that the ResourceGroupIds fiel…
22 USERFLAG_PROFILEPATH = 21 // Indicates that ProfilePath is populated.
25 …USERFLAG_AUTH_LMCHALLENGERESP_KEY_NTCHALLENGERESP = 18 // The LMv2 response from the LmChallengeRe…
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aliyuncvc/
H A Dstruct_device_info.go19 type DeviceInfo struct { struct
20 DeviceName string `json:"DeviceName" xml:"DeviceName"`
21 Token string `json:"Token" xml:"Token"`
22 ChannelType string `json:"ChannelType" xml:"ChannelType"`
23 RegisterTime int64 `json:"RegisterTime" xml:"RegisterTime"`
24 ScreenCode string `json:"ScreenCode" xml:"ScreenCode"`
25 MessageKey string `json:"MessageKey" xml:"MessageKey"`
26 DeviceSessionId string `json:"DeviceSessionId" xml:"DeviceSessionId"`
27 AuthWsChannelConfig AuthWsChannelConfig `json:"AuthWsChannelConfig" xml:"AuthWsChannelConfig"`
28 MqttParam MqttParam `json:"MqttParam" xml:"MqttParam"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/push/
H A Dstruct_device_info.go19 type DeviceInfo struct { struct
20 DeviceId string `json:"DeviceId" xml:"DeviceId"`
21 DeviceType string `json:"DeviceType" xml:"DeviceType"`
22 Account string `json:"Account" xml:"Account"`
23 DeviceToken string `json:"DeviceToken" xml:"DeviceToken"`
24 Tags string `json:"Tags" xml:"Tags"`
25 Alias string `json:"Alias" xml:"Alias"`
26 LastOnlineTime string `json:"LastOnlineTime" xml:"LastOnlineTime"`
27 Online bool `json:"Online" xml:"Online"`
28 PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"`
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jcmturner/gokrb5/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/v8/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/pac/
H A Ddevice_info.go12 type DeviceInfo struct { struct
13 … of the account. If the UserId member equals 0x00000000, the first group SID in this member is the…
14 … 32-bit unsigned integer that contains the RID for the primary group to which this account belongs.
15 …he SID for the domain of the account.This member is used in conjunction with the UserId, and Group…
16 …d integer that contains the number of groups within the account domain to which the account belongs
17 …of GROUP_MEMBERSHIP (section 2.2.2) structures that contains the groups to which the account belon…
18 …/ A 32-bit unsigned integer that contains the total number of SIDs present in the ExtraSids member.
19 …of KERB_SID_AND_ATTRIBUTES structures that contain a list of SIDs corresponding to groups not in d…
20 …-bit unsigned integer that contains the number of domains with groups to which the account belongs.
21 …of DOMAIN_GROUP_MEMBERSHIP structures (section 2.2.3) that contains the domains to which the accou…
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_config.hxx37 struct DeviceInfo struct in dxcanvas::DXCanvasItem
39 sal_Int32 nVendorId;
40 sal_Int32 nDeviceId;
41 sal_Int32 nDeviceSubSysId;
42 sal_Int32 nDeviceRevision;
44 sal_Int32 nDriverId;
45 sal_Int32 nDriverVersion;
46 sal_Int32 nDriverSubVersion;
47 sal_Int32 nDriverBuildId;
49 bool operator<( const DeviceInfo& rRHS ) const in operator <()

12345678910>>...43