Searched refs:IS_LINUX (Results 1 – 12 of 12) sorted by relevance
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:
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable98 if IS_LINUX:
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable99 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()
62 from gslib.util import IS_LINUX1948 if IS_LINUX:1974 if IS_LINUX:
59 IS_LINUX = 'linux' in PLATFORM variable