HomeSort by relevance Sort by last modified time
    Searched refs:IS_WINDOWS (Results 1 - 22 of 22) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
EnvironmentUtils.java 28 public static boolean IS_WINDOWS;
DesignerPlugin.java 69 EnvironmentUtils.IS_WINDOWS = isWindows;
  /external/protobuf/gtest/test/
gtest_env_var_test.py 40 IS_WINDOWS = os.name == 'nt'
94 if IS_WINDOWS:
gtest_color_test.py 40 IS_WINDOWS = os.name = 'nt'
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
gtest_help_test.py 47 IS_WINDOWS = os.name == 'nt'
97 if IS_WINDOWS:
gtest_output_test.py 52 IS_WINDOWS = os.name == 'nt'
54 if IS_WINDOWS:
296 if IS_WINDOWS:
gtest_break_on_failure_unittest.py 50 IS_WINDOWS = os.name == 'nt'
201 if IS_WINDOWS:
gtest_test_utils.py 55 IS_WINDOWS = os.name == 'nt'
154 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
gtest_filter_unittest.py 52 IS_WINDOWS = os.name == 'nt'
226 if not IS_WINDOWS or gtest_filter != '':
268 if not IS_WINDOWS or gtest_filter != '':
  /external/chromium/testing/gtest/test/
gtest_color_test.py 40 IS_WINDOWS = os.name = 'nt'
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
gtest_break_on_failure_unittest.py 50 IS_WINDOWS = os.name == 'nt'
204 if IS_WINDOWS:
gtest_help_test.py 48 IS_WINDOWS = os.name == 'nt'
120 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
gtest_env_var_test.py 40 IS_WINDOWS = os.name == 'nt'
gtest_output_test.py 53 IS_WINDOWS = os.name == 'nt'
142 if IS_WINDOWS:
gtest_test_utils.py 56 IS_WINDOWS = os.name == 'nt'
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/gtest/test/
gtest_color_test.py 40 IS_WINDOWS = os.name = 'nt'
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
gtest_break_on_failure_unittest.py 50 IS_WINDOWS = os.name == 'nt'
204 if IS_WINDOWS:
gtest_help_test.py 48 IS_WINDOWS = os.name == 'nt'
120 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
gtest_env_var_test.py 40 IS_WINDOWS = os.name == 'nt'
gtest_output_test.py 53 IS_WINDOWS = os.name == 'nt'
142 if IS_WINDOWS:
gtest_test_utils.py 56 IS_WINDOWS = os.name == 'nt'
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 170 if (!EnvironmentUtils.IS_WINDOWS) {

Completed in 215 milliseconds