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

  /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)
  /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/utils/check_cfc/
check_cfc.py 64 def is_windows(): function
233 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
351 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())
  /external/libcxx/utils/libcxx/test/
target_info.py 49 def add_common_locales(features, lit_config, is_windows=False):
62 loc_name = windows_loc_name if is_windows else loc_id
257 is_windows=True)
config.py 58 self.is_windows = platform.system() == 'Windows'
118 if self.is_windows:
469 if self.is_windows:
505 if self.is_windows:
567 if self.is_windows and self.debug_build:
590 not self.is_windows:
598 if self.is_windows and self.debug_build and \
    [all...]
executor.py 37 self.is_windows = platform.system() == 'Windows'
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
target_info.py 49 def add_common_locales(features, lit_config, is_windows=False):
62 loc_name = windows_loc_name if is_windows else loc_id
253 is_windows=True)
config.py 58 self.is_windows = platform.system() == 'Windows'
118 if self.is_windows:
459 if self.is_windows:
495 if self.is_windows:
554 if self.is_windows and self.debug_build:
574 not self.is_windows:
582 if self.is_windows and self.debug_build and \
    [all...]
executor.py 37 self.is_windows = platform.system() == 'Windows'
  /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:
  /external/tensorflow/tensorflow/tools/pip_package/
build_pip_package.sh 35 function is_windows() { function
86 if is_windows; then
  /system/extras/simpleperf/scripts/
utils.py 33 def is_windows(): function
40 if is_windows():
97 if is_windows():
196 home = os.environ.get('HOMEPATH') if is_windows() else os.environ.get('HOME')
simpleperf_report_lib.py 221 if is_windows():
test.py 56 inferno_script = os.path.join(get_script_dir(), "inferno.bat" if is_windows() else "./inferno.sh")
367 if is_windows():
    [all...]
annotate.py 576 elif is_windows() and ':\\' in key and os.path.isfile(key):

Completed in 261 milliseconds