Home
last modified time | relevance | path

Searched refs:IS_WINDOWS (Results 1 – 22 of 22) sorted by relevance

/external/chromium/testing/gtest/test/
Dgtest_color_test.py40 IS_WINDOWS = os.name = 'nt' variable
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
Dgtest_break_on_failure_unittest.py50 IS_WINDOWS = os.name == 'nt' variable
204 if IS_WINDOWS:
Dgtest_help_test.py48 IS_WINDOWS = os.name == 'nt' variable
120 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
Dgtest_test_utils.py56 IS_WINDOWS = os.name == 'nt' variable
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
Dgtest_output_test.py53 IS_WINDOWS = os.name == 'nt' variable
142 if IS_WINDOWS:
Dgtest_env_var_test.py40 IS_WINDOWS = os.name == 'nt' variable
/external/protobuf/gtest/test/
Dgtest_color_test.py40 IS_WINDOWS = os.name = 'nt' variable
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
Dgtest_env_var_test.py40 IS_WINDOWS = os.name == 'nt' variable
94 if IS_WINDOWS:
Dgtest_output_test.py52 IS_WINDOWS = os.name == 'nt' variable
54 if IS_WINDOWS:
296 if IS_WINDOWS:
Dgtest_help_test.py47 IS_WINDOWS = os.name == 'nt' variable
97 if IS_WINDOWS:
Dgtest_break_on_failure_unittest.py50 IS_WINDOWS = os.name == 'nt' variable
201 if IS_WINDOWS:
Dgtest_test_utils.py55 IS_WINDOWS = os.name == 'nt' variable
154 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
Dgtest_filter_unittest.py52 IS_WINDOWS = os.name == 'nt' variable
226 if not IS_WINDOWS or gtest_filter != '':
268 if not IS_WINDOWS or gtest_filter != '':
/external/gtest/test/
Dgtest_color_test.py40 IS_WINDOWS = os.name = 'nt' variable
74 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
Dgtest_break_on_failure_unittest.py50 IS_WINDOWS = os.name == 'nt' variable
204 if IS_WINDOWS:
Dgtest_help_test.py48 IS_WINDOWS = os.name == 'nt' variable
120 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
Dgtest_test_utils.py56 IS_WINDOWS = os.name == 'nt' variable
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
Dgtest_output_test.py53 IS_WINDOWS = os.name == 'nt' variable
142 if IS_WINDOWS:
Dgtest_env_var_test.py40 IS_WINDOWS = os.name == 'nt' variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DEnvironmentUtils.java28 public static boolean IS_WINDOWS; field in EnvironmentUtils
DDesignerPlugin.java69 EnvironmentUtils.IS_WINDOWS = isWindows; in initialize()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTableTooltipHelper.java170 if (!EnvironmentUtils.IS_WINDOWS) { in showTooltip()