HomeSort by relevance Sort by last modified time
    Searched refs: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/google-breakpad/src/testing/gtest/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
98 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/protobuf/gtest/test/
gtest_env_var_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
99 if IS_LINUX:
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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:
  /ndk/sources/third_party/googletest/googletest/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/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/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 62 from gslib.util import IS_LINUX
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 59 IS_LINUX = 'linux' in PLATFORM
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1420 milliseconds