Home
last modified time | relevance | path

Searched refs:is_windows (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/
Dconfigure.py75 def is_windows(): function
216 if is_windows() or is_cygwin():
239 if is_windows() or is_cygwin():
509 elif is_windows():
521 if not is_ppc64le() and not is_windows():
672 if is_windows() or is_cygwin():
699 if is_windows() or is_cygwin():
764 if is_windows() or is_cygwin():
842 if is_windows() or is_cygwin():
855 if is_windows() or is_cygwin():
[all …]
/external/libcxx/utils/libcxx/test/
Dconfig.py63 self.is_windows = platform.system() == 'Windows'
123 if self.is_windows:
464 if self.is_windows:
494 if self.is_windows:
559 if self.is_windows and self.debug_build:
583 not self.is_windows:
591 if self.is_windows and self.debug_build and \
740 if self.is_windows:
767 if self.is_windows and self.link_shared:
770 if not self.is_windows:
[all …]
Dtarget_info.py51 def add_common_locales(features, lit_config, is_windows=False): argument
64 loc_name = windows_loc_name if is_windows else loc_id
275 is_windows=True)
Dexecutor.py37 self.is_windows = platform.system() == 'Windows'
/external/clang/
Dbuild.py240 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/clang/utils/check_cfc/
Dcheck_cfc.py64 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/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh45 function is_windows() { function
70 if is_windows; then
/external/tensorflow/tensorflow/lite/python/
Dconvert.py189 is_windows = _platform.system() == "Windows"
195 close_fds=not is_windows)