Home
last modified time | relevance | path

Searched refs:IsWindows7 (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Text/
H A DPrivateFontCollectionTests.cs28 if (PlatformDetection.IsWindows7) in AddFontFile_AbsolutePath_Success()
47 if (PlatformDetection.IsWindows7) in AddFontFile_RelativePath_Success()
66 if (PlatformDetection.IsWindows7) in AddFontFile_SamePathMultipleTimes_FamiliesContainsOnlyOneFont()
86 if (PlatformDetection.IsWindows7) in AddFontFile_SameNameMultipleTimes_FamiliesContainsFirstFontOnly()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Extensions/tests/IdnMapping/Data/
H A DFactory.cs30 if (PlatformDetection.IsWindows7) in GetIdnaTestTxt()
61 if (PlatformDetection.IsWindows7) in GetConformanceIdnaTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/TextInfo/
H A DTextInfoToLower.cs19 if (PlatformDetection.IsWindows7) in ToLower_TestData_net46()
37 …yield return new object[] { cultureName, "\U00010400", PlatformDetection.IsWindows7 ? "\U00010400"… in ToLower_TestData_netcore()
H A DTextInfoToUpper.cs20 …yield return new object[] { cultureName, "\U00010428", PlatformDetection.IsWindows7 ? "\U00010428"… in ToUpper_TestData_netcore()
29 if (PlatformDetection.IsWindows7) in ToUpper_TestData_net46()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DOSVersion.cpp123 const bool IsWindows7 = DoesVersionMatchWindows(6, 1, 0, 0, false);
134 if (IsWindows7) return "Microsoft Windows 7";
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DOSVersion.cpp123 const bool IsWindows7 = DoesVersionMatchWindows(6, 1, 0, 0, false); in GetWindowsVersion() local
134 if (IsWindows7) return "Microsoft Windows 7"; in GetWindowsVersion()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DOSVersion.cpp123 const bool IsWindows7 = DoesVersionMatchWindows(6, 1, 0, 0, false); in GetWindowsVersion() local
134 if (IsWindows7) return "Microsoft Windows 7"; in GetWindowsVersion()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/CoreFx.Private.TestUtilities/src/System/
H A DPlatformDetection.Windows.cs69 public static bool IsWindows7 => GetWindowsVersion() == 6 && GetWindowsMinorVersion() == 1; field in System.PlatformDetection
87 if (!IsWindows || IsWindows7)
H A DPlatformDetection.cs38 public static bool IsWinRTSupported => IsWindows && !IsWindows7;
H A DPlatformDetection.Unix.cs18 public static bool IsWindows7 => false; field in System.PlatformDetection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/tests/
H A DDSACngProvider.cs19 public bool SupportsFips186_3 => (!PlatformDetection.IsWindows7);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/tests/
H A DDefaultDSAProvider.cs29 return !(PlatformDetection.IsWindows7 || PlatformDetection.IsOSX);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/DateTimeFormatInfo/
H A DDateTimeFormatInfoData.cs55 if (PlatformDetection.IsWindows7) in BrFRCalendarWeekRule()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSystemDefaultsTest.cs32 public static bool IsNotWindows7 => !PlatformDetection.IsWindows7;
112 … return PlatformDetection.IsWindows7 && !Capability.IsTrustedRootCertificateInstalled(); in ServerCertCallback()
H A DSslStreamCredentialCacheTest.cs44 if (!PlatformDetection.IsWindows7 || in SslStream_SameCertUsedForClientAndServer_Ok()
H A DCertificateValidationClientServer.cs52 if (PlatformDetection.IsWindows7 && in CertificateValidationClientServer_EndToEnd_Ok()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/NumberFormatInfo/
H A DNumberFormatInfoNumberGroupSizes.cs18 if (!PlatformDetection.IsWindows7) in NumberGroupSizes_TestData()
H A DNumberFormatInfoCurrencyGroupSizes.cs18 … && !PlatformDetection.IsWindows7 && !PlatformDetection.IsWindows8x && !PlatformDetection.IsFedora) in CurrencyGroupSizes_TestData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/
H A DHelpers.cs26 if (!PlatformDetection.IsWindows7) in RetryOnWin7()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DWebSocketTests.cs29 if (PlatformDetection.IsWindows7) in AcceptWebSocketAsync_NullSubProtocol_Succeeds()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/tests/
H A DFileSystemWatcher.File.NotifyFilter.cs161 …else if (PlatformDetection.IsWindows7 && filter == NotifyFilters.Attributes) // win7 FSW Size chan… in FileSystemWatcher_File_NotifyFilter_Size()
190 …else if (PlatformDetection.IsWindows7 && ((filter & NotifyFilters.Attributes) > 0)) // win7 FSW Si… in FileSystemWatcher_File_NotifyFilter_Size_TwoFilters()
229 …else if (PlatformDetection.IsWindows7 && filter == NotifyFilters.Attributes) // win7 FSW Security … in FileSystemWatcher_File_NotifyFilter_Security()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DSystemFontsTests.cs72 if (!PlatformDetection.IsWindows7) in SystemFont_Get_ReturnsExpected_WindowsNames()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DPlatformHelper.cs211 isSupported = os.IsWindows7; in IsPlatformSupported()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Extensions/tests/Normalization/
H A DNormalizationAll.cs31 …ts).GetTypeInfo().Assembly.GetManifestResourceStream(PlatformDetection.IsWindows7 ? "Normalization… in Normalize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DMultisampledRenderToTexturePerf.cpp104 if (IsWindows7() && IsNVIDIA() && in MultisampledRenderToTextureBenchmark()

12