Home
last modified time | relevance | path

Searched refs:IS_LINUX (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/gtest/test/
Dgtest_nc_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
42 if not IS_LINUX:
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
97 if IS_LINUX:
/external/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
97 if IS_LINUX:
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
115 if IS_LINUX:
/external/chromium/testing/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
97 if IS_LINUX:
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
115 if IS_LINUX:
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DEnvironmentUtils.java32 public static boolean IS_LINUX; field in EnvironmentUtils
DDesignerPlugin.java71 EnvironmentUtils.IS_LINUX = isLinux; in initialize()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java113 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()