Home
last modified time | relevance | path

Searched defs:OSInfo (Results 1 – 25 of 99) sorted by relevance

1234

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/winstats/
H A Dversion.go27 type OSInfo struct { struct
28 BuildNumber, ProductName string
29 MajorVersion, MinorVersion, UBR uint64
75 func (o *OSInfo) GetPatchVersion() string {
80 func (o *OSInfo) GetBuild() string {
/dports/sysutils/rsfetch/rsfetch-2.0.0/src/
H A Dutil.rs15 pub struct OSInfo { struct
20 impl OSInfo { impl
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DOSInfo.java31 public class OSInfo { class
41 public OSInfo() { in OSInfo() method in OSInfo
64 …public OSInfo(BlackboardArtifact a_art, boolean a_isBackup, long a_fileSystemId, Content a_parent)… in OSInfo() method in OSInfo
95 …public OSInfo(BlackboardArtifact a_art, boolean a_isBackup, Content a_parent) throws TskCoreExcept… in OSInfo() method in OSInfo
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/
H A DvulkanDeviceInfo.h60 struct OSInfo struct
62 std::string name;
63 std::string version;
64 std::string architecture;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DOpenGLManager.hpp57 struct OSInfo struct in Slic3r::GUI::OpenGLManager
59 int major{ 0 };
60 int minor{ 0 };
61 int micro{ 0 };
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsSystemInfo.h31 struct OSInfo { struct
32 uint32_t installYear;
33 bool hasSuperfetch;
57 typedef mozilla::MozPromise<OSInfo, nsresult, /* IsExclusive */ false> argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsSystemInfo.h32 struct OSInfo { struct
33 uint32_t installYear;
34 bool hasSuperfetch;
58 typedef mozilla::MozPromise<OSInfo, nsresult, /* IsExclusive */ false> argument
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsSystemInfo.h32 struct OSInfo { struct
33 uint32_t installYear;
34 bool hasSuperfetch;
58 typedef mozilla::MozPromise<OSInfo, nsresult, /* IsExclusive */ false> argument
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsSystemInfo.h44 struct OSInfo { struct
45 uint32_t installYear;
46 bool hasSuperfetch;
47 bool hasPrefetch;
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DOffscreenContextNULL.cc38 auto OSInfo = OPENSCAD_OS; in offscreen_context_getinfo() local
40 auto OSInfo = "unknown"; in offscreen_context_getinfo() local
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DOffscreenContextNULL.cc38 auto OSInfo = OPENSCAD_OS; in offscreen_context_getinfo() local
40 auto OSInfo = "unknown"; in offscreen_context_getinfo() local
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/platform/x86/
H A Dcpuid.cpp232 struct OSInfo struct
236 OSInfo(const CPUIDInfo& cpuinfo); argument
239 OSInfo::OSInfo(const CPUIDInfo& cpuinfo) : in OSInfo() function in OSInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dwindows_version_unittest.cc25 TEST(OSInfo, MajorMinorBuildToVersion) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dwindows_version_unittest.cc20 TEST(OSInfo, MajorMinorBuildToVersion) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dscoped_os_info_override_win.h14 class OSInfo; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
82 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOSInfo.java38 public class OSInfo { class
82 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
82 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOSInfo.java38 public class OSInfo { class
82 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
84 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
84 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
84 private OSInfo() { in OSInfo() method in OSInfo
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DOSInfo.java37 public class OSInfo { class
84 private OSInfo() { in OSInfo() method in OSInfo
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DClientDetailDialog.cpp85 wxString OSInfo = m_client.GetClientOSInfo(); in OnInitDialog() local
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DClientDetailDialog.cpp85 wxString OSInfo = m_client.GetClientOSInfo(); in OnInitDialog() local

1234