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

1 2

  /external/libexif/m4m/
gp-packaging.m4 32 is_linux=false
35 is_linux=true
38 AM_CONDITIONAL([HAVE_LINUX], ["$is_linux"])
  /external/libchrome/sandbox/
BUILD.gn 18 } else if (is_linux || is_android) {
  /external/pdfium/
pdfium.gni 10 pdfium_bundle_freetype = !is_linux
  /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:
  /external/webrtc/webrtc/modules/audio_device/
BUILD.gn 37 if (is_linux) {
81 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/libchrome/sandbox/linux/
BUILD.gn 14 compile_suid_client = is_linux
16 compile_credentials = is_linux
19 use_base_test_suite = is_linux
295 if (is_linux) {
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 33 bool is_linux = base::SysInfo::OperatingSystemName() == "Linux"; local
37 if (is_kernel_64bit && is_linux && is_3_dot_2)
  /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/webrtc/webrtc/base/
BUILD.gn 79 if (is_linux && !build_with_chromium) {
427 if (is_linux) {
539 if (is_linux) {
606 if (is_linux || is_android) {
  /external/webrtc/webrtc/modules/video_capture/
BUILD.gn 84 if (is_linux) {
  /external/webrtc/webrtc/modules/video_render/
BUILD.gn 77 if (is_linux) {
  /external/libchrome/base/test/
BUILD.gn 246 if (is_linux) {
  /external/webrtc/webrtc/
BUILD.gn 47 if (is_linux) {
  /external/webrtc/webrtc/system_wrappers/
BUILD.gn 128 if (is_linux) {
  /external/libchrome/crypto/
BUILD.gn 348 if (is_linux) {

Completed in 674 milliseconds

1 2