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

1 2 3

  /prebuilts/go/darwin-x86/misc/cgo/test/
cflags.go 15 int is_windows = IS_WINDOWS;
25 is_windows := C.is_windows == 1
26 if is_windows != (runtime.GOOS == "windows") {
27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
  /prebuilts/go/linux-x86/misc/cgo/test/
cflags.go 15 int is_windows = IS_WINDOWS;
25 is_windows := C.is_windows == 1
26 if is_windows != (runtime.GOOS == "windows") {
27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
  /external/google-breakpad/src/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:
  /external/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'
198 if IS_WINDOWS:
gtest_help_test.py 48 IS_WINDOWS = os.name == 'nt'
120 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
  /external/protobuf/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_env_var_test.py 40 IS_WINDOWS = os.name == 'nt'
96 if IS_WINDOWS:
gtest_help_test.py 47 IS_WINDOWS = os.name == 'nt'
112 if IS_WINDOWS:
117 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
gtest_break_on_failure_unittest.py 50 IS_WINDOWS = os.name == 'nt'
204 if IS_WINDOWS:
  /external/v8/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:
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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:
  /prebuilts/ndk/r16/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:
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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:
  /tools/tradefederation/core/src/com/android/tradefed/build/
SdkBuildInfo.java 37 private static final boolean IS_WINDOWS =
218 if (IS_WINDOWS) {
229 if (IS_WINDOWS) {
  /frameworks/rs/
build_rs.py 142 is_windows = host.startswith('windows')
144 bin_ext = '.exe' if is_windows else ''
146 if is_windows:
158 if is_windows:
178 if is_windows:
  /toolchain/binutils/
build.py 71 is_windows = host in ('win', 'win64')
99 if not is_windows:
117 elif is_windows:
  /external/tensorflow/
configure.py 61 def is_windows(): function
199 if is_windows() or is_cygwin():
222 if is_windows() or is_cygwin():
652 if is_windows() or is_cygwin():
679 if is_windows() or is_cygwin():
776 if is_windows() or is_cygwin():
855 if is_windows() or is_cygwin():
869 if is_windows():
921 if is_windows() or is_cygwin():
924 if is_windows()
    [all...]
  /external/clang/
build.py 240 is_windows = host.startswith('windows')
242 bin_ext = '.exe' if is_windows else ''
244 if is_windows:
255 if not is_windows:
266 if is_windows:
597 is_windows = host.startswith('windows')
598 bin_ext = '.exe' if is_windows else ''
605 if is_windows:

Completed in 374 milliseconds

1 2 3