Searched refs:IS_LINUX (Results 1 – 9 of 9) sorted by relevance
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable42 if not IS_LINUX:
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable97 if IS_LINUX:
47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable115 if IS_LINUX:
32 public static boolean IS_LINUX; field in EnvironmentUtils
71 EnvironmentUtils.IS_LINUX = isLinux; in initialize()
113 EnvironmentUtils.IS_LINUX in createTooltipControl_Browser()199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height()220 if (EnvironmentUtils.IS_LINUX) { in expandShellToShowFullPage_Height()