Home
last modified time | relevance | path

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

/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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
98 if IS_LINUX:
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
115 if IS_LINUX:
/external/protobuf/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
99 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()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py62 from gslib.util import IS_LINUX
1948 if IS_LINUX:
1974 if IS_LINUX:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py59 IS_LINUX = 'linux' in PLATFORM variable