HomeSort by relevance Sort by last modified time
    Searched full:is_linux (Results 1 - 15 of 15) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
EnvironmentUtils.java 32 public static boolean IS_LINUX;
DesignerPlugin.java 71 EnvironmentUtils.IS_LINUX = isLinux;
  /external/qemu/hw/
arm-misc.h 36 int is_linux; member in struct:arm_boot_info
arm_boot.c 192 int is_linux = 0; local
218 &is_linux);
224 is_linux = 1;
231 if (!is_linux) {
266 info->is_linux = is_linux;
  /external/chromium/testing/gtest/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
97 if IS_LINUX:
gtest_help_test.py 47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
115 if IS_LINUX:
  /external/gtest/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
97 if IS_LINUX:
gtest_help_test.py 47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
115 if IS_LINUX:
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
97 if IS_LINUX:
gtest_help_test.py 47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
115 if IS_LINUX:
  /external/protobuf/gtest/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
97 if IS_LINUX:
gtest_nc_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
42 if not IS_LINUX:
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 113 EnvironmentUtils.IS_LINUX
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
220 if (EnvironmentUtils.IS_LINUX) {
  /external/qemu/
loader.c 457 int *is_linux)
497 if (is_linux) {
499 *is_linux = 1;
501 *is_linux = 0;
sysemu.h 233 int *is_linux);

Completed in 296 milliseconds