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