Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DEnvironmentUtils.java32 public static boolean IS_LINUX; field in EnvironmentUtils
/external/protobuf/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/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
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/google-breakpad/src/testing/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/gtest/test/
Dgtest_env_var_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
Dgtest_help_test.py47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py59 IS_LINUX = 'linux' in PLATFORM variable