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

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
EnvironmentUtils.java 28 public static boolean IS_WINDOWS;
  /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_org/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'
198 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:
256 not IS_WINDOWS)
gtest_test_utils.py 56 IS_WINDOWS = os.name == 'nt'
173 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'
198 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'
173 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /ndk/sources/third_party/googletest/googletest/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:

Completed in 1293 milliseconds

1 2