Searched refs:isLinux (Results 1 – 12 of 12) sorted by relevance
39 static readonly bool isLinux; field in Grpc.Core.Internal.PlatformApis53 isLinux = RuntimeInformation.IsOSPlatform(OSPlatform.Linux); in PlatformApis()62 isLinux = (platform == PlatformID.Unix && !isMacOSX); in PlatformApis()93 get { return isLinux; }
97 if b.matchGpu("Intel") && b.isLinux() {195 if b.matchGpu("Intel") && b.isLinux() && !b.extraConfig("Vulkan") {199 if b.gpu("IntelHD405") && b.isLinux() && b.extraConfig("Vulkan") {
253 if b.matchGpu("Intel") && b.isLinux() {359 …("QuadroP400") && !b.extraConfig("PreAbandonGpuContext") && !b.extraConfig("TSAN") && b.isLinux() {890 if b.extraConfig("Vulkan") && b.isLinux() && b.gpu("IntelIris640") {894 if b.isLinux() && b.gpu("IntelIris640") {909 if b.extraConfig("Vulkan") && b.isLinux() && b.gpu("IntelHD405") {
869 } else if b.isLinux() {1203 } else if b.isLinux() {1428 if b.isLinux() && b.matchExtraConfig("SAN") {1432 if b.isLinux() {1613 if b.isLinux() && b.matchExtraConfig("SAN") {
248 func (p parts) isLinux() bool { func
58 if (os.isLinux()) {
758 public static boolean isLinux() { in isLinux() method in TestUtils
345 if (targetPlatform.operatingSystem.isLinux()) {
764 public static boolean isLinux() { in isLinux() method in TestUtils
485 if (!os.isLinux() && !os.isWindows() && !os.isMacOsX()) {
21 import static com.android.org.conscrypt.TestUtils.isLinux;1177 assumeTrue("Test only runs on Linux. Current OS: " + osName(), isLinux()); in test_SSLSocket_setSoWriteTimeout()
21 import static org.conscrypt.TestUtils.isLinux;1175 assumeTrue("Test only runs on Linux. Current OS: " + osName(), isLinux()); in test_SSLSocket_setSoWriteTimeout()